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.AstNodeBasedata, sqlContext, usedDatabaseObjectColumns, usedDatabaseObjects
 
- 
 - 
Constructor SummaryConstructors Constructor Description SQLExpressionAnd(BaseSQLContext sqlContext)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbuildSQLCosmetic(SQLBuilder builder, SQLBuilderSelectFormat selectFormat, SQLBuilderConditionFormat format, int level, boolean parenWritten)voidbuildSQLDirect(SQLBuilder builder, SQLBuilderSelectFormat format)- 
Methods inherited from class com.adbs.ast.SQLExpressionLogicalCollectionfindExpressionItem, isLogical, removeLExpression, restoreLExpression, takeItemsFrom
 - 
Methods inherited from class com.adbs.ast.SQLExpressionItemWithExpressionListadd, extract, extract, get, set
 - 
Methods inherited from class com.adbs.ast.SQLExpressionItemWithListadd, assign, clear, delete, delete, getCount, getMyChildren, indexOf, insert, remove, set, setCount
 - 
Methods inherited from class com.adbs.ast.SQLExpressionItemclone, removeReferencesToDatasourceInternal
 - 
Methods inherited from class com.adbs.ast.AstNodebuildSQL, dispose, editProps, editPropsInternal, getASTFields, getExtender, getSimpleSQL, setExtender, updateExtender
 - 
Methods inherited from class com.adbs.ast.AstExtenderbuildSQLForNode, editPropsForNode
 - 
Methods inherited from class com.adbs.ast.AstNodeBaseassertIsAlive, 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- 
SQLExpressionAndpublic SQLExpressionAnd(BaseSQLContext sqlContext) 
 
- 
 - 
Method Detail- 
buildSQLDirectpublic void buildSQLDirect(SQLBuilder builder, SQLBuilderSelectFormat format) - Overrides:
- buildSQLDirectin class- SQLExpressionItemWithList
 
 - 
buildSQLCosmeticpublic void buildSQLCosmetic(SQLBuilder builder, SQLBuilderSelectFormat selectFormat, SQLBuilderConditionFormat format, int level, boolean parenWritten) - Overrides:
- buildSQLCosmeticin class- SQLExpressionItem
 
 
- 
 
-