| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ValueExpressionFunction in org.eclipse.datatools.modelbase.sql.query | 
|---|
| Methods in org.eclipse.datatools.modelbase.sql.query that return ValueExpressionFunction | |
|---|---|
|  ValueExpressionFunction | SQLQueryModelFactory.createValueExpressionFunction()Returns a new object of class 'Value Expression Function'. | 
|  ValueExpressionFunction | QueryValueExpression.getValueExprFunction()Returns the value of the 'Value Expr Function' container reference. | 
| Methods in org.eclipse.datatools.modelbase.sql.query with parameters of type ValueExpressionFunction | |
|---|---|
|  void | QueryValueExpression.setValueExprFunction(ValueExpressionFunction value)Sets the value of the ' Value Expr Function' container reference. | 
| Uses of ValueExpressionFunction in org.eclipse.datatools.modelbase.sql.query.helper | 
|---|
| Methods in org.eclipse.datatools.modelbase.sql.query.helper with parameters of type ValueExpressionFunction | |
|---|---|
| static java.util.List | ValueExpressionHelper.getVEFunctionColumns(ValueExpressionFunction funcExpr)CHECK IMPLEMENTATION! CODE UNTESTED! Method to obtain the column expressions from a ValueExpressionFunction | 
| static void | ValueExpressionHelper.resolveValueExpressionFunctionDatatype(ValueExpressionFunction aValExpr)CHECK IMPLEMENTATION! CODE UNTESTED! Tries to determine and set the datatype of the given function value expression. | 
| Uses of ValueExpressionFunction in org.eclipse.datatools.modelbase.sql.query.util | 
|---|
| Methods in org.eclipse.datatools.modelbase.sql.query.util with parameters of type ValueExpressionFunction | |
|---|---|
|  java.lang.Object | SQLQueryModelSwitch.caseValueExpressionFunction(ValueExpressionFunction object)Returns the result of interpreting the object as an instance of 'Value Expression Function'. | 
| Uses of ValueExpressionFunction in org.eclipse.datatools.modelbase.sql.xml.query | 
|---|
| Subinterfaces of ValueExpressionFunction in org.eclipse.datatools.modelbase.sql.xml.query | |
|---|---|
|  interface | XMLAggregateFunctionA representation of the model object 'XML Aggregate Function'. | 
|  interface | XMLSerializeFunctionA representation of the model object 'XML Serialize Function'. | 
|  interface | XMLValueFunctionA representation of the model object 'XML Value Function'. | 
|  interface | XMLValueFunctionCommentA representation of the model object 'XML Value Function Comment'. | 
|  interface | XMLValueFunctionConcatA representation of the model object 'XML Value Function Concat'. | 
|  interface | XMLValueFunctionDocumentA representation of the model object 'XML Value Function Document'. | 
|  interface | XMLValueFunctionElementA representation of the model object 'XML Value Function Element'. | 
|  interface | XMLValueFunctionForestA representation of the model object 'XML Value Function Forest'. | 
|  interface | XMLValueFunctionParseA representation of the model object 'XML Value Function Parse'. | 
|  interface | XMLValueFunctionPIA representation of the model object 'XML Value Function PI'. | 
|  interface | XMLValueFunctionQueryA representation of the model object 'XML Value Function Query'. | 
|  interface | XMLValueFunctionTextA representation of the model object 'XML Value Function Text'. | 
|  interface | XMLValueFunctionValidateA representation of the model object 'XML Value Function Validate'. | 
| Uses of ValueExpressionFunction in org.eclipse.datatools.modelbase.sql.xml.query.util | 
|---|
| Methods in org.eclipse.datatools.modelbase.sql.xml.query.util with parameters of type ValueExpressionFunction | |
|---|---|
|  java.lang.Object | SQLXMLQueryModelSwitch.caseValueExpressionFunction(ValueExpressionFunction object)Returns the result of interpreting the object as an instance of 'Value Expression Function'. | 
| Uses of ValueExpressionFunction in org.eclipse.datatools.sqltools.parsers.sql.query | 
|---|
| Methods in org.eclipse.datatools.sqltools.parsers.sql.query that return ValueExpressionFunction | |
|---|---|
|  ValueExpressionFunction | SQLQueryParserFactory.createFunctionExpression(java.lang.String aFuncName,
                         java.lang.String distinct,
                         java.util.List aFuncParmList,
                         java.lang.String aSchemaName) | 
|  ValueExpressionFunction | SQLQueryParserFactory.createSpecialRegisterExpression(java.lang.String aSpecialReg)Creates a ValueExpressionFunctionwith nameaSpecialRegand field | 
|  ValueExpressionFunction | SQLQueryParserFactory.createSpecialRegisterExpression(java.lang.String aSpecialReg,
                                java.lang.String value)Deprecated. use createSpecialRegisterExpression(String, UserDefinedType) instead | 
|  ValueExpressionFunction | SQLQueryParserFactory.createSpecialRegisterExpression(java.lang.String aRegName,
                                UserDefinedType aDataType)Creates a function expression object for the special register with the name and user-defined data type. | 
| Uses of ValueExpressionFunction in org.eclipse.datatools.sqltools.sqlbuilder.expressionbuilder.function | 
|---|
| Methods in org.eclipse.datatools.sqltools.sqlbuilder.expressionbuilder.function with parameters of type ValueExpressionFunction | |
|---|---|
|  void | FunctionExpressionWizard.setSQLExpression(ValueExpressionFunction sqlExpr) | 
| Constructors in org.eclipse.datatools.sqltools.sqlbuilder.expressionbuilder.function with parameters of type ValueExpressionFunction | |
|---|---|
| FunctionBuilderPage(SQLDomainModel domainModel,
                    SQLQueryObject sqlStatementArg,
                    ValueExpressionFunction inSqlExpr) | |
| FunctionBuilderPage(SQLDomainModel domainModel,
                    SQLQueryObject sqlStatementArg,
                    ValueExpressionFunction inExpr,
                    boolean isColumn) | |
| FunctionExpressionWizard(SQLDomainModel domainModel,
                         SQLQueryObject sqlStatementArg,
                         ValueExpressionFunction sqlExpr) | |
| Uses of ValueExpressionFunction in org.eclipse.datatools.sqltools.sqlbuilder.model | 
|---|
| Methods in org.eclipse.datatools.sqltools.sqlbuilder.model that return ValueExpressionFunction | |
|---|---|
| static ValueExpressionFunction | ExpressionHelper.createFunction(java.lang.String functionName)Create a ValueExpressionFunction, given a function name,
 An example of using this call will be to create function such as
 CURRENT DATE, CURRENT TIME | 
| static ValueExpressionFunction | ExpressionHelper.createFunction(java.lang.String functionName,
               java.util.List parmList)Create a ValueExpressionFunctiongiven a function name and a parameter list. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||