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 SummaryFieldsModifier and TypeFieldDescriptionbooleanFields inherited from class com.adbs.ast.AstNodeBasedata, sqlContext, usedDatabaseObjectColumns, usedDatabaseObjects
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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.AstNodebuildSQL, clone, dispose, editProps, editPropsInternal, getExtender, getSimpleSQL, setExtender, updateExtenderMethods inherited from class com.adbs.ast.AstExtenderbuildSQLForNode, editPropsForNodeMethods 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 Details- 
startWith
- 
connectBy
- 
noCyclepublic boolean noCycle
 
- 
- 
Constructor Details- 
OracleSQLHierarchicalQueryClause
 
- 
- 
Method Details- 
getASTFields- Overrides:
- getASTFieldsin class- AstNode
 
- 
assign- Overrides:
- assignin class- AstNodeBase
 
- 
buildSQLDirect- Overrides:
- buildSQLDirectin class- AstNode
 
- 
removeReferencesToDatasourceInternal- Overrides:
- removeReferencesToDatasourceInternalin class- AstNodeBase
 
- 
buildStartWith
- 
buildConnectBy
 
-