com.wewebu.ow.csqlc.ast
Interface OwSelectList

All Known Implementing Classes:
OwCompoundSelectList, OwSelectAll, OwSelectSublist

public interface OwSelectList

SQL AST node : <select list> 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
 boolean containsColumnReference(String tableName, String columnReferenceName)
           
 StringBuilder createSelectListSQLString()
           
 List<OwColumnQualifier> getColumnQualifiers()
           
 

Method Detail

createSelectListSQLString

StringBuilder createSelectListSQLString()
Returns:
the SQL string representation of this select list

getColumnQualifiers

List<OwColumnQualifier> getColumnQualifiers()

containsColumnReference

boolean containsColumnReference(String tableName,
                                String columnReferenceName)
Parameters:
tableName -
columnReferenceName -
Returns:
true if tableName.columnName is part of this statement's select.


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.