Package com.adbs.ast
Class SQLExpressionTypeCast
- java.lang.Object
-
- All Implemented Interfaces:
Disposable
- Direct Known Subclasses:
SQLExpressionCast
,SQLExpressionCastOperator
,SQLExpressionConvert
public class SQLExpressionTypeCast extends SQLExpressionOperation
-
-
Field Summary
Fields Modifier and Type Field Description SQLType
castToType
-
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 SQLExpressionTypeCast(BaseSQLContext sqlContext)
SQLExpressionTypeCast(BaseSQLContext sqlContext, SQLExpressionItem lExpression)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
getASTFields(AstFieldList l)
-
Methods inherited from class com.adbs.ast.SQLExpressionOperation
findExpressionItem, removeLExpression, restoreLExpression
-
Methods inherited from class com.adbs.ast.SQLExpressionExpressionItem
buildSQLDirect, buildSQLExpression
-
Methods inherited from class com.adbs.ast.SQLExpressionItem
buildSQLCosmetic, clone, isLogical, 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, assign, 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
-
castToType
public SQLType castToType
-
-
Constructor Detail
-
SQLExpressionTypeCast
public SQLExpressionTypeCast(BaseSQLContext sqlContext)
-
SQLExpressionTypeCast
public SQLExpressionTypeCast(BaseSQLContext sqlContext, SQLExpressionItem lExpression)
-
-
Method Detail
-
getASTFields
protected void getASTFields(AstFieldList l)
- Overrides:
getASTFields
in classSQLExpressionExpressionItem
-
-