public class SQLExpressionTypeCast extends SQLExpressionOperation
Modifier and Type | Field and Description |
---|---|
SQLType |
castToType |
lExpression
data, sqlContext, usedDatabaseObjectColumns, usedDatabaseObjects
Constructor and Description |
---|
SQLExpressionTypeCast(BaseSQLContext sqlContext) |
SQLExpressionTypeCast(BaseSQLContext sqlContext,
SQLExpressionItem lExpression) |
Modifier and Type | Method and Description |
---|---|
protected void |
getASTFields(AstFieldList l) |
findExpressionItem, removeLExpression, restoreLExpression
buildSQLDirect, buildSQLExpression
buildSQLCosmetic, clone, isLogical, removeReferencesToDatasourceInternal
buildSQL, dispose, editProps, editPropsInternal, getExtender, getSimpleSQL, setExtender, updateExtender
buildSQLForNode, editPropsForNode
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
public SQLType castToType
public SQLExpressionTypeCast(BaseSQLContext sqlContext)
public SQLExpressionTypeCast(BaseSQLContext sqlContext, SQLExpressionItem lExpression)
protected void getASTFields(AstFieldList l)
getASTFields
in class SQLExpressionExpressionItem