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
 
 public class SQLFromGroup extends SQLFromSource 
- 
- 
Field SummaryFields Modifier and Type Field Description java.util.ArrayList<SQLFromSource>items- 
Fields inherited from class com.adbs.ast.SQLFromSourcealias, columnNamesList, joinKind, joinOn
 - 
Fields inherited from class com.adbs.ast.AstNodeBasedata, sqlContext, usedDatabaseObjectColumns, usedDatabaseObjects
 
- 
 - 
Constructor SummaryConstructors Constructor Description SQLFromGroup(BaseSQLContext sqlContext)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intadd(SQLFromSource joined)voidassign(java.lang.Object source)voidbuildExpression(SQLBuilder builder, SQLBuilderSelectFormat format)voidbuildSQLDirect(SQLBuilder builder, SQLBuilderSelectFormat format)voidcalcFieldList(java.util.List cteList, java.util.List fromSourcesList, boolean calcFieldUsageStats)voidclear()voiddelete(int index)SQLFromSourceextract(int index)SQLFromSourceextract(SQLFromSource item)SQLFromSourceget(int index)intgetCount()voidgetMyChildren(java.util.List l)intindexOf(SQLFromSource fs)- 
Methods inherited from class com.adbs.ast.SQLFromSourcebuildAlias, buildColumnPrefix, buildColumnSuffix, buildJoinOperator, clone, dispose, getASTFields, getFieldList, getMetadataObject, getSimpleExpression, setFieldList, setMetadataObject
 - 
Methods inherited from class com.adbs.ast.AstNodebuildSQL, editProps, editPropsInternal, getExtender, getSimpleSQL, setExtender, updateExtender
 - 
Methods inherited from class com.adbs.ast.AstExtenderbuildSQLForNode, editPropsForNode
 - 
Methods 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 Detail- 
itemspublic final java.util.ArrayList<SQLFromSource> items 
 
- 
 - 
Constructor Detail- 
SQLFromGrouppublic SQLFromGroup(BaseSQLContext sqlContext) 
 
- 
 - 
Method Detail- 
getCountpublic int getCount() 
 - 
getpublic SQLFromSource get(int index) 
 - 
assignpublic void assign(java.lang.Object source) - Overrides:
- assignin class- SQLFromSource
 
 - 
getMyChildrenpublic void getMyChildren(java.util.List l) - Overrides:
- getMyChildrenin class- AstNodeBase
 
 - 
buildSQLDirectpublic void buildSQLDirect(SQLBuilder builder, SQLBuilderSelectFormat format) - Overrides:
- buildSQLDirectin class- SQLFromSource
 
 - 
buildExpressionpublic void buildExpression(SQLBuilder builder, SQLBuilderSelectFormat format) - Specified by:
- buildExpressionin class- SQLFromSource
 
 - 
addpublic int add(SQLFromSource joined) 
 - 
indexOfpublic int indexOf(SQLFromSource fs) 
 - 
deletepublic void delete(int index) 
 - 
extractpublic SQLFromSource extract(SQLFromSource item) 
 - 
extractpublic SQLFromSource extract(int index) 
 - 
clearpublic void clear() 
 - 
calcFieldListpublic void calcFieldList(java.util.List cteList, java.util.List fromSourcesList, boolean calcFieldUsageStats)- Overrides:
- calcFieldListin class- SQLFromSource
 
 
- 
 
-