Package com.adbs.ast
Class SQLJoinKindOuter
java.lang.Object
com.adbs.ast.AstNodeBase
com.adbs.ast.AstExtender
com.adbs.ast.AstNode
com.adbs.ast.SQLJoinKind
com.adbs.ast.SQLJoinKindOuter
- All Implemented Interfaces:
- Disposable
- Direct Known Subclasses:
- SQLJoinKindFull,- SQLJoinKindLeft,- SQLJoinKindRight
- 
Field SummaryFieldsFields inherited from class com.adbs.ast.AstNodeBasedata, sqlContext, usedDatabaseObjectColumns, usedDatabaseObjects
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidprotected voidbuildOuter(SQLBuilder builder, SQLBuilderSelectFormat format) Methods inherited from class com.adbs.ast.SQLJoinKindisLeftOuter, isRightOuterMethods inherited from class com.adbs.ast.AstNodebuildSQL, buildSQLDirect, 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, 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 Details- 
outerpublic boolean outer
 
- 
- 
Constructor Details- 
SQLJoinKindOuter
 
- 
- 
Method Details- 
assign- Overrides:
- assignin class- AstNodeBase
 
- 
buildOuter
 
-