Package com.adbs.syntax
Class OracleSQLFromCollection
java.lang.Object
com.adbs.ast.AstNodeBase
com.adbs.ast.AstExtender
com.adbs.ast.AstNode
com.adbs.ast.SQLFromSource
com.adbs.syntax.OracleSQLFromCollection
- All Implemented Interfaces:
Disposable
-
Field Summary
FieldsFields inherited from class com.adbs.ast.SQLFromSource
alias, columnNamesList, joinKind, joinOnFields inherited from class com.adbs.ast.AstNodeBase
data, sqlContext, usedDatabaseObjectColumns, usedDatabaseObjects -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbuildExpression(SQLBuilder builder, SQLBuilderSelectFormat format) protected voidMethods inherited from class com.adbs.ast.SQLFromSource
assign, buildAlias, buildColumnPrefix, buildColumnSuffix, buildJoinOperator, buildSQLDirect, calcFieldList, clone, dispose, getFieldList, getMetadataObject, getSimpleExpression, setFieldList, setMetadataObjectMethods inherited from class com.adbs.ast.AstNode
buildSQL, editProps, editPropsInternal, getExtender, getSimpleSQL, setExtender, updateExtenderMethods inherited from class com.adbs.ast.AstExtender
buildSQLForNode, editPropsForNodeMethods inherited from class com.adbs.ast.AstNodeBase
assertIsAlive, buildASTField, buildASTField, calcStatistics, calcStatisticsRecursive, cloneInternal, findFirstChildIndexForClass, getAstFieldList, getMyChildren, getMyChildrenRecursive, getReferencedColumns, getReferencedColumnsRecursive, getReferencedDatasources, getReferencedDatasourcesRecursive, getSQLContext, getUsedDatabaseObjectColumns, getUsedDatabaseObjects, isAlive, moveSubQueryInProxy, moveSubQueryInProxyRecursive, prepareAndFixupRecursive, prepareAndFixupRecursive, prepareCalcStatistics, prepareCalcStatisticsRecursive, removeReferencesToDatasource, removeReferencesToDatasourceInternal, replaceReferencesToDatasource, replaceReferencesToDatasourceRecursive, restoreColumnPrefix, restoreColumnPrefixRecursive, simplifyTree, simplifyTreeRecursive, traverseASTTreeDepthFirst, traverseASTTreeSiblingFirst
-
Field Details
-
expression
-
-
Constructor Details
-
OracleSQLFromCollection
-
-
Method Details
-
getASTFields
- Overrides:
getASTFieldsin classSQLFromSource
-
buildExpression
- Specified by:
buildExpressionin classSQLFromSource
-