Package com.adbs.ast
Class SQLExpressionCompWithSet
- java.lang.Object
- 
- All Implemented Interfaces:
- Disposable
 - Direct Known Subclasses:
- SQLExpressionCompWithSetExpression,- SQLExpressionCompWithSetSetOfExpressions,- SQLExpressionCompWithSubQuery
 
 public class SQLExpressionCompWithSet extends SQLExpressionOperator 
- 
- 
Field SummaryFields Modifier and Type Field Description SQLCompareWithSetcompareType- 
Fields inherited from class com.adbs.ast.SQLExpressionOperatoroperatorObj
 - 
Fields inherited from class com.adbs.ast.SQLExpressionExpressionItemlExpression
 - 
Fields inherited from class com.adbs.ast.AstNodeBasedata, sqlContext, usedDatabaseObjectColumns, usedDatabaseObjects
 
- 
 - 
Constructor SummaryConstructors Constructor Description SQLExpressionCompWithSet(BaseSQLContext sqlContext)SQLExpressionCompWithSet(BaseSQLContext sqlContext, SQLExpressionItem lExpression, SQLOperator operatorObj)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidassign(java.lang.Object source)voidbuildSQLDirect(SQLBuilder builder, SQLBuilderSelectFormat format)booleanisLogical()- 
Methods inherited from class com.adbs.ast.SQLExpressionOperatorgetASTFields
 - 
Methods inherited from class com.adbs.ast.SQLExpressionOperationfindExpressionItem, removeLExpression, restoreLExpression
 - 
Methods inherited from class com.adbs.ast.SQLExpressionExpressionItembuildSQLExpression
 - 
Methods inherited from class com.adbs.ast.SQLExpressionItembuildSQLCosmetic, clone, removeReferencesToDatasourceInternal
 - 
Methods inherited from class com.adbs.ast.AstNodebuildSQL, dispose, editProps, editPropsInternal, 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, 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 Detail- 
compareTypepublic SQLCompareWithSet compareType 
 
- 
 - 
Constructor Detail- 
SQLExpressionCompWithSetpublic SQLExpressionCompWithSet(BaseSQLContext sqlContext) 
 - 
SQLExpressionCompWithSetpublic SQLExpressionCompWithSet(BaseSQLContext sqlContext, SQLExpressionItem lExpression, SQLOperator operatorObj) 
 
- 
 - 
Method Detail- 
assignpublic void assign(java.lang.Object source) - Overrides:
- assignin class- AstNodeBase
 
 - 
buildSQLDirectpublic void buildSQLDirect(SQLBuilder builder, SQLBuilderSelectFormat format) - Overrides:
- buildSQLDirectin class- SQLExpressionExpressionItem
 
 - 
isLogicalpublic boolean isLogical() - Overrides:
- isLogicalin class- SQLExpressionItem
 
 
- 
 
-