com.wewebu.ow.csqlc.ast
Interface OwTableReference

All Known Implementing Classes:
OwCorrelatedTableName, OwJoinedTable

public interface OwTableReference

SQL AST node : <table reference> 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

Method Summary
 StringBuilder createTableReferenceSQLString()
           
 List<OwColumnQualifier> getColumnQualifiers()
           
 OwColumnQualifier getMainTableQualifier()
           
 

Method Detail

createTableReferenceSQLString

StringBuilder createTableReferenceSQLString()
Returns:
a StringBuilder filled with the String representation of this table reference

getColumnQualifiers

List<OwColumnQualifier> getColumnQualifiers()

getMainTableQualifier

OwColumnQualifier getMainTableQualifier()


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.