|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.wewebu.ow.csqlc.ast.OwQueryStatement
public class OwQueryStatement
SQL AST node : <query statement> syntax root 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
| Constructor Summary | |
|---|---|
OwQueryStatement(OwRepositoryTarget repositoryTarget_p,
OwSimpleTable simpleTable_p)
Constructor |
|
OwQueryStatement(OwRepositoryTarget repositoryTarget_p,
OwSimpleTable simpleTable_p,
OwOrderByClause orderByClause_p)
Constructor |
|
| Method Summary | |
|---|---|
void |
addJoin(OwCorrelatedTableName joinedTableReference_p,
OwJoinSpecification joinSpec_p)
|
StringBuilder |
createSQLString()
|
List<OwColumnQualifier> |
getColumnQualifiers()
|
OwColumnQualifier |
getMainTableQualifier()
|
OwMergeType |
getMergeType()
|
Map<String,OwColumnQualifier> |
getNormalizedQualifiers()
|
OwSimpleTable |
getSimpleTable()
|
String |
getTargetRepositoryID()
|
void |
setNormalizedQualifiers(Set<OwColumnQualifier> qualifiers_p)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public OwQueryStatement(OwRepositoryTarget repositoryTarget_p,
OwSimpleTable simpleTable_p)
simpleTable_p - the simple table non-terminal , must not be null
public OwQueryStatement(OwRepositoryTarget repositoryTarget_p,
OwSimpleTable simpleTable_p,
OwOrderByClause orderByClause_p)
simpleTable_p - the simple table non-terminal , must not be nullorderByClause_p - the order by non-terminal , can be null| Method Detail |
|---|
public String getTargetRepositoryID()
public OwMergeType getMergeType()
public StringBuilder createSQLString()
StringBuilder filled with the string representation of this non-terminal
the order by clause is omitted if null or invalid (see OwOrderByClause.isValid())public List<OwColumnQualifier> getColumnQualifiers()
public String toString()
toString in class Objectpublic OwColumnQualifier getMainTableQualifier()
public void addJoin(OwCorrelatedTableName joinedTableReference_p,
OwJoinSpecification joinSpec_p)
public void setNormalizedQualifiers(Set<OwColumnQualifier> qualifiers_p)
public Map<String,OwColumnQualifier> getNormalizedQualifiers()
public OwSimpleTable getSimpleTable()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||