public class OwCompoundSelectList extends Object implements OwSelectList
SQL AST node : an container of <select list>s implementation of the
<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
OwSelectSublist
Constructor and Description |
---|
OwCompoundSelectList() |
Modifier and Type | Method and Description |
---|---|
void |
add(OwSelectSublist sublist_p)
Adds the given <select list> to the list of <select list>s that
this select list composed of.
|
boolean |
containsColumnReference(String tableName,
String columnReferenceName) |
StringBuilder |
createSelectListSQLString() |
List<OwColumnQualifier> |
getColumnQualifiers() |
public void add(OwSelectSublist sublist_p)
sublist_p
- public StringBuilder createSelectListSQLString()
createSelectListSQLString
in interface OwSelectList
public List<OwColumnQualifier> getColumnQualifiers()
getColumnQualifiers
in interface OwSelectList
public boolean containsColumnReference(String tableName, String columnReferenceName)
containsColumnReference
in interface OwSelectList
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.