Package com.adbs.ast
Class SQLFromBuiltInFunction
- java.lang.Object
-
- com.adbs.ast.AstNodeBase
-
- com.adbs.ast.AstExtender
-
- com.adbs.ast.AstNode
-
- com.adbs.ast.SQLFromSource
-
- com.adbs.ast.SQLFromFunction
-
- com.adbs.ast.SQLFromBuiltInFunction
-
- All Implemented Interfaces:
Disposable
public class SQLFromBuiltInFunction extends SQLFromFunction
-
-
Field Summary
-
Fields inherited from class com.adbs.ast.SQLFromFunction
name, params
-
Fields inherited from class com.adbs.ast.SQLFromSource
alias, columnNamesList, joinKind, joinOn
-
Fields inherited from class com.adbs.ast.AstNodeBase
data, sqlContext, usedDatabaseObjectColumns, usedDatabaseObjects
-
-
Constructor Summary
Constructors Constructor Description SQLFromBuiltInFunction(BaseSQLContext sqlContext)
-
Method Summary
-
Methods inherited from class com.adbs.ast.SQLFromFunction
buildColumnPrefix, buildExpression, buildFunctionNameExpression, buildParamsExpression, calcFieldList, getASTFields, getFunctionNameExpression, restoreColumnPrefixRecursive
-
Methods inherited from class com.adbs.ast.SQLFromSource
assign, buildAlias, buildColumnSuffix, buildJoinOperator, buildSQLDirect, clone, dispose, getFieldList, getMetadataObject, getSimpleExpression, setFieldList, setMetadataObject
-
Methods inherited from class com.adbs.ast.AstNode
buildSQL, 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, removeReferencesToDatasourceInternal, replaceReferencesToDatasource, replaceReferencesToDatasourceRecursive, restoreColumnPrefix, simplifyTree, simplifyTreeRecursive, traverseASTTreeDepthFirst, traverseASTTreeSiblingFirst
-
-
-
-
Constructor Detail
-
SQLFromBuiltInFunction
public SQLFromBuiltInFunction(BaseSQLContext sqlContext)
-
-