Package com.adbs.ast
Class SQLFromGroup
java.lang.Object
com.adbs.ast.AstNodeBase
com.adbs.ast.AstExtender
com.adbs.ast.AstNode
com.adbs.ast.SQLFromSource
com.adbs.ast.SQLFromGroup
- All Implemented Interfaces:
- Disposable
- Direct Known Subclasses:
- SQLFromClause
- 
Field SummaryFieldsFields inherited from class com.adbs.ast.SQLFromSourcealias, columnNamesList, joinKind, joinOnFields inherited from class com.adbs.ast.AstNodeBasedata, sqlContext, usedDatabaseObjectColumns, usedDatabaseObjects
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintadd(SQLFromSource joined) voidvoidbuildExpression(SQLBuilder builder, SQLBuilderSelectFormat format) voidbuildSQLDirect(SQLBuilder builder, SQLBuilderSelectFormat format) voidcalcFieldList(List cteList, List fromSourcesList, boolean calcFieldUsageStats) voidclear()voiddelete(int index) extract(int index) extract(SQLFromSource item) get(int index) intgetCount()voidintindexOf(SQLFromSource fs) Methods inherited from class com.adbs.ast.SQLFromSourcebuildAlias, buildColumnPrefix, buildColumnSuffix, buildJoinOperator, clone, dispose, getASTFields, getFieldList, getMetadataObject, getSimpleExpression, setFieldList, setMetadataObjectMethods inherited from class com.adbs.ast.AstNodebuildSQL, 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, 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- 
items
 
- 
- 
Constructor Details- 
SQLFromGroup
 
- 
- 
Method Details- 
getCountpublic int getCount()
- 
get
- 
assign- Overrides:
- assignin class- SQLFromSource
 
- 
getMyChildren- Overrides:
- getMyChildrenin class- AstNodeBase
 
- 
buildSQLDirect- Overrides:
- buildSQLDirectin class- SQLFromSource
 
- 
buildExpression- Specified by:
- buildExpressionin class- SQLFromSource
 
- 
add
- 
indexOf
- 
deletepublic void delete(int index) 
- 
extract
- 
extract
- 
clearpublic void clear()
- 
calcFieldList- Overrides:
- calcFieldListin class- SQLFromSource
 
 
-