Package com.adbs.syntax
Class MSSQLSubSelectStatementExtender
- java.lang.Object
- 
- com.adbs.ast.AstNodeBase
- 
- com.adbs.ast.AstExtender
- 
- com.adbs.syntax.MSSQLSubSelectStatementExtender
 
 
 
- 
- All Implemented Interfaces:
- Disposable
 
 public class MSSQLSubSelectStatementExtender extends AstExtender 
- 
- 
Field SummaryFields Modifier and Type Field Description SQLComputeClausecomputeAstNodeWithListforClauseAstNodeWithListoption- 
Fields inherited from class com.adbs.ast.AstNodeBasedata, sqlContext, usedDatabaseObjectColumns, usedDatabaseObjects
 
- 
 - 
Constructor SummaryConstructors Constructor Description MSSQLSubSelectStatementExtender(BaseSQLContext sqlContext)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbuildSQLForNode(AstNode n, SQLBuilder builder, SQLBuilderSelectFormat format)protected voidgetASTFields(AstFieldList l)- 
Methods inherited from class com.adbs.ast.AstExtendereditPropsForNode
 - 
Methods inherited from class com.adbs.ast.AstNodeBaseassertIsAlive, assign, buildASTField, buildASTField, calcStatistics, calcStatisticsRecursive, clone, cloneInternal, dispose, findFirstChildIndexForClass, getAstFieldList, getMyChildren, 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- 
computepublic SQLComputeClause compute 
 - 
forClausepublic AstNodeWithList forClause 
 - 
optionpublic AstNodeWithList option 
 
- 
 - 
Constructor Detail- 
MSSQLSubSelectStatementExtenderpublic MSSQLSubSelectStatementExtender(BaseSQLContext sqlContext) 
 
- 
 - 
Method Detail- 
getASTFieldsprotected void getASTFields(AstFieldList l) - Overrides:
- getASTFieldsin class- AstNodeBase
 
 - 
buildSQLForNodepublic void buildSQLForNode(AstNode n, SQLBuilder builder, SQLBuilderSelectFormat format) - Overrides:
- buildSQLForNodein class- AstExtender
 
 
- 
 
-