com.wewebu.ow.csqlc.ast
Class OwCorrelatedTableName
java.lang.Object
com.wewebu.ow.csqlc.ast.OwCorrelatedTableName
- All Implemented Interfaces:
- OwTableReference
public class OwCorrelatedTableName
- extends Object
- implements OwTableReference
SQL AST node : a table name with correlation syntax non-terminal as defined by the SQL grammar.
<table name>[[AS] <correlation name>];
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 |
AS
public static final String AS
- See Also:
- Constant Field Values
OwCorrelatedTableName
public OwCorrelatedTableName(String tableName_p,
OwColumnQualifier qualifier_p)
- Constructor
- Parameters:
tableName_p
- the <table name> terminal String representation
createTableReferenceSQLString
public StringBuilder createTableReferenceSQLString()
- Specified by:
createTableReferenceSQLString
in interface OwTableReference
- Returns:
- a
StringBuilder
filled with the String representation of this table reference
getColumnQualifiers
public List<OwColumnQualifier> getColumnQualifiers()
- Specified by:
getColumnQualifiers
in interface OwTableReference
getMainTableQualifier
public OwColumnQualifier getMainTableQualifier()
- Specified by:
getMainTableQualifier
in interface OwTableReference
Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.