Package com.adbs.syntax
Class OracleSQLHierarchicalQueryClause2
java.lang.Object
com.adbs.ast.AstNodeBase
com.adbs.ast.AstExtender
com.adbs.ast.AstNode
com.adbs.syntax.OracleSQLHierarchicalQueryClause
com.adbs.syntax.OracleSQLHierarchicalQueryClause2
- All Implemented Interfaces:
Disposable
-
Field Summary
Fields inherited from class com.adbs.syntax.OracleSQLHierarchicalQueryClause
connectBy, noCycle, startWith
Fields inherited from class com.adbs.ast.AstNodeBase
data, sqlContext, usedDatabaseObjectColumns, usedDatabaseObjects
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
buildSQLDirect
(SQLBuilder builder, SQLBuilderSelectFormat format) Methods inherited from class com.adbs.syntax.OracleSQLHierarchicalQueryClause
assign, buildConnectBy, buildStartWith, getASTFields, removeReferencesToDatasourceInternal
Methods inherited from class com.adbs.ast.AstNode
buildSQL, clone, dispose, editProps, editPropsInternal, 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, 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
-
Constructor Details
-
OracleSQLHierarchicalQueryClause2
-
-
Method Details
-
buildSQLDirect
- Overrides:
buildSQLDirect
in classOracleSQLHierarchicalQueryClause
-