Package com.adbs.ast
Class SQLSubQueryExpression
- java.lang.Object
-
- com.adbs.ast.AstNodeBase
-
- com.adbs.ast.AstExtender
-
- com.adbs.ast.AstNode
-
- com.adbs.ast.SQLSubQueryExpression
-
- All Implemented Interfaces:
Disposable
- Direct Known Subclasses:
SQLSubQueryExpressions
,SQLSubQuerySelectExpression
public class SQLSubQueryExpression extends AstNode
-
-
Field Summary
-
Fields inherited from class com.adbs.ast.AstNodeBase
data, sqlContext, usedDatabaseObjectColumns, usedDatabaseObjects
-
-
Constructor Summary
Constructors Constructor Description SQLSubQueryExpression(BaseSQLContext sqlContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
assign(java.lang.Object source)
void
buildUnionOperator(SQLBuilder builder, SQLBuilderSelectFormat format)
java.lang.String
getSimpleUnionOperator(SQLBuilder sqlBuilder)
java.lang.String
getUnionOperator()
boolean
isAll()
void
setAll(boolean value)
void
setUnionOperator(java.lang.String value)
-
Methods inherited from class com.adbs.ast.AstNode
buildSQL, buildSQLDirect, clone, dispose, editProps, editPropsInternal, getASTFields, getExtender, getSimpleSQL, setExtender, updateExtender
-
Methods inherited from class com.adbs.ast.AstExtender
buildSQLForNode, editPropsForNode
-
Methods inherited from class com.adbs.ast.AstNodeBase
assertIsAlive, buildASTField, buildASTField, calcStatistics, calcStatisticsRecursive, cloneInternal, findFirstChildIndexForClass, getAstFieldList, getMyChildren, getMyChildrenRecursive, getReferencedColumns, getReferencedColumnsRecursive, getReferencedDatasources, getReferencedDatasourcesRecursive, getSQLContext, getUsedDatabaseObjectColumns, getUsedDatabaseObjects, isAlive, moveSubQueryInProxy, moveSubQueryInProxyRecursive, prepareAndFixupRecursive, prepareAndFixupRecursive, prepareCalcStatistics, prepareCalcStatisticsRecursive, removeReferencesToDatasource, removeReferencesToDatasourceInternal, replaceReferencesToDatasource, replaceReferencesToDatasourceRecursive, restoreColumnPrefix, restoreColumnPrefixRecursive, simplifyTree, simplifyTreeRecursive, traverseASTTreeDepthFirst, traverseASTTreeSiblingFirst
-
-
-
-
Constructor Detail
-
SQLSubQueryExpression
public SQLSubQueryExpression(BaseSQLContext sqlContext)
-
-
Method Detail
-
getUnionOperator
public java.lang.String getUnionOperator()
-
setUnionOperator
public void setUnionOperator(java.lang.String value)
-
isAll
public boolean isAll()
-
setAll
public void setAll(boolean value)
-
getSimpleUnionOperator
public java.lang.String getSimpleUnionOperator(SQLBuilder sqlBuilder)
-
assign
public void assign(java.lang.Object source)
- Overrides:
assign
in classAstNodeBase
-
buildUnionOperator
public void buildUnionOperator(SQLBuilder builder, SQLBuilderSelectFormat format)
-
-