public class SQLExpressionSubQueryOperation extends SQLExpressionItem
Modifier and Type | Field and Description |
---|---|
SQLSubSelectStatement |
subQuery |
data, sqlContext, usedDatabaseObjectColumns, usedDatabaseObjects
Constructor and Description |
---|
SQLExpressionSubQueryOperation(BaseSQLContext sqlContext) |
Modifier and Type | Method and Description |
---|---|
protected void |
getASTFields(AstFieldList l) |
boolean |
isLogical() |
buildSQLCosmetic, clone, findExpressionItem, removeLExpression, removeReferencesToDatasourceInternal, restoreLExpression
buildSQL, buildSQLDirect, dispose, editProps, editPropsInternal, getExtender, getSimpleSQL, setExtender, updateExtender
buildSQLForNode, editPropsForNode
assertIsAlive, assign, 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
public SQLSubSelectStatement subQuery
public SQLExpressionSubQueryOperation(BaseSQLContext sqlContext)
protected void getASTFields(AstFieldList l)
getASTFields
in class AstNode
public boolean isLogical()
isLogical
in class SQLExpressionItem