public class OwJoinedTable extends Object implements OwTableReference
SQL AST node : <joined table> syntax non-terminal as defined by the SQL grammar.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
| Constructor and Description |
|---|
OwJoinedTable(OwTableReference tableReference1_p,
OwJoinType joinType_p,
OwTableReference tableReference2_p,
OwJoinSpecification joinSpecification_p)
Constructor
|
OwJoinedTable(OwTableReference tableReference1_p,
OwTableReference tableReference2_p,
OwJoinSpecification joinSpecification_p)
Constructor - default join type
|
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
createTableReferenceSQLString() |
List<OwColumnQualifier> |
getColumnQualifiers() |
OwColumnQualifier |
getMainTableQualifier() |
public static final String JOIN
public OwJoinedTable(OwTableReference tableReference1_p, OwTableReference tableReference2_p, OwJoinSpecification joinSpecification_p)
tableReference1_p - the left side table referencetableReference2_p - the right side table referencejoinSpecification_p - the join specificationpublic OwJoinedTable(OwTableReference tableReference1_p, OwJoinType joinType_p, OwTableReference tableReference2_p, OwJoinSpecification joinSpecification_p)
tableReference1_p - the left side table referencejoinType_p - the join typetableReference2_p - the right side table referencejoinSpecification_p - the join specificationpublic StringBuilder createTableReferenceSQLString()
createTableReferenceSQLString in interface OwTableReferenceStringBuilder filled with the String representation of this table referencepublic List<OwColumnQualifier> getColumnQualifiers()
getColumnQualifiers in interface OwTableReferencepublic OwColumnQualifier getMainTableQualifier()
getMainTableQualifier in interface OwTableReferenceCopyright © 2014 Alfresco Business Solutions. All Rights Reserved.