Package com.adbs.ast
Class SQLExpressionCompWithSet
- All Implemented Interfaces:
Disposable
- Direct Known Subclasses:
SQLExpressionCompWithSetExpression,SQLExpressionCompWithSetSetOfExpressions,SQLExpressionCompWithSubQuery
-
Field Summary
FieldsFields inherited from class com.adbs.ast.SQLExpressionOperator
operatorObjFields inherited from class com.adbs.ast.SQLExpressionExpressionItem
lExpressionFields inherited from class com.adbs.ast.AstNodeBase
data, sqlContext, usedDatabaseObjectColumns, usedDatabaseObjects -
Constructor Summary
ConstructorsConstructorDescriptionSQLExpressionCompWithSet(BaseSQLContext sqlContext) SQLExpressionCompWithSet(BaseSQLContext sqlContext, SQLExpressionItem lExpression, SQLOperator operatorObj) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidbuildSQLDirect(SQLBuilder builder, SQLBuilderSelectFormat format) booleanMethods inherited from class com.adbs.ast.SQLExpressionOperator
getASTFieldsMethods inherited from class com.adbs.ast.SQLExpressionOperation
findExpressionItem, removeLExpression, restoreLExpressionMethods inherited from class com.adbs.ast.SQLExpressionExpressionItem
buildSQLExpressionMethods inherited from class com.adbs.ast.SQLExpressionItem
buildSQLCosmetic, clone, removeReferencesToDatasourceInternalMethods inherited from class com.adbs.ast.AstNode
buildSQL, dispose, editProps, editPropsInternal, getExtender, getSimpleSQL, setExtender, updateExtenderMethods inherited from class com.adbs.ast.AstExtender
buildSQLForNode, editPropsForNodeMethods 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, replaceReferencesToDatasource, replaceReferencesToDatasourceRecursive, restoreColumnPrefix, restoreColumnPrefixRecursive, simplifyTree, simplifyTreeRecursive, traverseASTTreeDepthFirst, traverseASTTreeSiblingFirst
-
Field Details
-
compareType
-
-
Constructor Details
-
SQLExpressionCompWithSet
-
SQLExpressionCompWithSet
public SQLExpressionCompWithSet(BaseSQLContext sqlContext, SQLExpressionItem lExpression, SQLOperator operatorObj)
-
-
Method Details
-
assign
- Overrides:
assignin classAstNodeBase
-
buildSQLDirect
- Overrides:
buildSQLDirectin classSQLExpressionExpressionItem
-
isLogical
public boolean isLogical()- Overrides:
isLogicalin classSQLExpressionItem
-