Package com.adbs.ast
Class SQLExpressionBetween
- java.lang.Object
-
- All Implemented Interfaces:
Disposable
public class SQLExpressionBetween extends SQLExpressionLogicalOperation
-
-
Field Summary
Fields Modifier and Type Field Description boolean
haveNot
SQLExpressionItem
max
SQLExpressionItem
min
-
Fields inherited from class com.adbs.ast.SQLExpressionExpressionItem
lExpression
-
Fields inherited from class com.adbs.ast.AstNodeBase
data, sqlContext, usedDatabaseObjectColumns, usedDatabaseObjects
-
-
Constructor Summary
Constructors Constructor Description SQLExpressionBetween(BaseSQLContext sqlContext)
SQLExpressionBetween(BaseSQLContext sqlContext, SQLExpressionItem lExpression)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
assign(java.lang.Object source)
void
buildSQLDirect(SQLBuilder builder, SQLBuilderSelectFormat format)
protected void
getASTFields(AstFieldList l)
boolean
isLogical()
-
Methods inherited from class com.adbs.ast.SQLExpressionOperation
findExpressionItem, removeLExpression, restoreLExpression
-
Methods inherited from class com.adbs.ast.SQLExpressionExpressionItem
buildSQLExpression
-
Methods inherited from class com.adbs.ast.SQLExpressionItem
buildSQLCosmetic, clone, removeReferencesToDatasourceInternal
-
Methods inherited from class com.adbs.ast.AstNode
buildSQL, dispose, editProps, editPropsInternal, getExtender, getSimpleSQL, setExtender, updateExtender
-
Methods inherited from class com.adbs.ast.AstExtender
buildSQLForNode, editPropsForNode
-
Methods inherited from class com.adbs.ast.AstNodeBase
assertIsAlive, buildASTField, buildASTField, calcStatistics, calcStatisticsRecursive, cloneInternal, findFirstChildIndexForClass, getAstFieldList, getMyChildren, getMyChildrenRecursive, getReferencedColumns, getReferencedColumnsRecursive, getReferencedDatasources, getReferencedDatasourcesRecursive, getSQLContext, getUsedDatabaseObjectColumns, getUsedDatabaseObjects, isAlive, moveSubQueryInProxy, moveSubQueryInProxyRecursive, prepareAndFixupRecursive, prepareAndFixupRecursive, prepareCalcStatistics, prepareCalcStatisticsRecursive, removeReferencesToDatasource, replaceReferencesToDatasource, replaceReferencesToDatasourceRecursive, restoreColumnPrefix, restoreColumnPrefixRecursive, simplifyTree, simplifyTreeRecursive, traverseASTTreeDepthFirst, traverseASTTreeSiblingFirst
-
-
-
-
Field Detail
-
haveNot
public boolean haveNot
-
min
public SQLExpressionItem min
-
max
public SQLExpressionItem max
-
-
Constructor Detail
-
SQLExpressionBetween
public SQLExpressionBetween(BaseSQLContext sqlContext)
-
SQLExpressionBetween
public SQLExpressionBetween(BaseSQLContext sqlContext, SQLExpressionItem lExpression)
-
-
Method Detail
-
getASTFields
protected void getASTFields(AstFieldList l)
- Overrides:
getASTFields
in classSQLExpressionExpressionItem
-
assign
public void assign(java.lang.Object source)
- Overrides:
assign
in classAstNodeBase
-
buildSQLDirect
public void buildSQLDirect(SQLBuilder builder, SQLBuilderSelectFormat format)
- Overrides:
buildSQLDirect
in classSQLExpressionExpressionItem
-
isLogical
public boolean isLogical()
- Overrides:
isLogical
in classSQLExpressionLogicalOperation
-
-