Package com.adbs.ast
Class SQLIdentifiersCollection
java.lang.Object
com.adbs.ast.AstNodeBase
com.adbs.ast.AstExtender
com.adbs.ast.AstNode
com.adbs.ast.AstNodeWithCollection
com.adbs.ast.SQLIdentifiersCollection
- All Implemented Interfaces:
- Disposable
- 
Field SummaryFields inherited from class com.adbs.ast.AstNodeBasedata, sqlContext, usedDatabaseObjectColumns, usedDatabaseObjects
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionadd()addIdentifier(String identifier) booleancontainsSameId(AstTokenIdentifier identifier) booleancontainsSameIdStr(String identifier) get(int index) insert(int index) Methods inherited from class com.adbs.ast.AstNodeWithCollectionassign, buildSQLDirect, clear, delete, getCount, getItemClass, getMyChildren, moveSubQueryInProxy, setCount, setItemClassMethods inherited from class com.adbs.ast.AstNodebuildSQL, clone, dispose, editProps, editPropsInternal, getASTFields, 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, getMyChildrenRecursive, getReferencedColumns, getReferencedColumnsRecursive, getReferencedDatasources, getReferencedDatasourcesRecursive, getSQLContext, getUsedDatabaseObjectColumns, getUsedDatabaseObjects, isAlive, moveSubQueryInProxyRecursive, prepareAndFixupRecursive, prepareAndFixupRecursive, prepareCalcStatistics, prepareCalcStatisticsRecursive, removeReferencesToDatasource, removeReferencesToDatasourceInternal, replaceReferencesToDatasource, replaceReferencesToDatasourceRecursive, restoreColumnPrefix, restoreColumnPrefixRecursive, simplifyTree, simplifyTreeRecursive, traverseASTTreeDepthFirst, traverseASTTreeSiblingFirst
- 
Constructor Details- 
SQLIdentifiersCollection
 
- 
- 
Method Details- 
get- Overrides:
- getin class- AstNodeWithCollection
 
- 
add- Overrides:
- addin class- AstNodeWithCollection
 
- 
addIdentifier
- 
insert- Overrides:
- insertin class- AstNodeWithCollection
 
- 
containsSameId
- 
containsSameIdStr
 
-