public class OwFromClause extends Object
SQL AST node : <from clause> 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 |
---|
OwFromClause(OwTableReference tableReference_p)
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
addJoin(OwCorrelatedTableName joinedTableReference_p,
OwJoinSpecification joinSpec_p) |
StringBuilder |
createFromClauseSQLString() |
List<OwColumnQualifier> |
getColumnQualifiers() |
OwColumnQualifier |
getMainTableQualifier() |
public static final String FROM
public OwFromClause(OwTableReference tableReference_p)
tableReference_p
- the table reference of this form clausepublic StringBuilder createFromClauseSQLString()
StringBuilder
filled with the String representation of this form clausepublic List<OwColumnQualifier> getColumnQualifiers()
public OwColumnQualifier getMainTableQualifier()
public void addJoin(OwCorrelatedTableName joinedTableReference_p, OwJoinSpecification joinSpec_p)
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.