com.wewebu.ow.csqlc.ast
Class OwFromClause
java.lang.Object
com.wewebu.ow.csqlc.ast.OwFromClause
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
- Since:
- 3.2.0.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FROM
public static final String FROM
- See Also:
- Constant Field Values
OwFromClause
public OwFromClause(OwTableReference tableReference_p)
- Constructor
- Parameters:
tableReference_p
- the table reference of this form clause
createFromClauseSQLString
public StringBuilder createFromClauseSQLString()
- Returns:
- a
StringBuilder
filled with the String representation of this form clause
getColumnQualifiers
public List<OwColumnQualifier> getColumnQualifiers()
getMainTableQualifier
public OwColumnQualifier getMainTableQualifier()
addJoin
public void addJoin(OwCorrelatedTableName joinedTableReference_p,
OwJoinSpecification joinSpec_p)
Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.