public class SQLExpressionTypeCast extends SQLExpressionOperation
| Modifier and Type | Field and Description |
|---|---|
SQLType |
castToType |
lExpressiondata, 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, restoreLExpressionbuildSQLDirect, buildSQLExpressionbuildSQLCosmetic, clone, isLogical, removeReferencesToDatasourceInternalbuildSQL, dispose, editProps, editPropsInternal, getExtender, getSimpleSQL, setExtender, updateExtenderbuildSQLForNode, editPropsForNodeassertIsAlive, 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, traverseASTTreeSiblingFirstpublic SQLType castToType
public SQLExpressionTypeCast(BaseSQLContext sqlContext)
public SQLExpressionTypeCast(BaseSQLContext sqlContext, SQLExpressionItem lExpression)
protected void getASTFields(AstFieldList l)
getASTFields in class SQLExpressionExpressionItem