Package com.adbs.ast
Class SQLExpressionAnd
- java.lang.Object
-
- All Implemented Interfaces:
Disposable
public class SQLExpressionAnd extends SQLExpressionLogicalCollection
-
-
Field Summary
-
Fields inherited from class com.adbs.ast.AstNodeBase
data, sqlContext, usedDatabaseObjectColumns, usedDatabaseObjects
-
-
Constructor Summary
Constructors Constructor Description SQLExpressionAnd(BaseSQLContext sqlContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
buildSQLCosmetic(SQLBuilder builder, SQLBuilderSelectFormat selectFormat, SQLBuilderConditionFormat format, int level, boolean parenWritten)
void
buildSQLDirect(SQLBuilder builder, SQLBuilderSelectFormat format)
-
Methods inherited from class com.adbs.ast.SQLExpressionLogicalCollection
findExpressionItem, isLogical, removeLExpression, restoreLExpression, takeItemsFrom
-
Methods inherited from class com.adbs.ast.SQLExpressionItemWithExpressionList
add, extract, extract, get, set
-
Methods inherited from class com.adbs.ast.SQLExpressionItemWithList
add, assign, clear, delete, delete, getCount, getMyChildren, indexOf, insert, remove, set, setCount
-
Methods inherited from class com.adbs.ast.SQLExpressionItem
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 Detail
-
SQLExpressionAnd
public SQLExpressionAnd(BaseSQLContext sqlContext)
-
-
Method Detail
-
buildSQLDirect
public void buildSQLDirect(SQLBuilder builder, SQLBuilderSelectFormat format)
- Overrides:
buildSQLDirect
in classSQLExpressionItemWithList
-
buildSQLCosmetic
public void buildSQLCosmetic(SQLBuilder builder, SQLBuilderSelectFormat selectFormat, SQLBuilderConditionFormat format, int level, boolean parenWritten)
- Overrides:
buildSQLCosmetic
in classSQLExpressionItem
-
-