org.apache.chemistry.opencmis.server.support.query
Class QueryObject.JoinSpec

java.lang.Object
  extended by org.apache.chemistry.opencmis.server.support.query.QueryObject.JoinSpec
Enclosing class:
QueryObject

public static class QueryObject.JoinSpec
extends Object


Field Summary
 String alias
          Alias or full table type
 String kind
          INNER / LEFT / RIGHT
 ColumnReference onLeft
           
 ColumnReference onRight
           
 
Constructor Summary
QueryObject.JoinSpec(String kind, String alias)
           
 
Method Summary
 void setSelectors(ColumnReference onLeft, ColumnReference onRight)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

kind

public final String kind
INNER / LEFT / RIGHT


alias

public final String alias
Alias or full table type


onLeft

public ColumnReference onLeft

onRight

public ColumnReference onRight
Constructor Detail

QueryObject.JoinSpec

public QueryObject.JoinSpec(String kind,
                            String alias)
Method Detail

setSelectors

public void setSelectors(ColumnReference onLeft,
                         ColumnReference onRight)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.