Package com.adbs.syntax
Class OracleSQLHierarchicalQueryClause
java.lang.Object
com.adbs.ast.AstNodeBase
com.adbs.ast.AstExtender
com.adbs.ast.AstNode
com.adbs.syntax.OracleSQLHierarchicalQueryClause
- All Implemented Interfaces:
Disposable
- Direct Known Subclasses:
OracleSQLHierarchicalQueryClause2
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanFields inherited from class com.adbs.ast.AstNodeBase
data, sqlContext, usedDatabaseObjectColumns, usedDatabaseObjects -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidbuildConnectBy(SQLBuilder builder, SQLBuilderSelectFormat format) voidbuildSQLDirect(SQLBuilder builder, SQLBuilderSelectFormat format) voidbuildStartWith(SQLBuilder builder, SQLBuilderSelectFormat format) protected voidprotected voidMethods inherited from class com.adbs.ast.AstNode
buildSQL, clone, dispose, 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, replaceReferencesToDatasource, replaceReferencesToDatasourceRecursive, restoreColumnPrefix, restoreColumnPrefixRecursive, simplifyTree, simplifyTreeRecursive, traverseASTTreeDepthFirst, traverseASTTreeSiblingFirst
-
Field Details
-
startWith
-
connectBy
-
noCycle
public boolean noCycle
-
-
Constructor Details
-
OracleSQLHierarchicalQueryClause
-
-
Method Details
-
getASTFields
- Overrides:
getASTFieldsin classAstNode
-
assign
- Overrides:
assignin classAstNodeBase
-
buildSQLDirect
- Overrides:
buildSQLDirectin classAstNode
-
removeReferencesToDatasourceInternal
- Overrides:
removeReferencesToDatasourceInternalin classAstNodeBase
-
buildStartWith
-
buildConnectBy
-