com.wewebu.ow.csqlc.ast
Class OwFromClause

java.lang.Object
  extended by 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

Field Summary
static String FROM
           
 
Constructor Summary
OwFromClause(OwTableReference tableReference_p)
          Constructor
 
Method Summary
 void addJoin(OwCorrelatedTableName joinedTableReference_p, OwJoinSpecification joinSpec_p)
           
 StringBuilder createFromClauseSQLString()
           
 List<OwColumnQualifier> getColumnQualifiers()
           
 OwColumnQualifier getMainTableQualifier()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FROM

public static final String FROM
See Also:
Constant Field Values
Constructor Detail

OwFromClause

public OwFromClause(OwTableReference tableReference_p)
Constructor

Parameters:
tableReference_p - the table reference of this form clause
Method Detail

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.