Package com.adbs.ast
Class SQLExpressionLogicalCollection
java.lang.Object
com.adbs.ast.AstNodeBase
com.adbs.ast.AstExtender
com.adbs.ast.AstNode
com.adbs.ast.SQLExpressionItem
com.adbs.ast.SQLExpressionItemWithList
com.adbs.ast.SQLExpressionItemWithExpressionList
com.adbs.ast.SQLExpressionLogicalCollection
- All Implemented Interfaces:
Disposable
- Direct Known Subclasses:
SQLExpressionAnd
,SQLExpressionOr
-
Field Summary
Fields inherited from class com.adbs.ast.AstNodeBase
data, sqlContext, usedDatabaseObjectColumns, usedDatabaseObjects
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
void
void
void
takeItemsFrom
(SQLExpressionLogicalCollection source, boolean addNot) Methods inherited from class com.adbs.ast.SQLExpressionItemWithExpressionList
add, extract, extract, get, set
Methods inherited from class com.adbs.ast.SQLExpressionItemWithList
add, assign, buildSQLDirect, clear, delete, delete, getCount, getMyChildren, indexOf, insert, remove, set, setCount
Methods inherited from class com.adbs.ast.SQLExpressionItem
buildSQLCosmetic, clone, removeReferencesToDatasourceInternal
Methods inherited from class com.adbs.ast.AstNode
buildSQL, 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, getMyChildrenRecursive, getReferencedColumns, getReferencedColumnsRecursive, getReferencedDatasources, getReferencedDatasourcesRecursive, getSQLContext, getUsedDatabaseObjectColumns, getUsedDatabaseObjects, isAlive, moveSubQueryInProxy, moveSubQueryInProxyRecursive, prepareAndFixupRecursive, prepareAndFixupRecursive, prepareCalcStatistics, prepareCalcStatisticsRecursive, removeReferencesToDatasource, replaceReferencesToDatasource, replaceReferencesToDatasourceRecursive, restoreColumnPrefix, restoreColumnPrefixRecursive, simplifyTree, simplifyTreeRecursive, traverseASTTreeDepthFirst, traverseASTTreeSiblingFirst
-
Constructor Details
-
SQLExpressionLogicalCollection
-
-
Method Details
-
removeLExpression
- Overrides:
removeLExpression
in classSQLExpressionItem
-
restoreLExpression
- Overrides:
restoreLExpression
in classSQLExpressionItem
-
takeItemsFrom
-
isLogical
public boolean isLogical()- Overrides:
isLogical
in classSQLExpressionItem
-
findExpressionItem
- Overrides:
findExpressionItem
in classSQLExpressionItem
-