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 SummaryFields Modifier and Type Field Description SQLTypecastToType- 
Fields inherited from class com.adbs.ast.SQLExpressionExpressionItemlExpression
 - 
Fields inherited from class com.adbs.ast.AstNodeBasedata, sqlContext, usedDatabaseObjectColumns, usedDatabaseObjects
 
- 
 - 
Constructor SummaryConstructors Constructor Description SQLExpressionTypeCast(BaseSQLContext sqlContext)SQLExpressionTypeCast(BaseSQLContext sqlContext, SQLExpressionItem lExpression)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidgetASTFields(AstFieldList l)- 
Methods inherited from class com.adbs.ast.SQLExpressionOperationfindExpressionItem, removeLExpression, restoreLExpression
 - 
Methods inherited from class com.adbs.ast.SQLExpressionExpressionItembuildSQLDirect, buildSQLExpression
 - 
Methods inherited from class com.adbs.ast.SQLExpressionItembuildSQLCosmetic, clone, isLogical, removeReferencesToDatasourceInternal
 - 
Methods inherited from class com.adbs.ast.AstNodebuildSQL, dispose, editProps, editPropsInternal, getExtender, getSimpleSQL, setExtender, updateExtender
 - 
Methods inherited from class com.adbs.ast.AstExtenderbuildSQLForNode, editPropsForNode
 - 
Methods inherited from class com.adbs.ast.AstNodeBaseassertIsAlive, 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- 
castToTypepublic SQLType castToType 
 
- 
 - 
Constructor Detail- 
SQLExpressionTypeCastpublic SQLExpressionTypeCast(BaseSQLContext sqlContext) 
 - 
SQLExpressionTypeCastpublic SQLExpressionTypeCast(BaseSQLContext sqlContext, SQLExpressionItem lExpression) 
 
- 
 - 
Method Detail- 
getASTFieldsprotected void getASTFields(AstFieldList l) - Overrides:
- getASTFieldsin class- SQLExpressionExpressionItem
 
 
- 
 
-