Uses of Interface
com._1c.g5.v8.dt.ql.model.FunctionExpression
- 
Packages that use FunctionExpression Package Description com._1c.g5.v8.dt.ql.model com._1c.g5.v8.dt.ql.model.impl com._1c.g5.v8.dt.ql.model.util com._1c.g5.v8.dt.qw.ui.utils 
- 
- 
Uses of FunctionExpression in com._1c.g5.v8.dt.ql.modelSubinterfaces of FunctionExpression in com._1c.g5.v8.dt.ql.model Modifier and Type Interface Description interfaceDerivedFunctionExpressionA representation of the model object 'Derived Function Expression'.Methods in com._1c.g5.v8.dt.ql.model that return FunctionExpression Modifier and Type Method Description FunctionExpressionQlFactory. createFunctionExpression()Returns a new object of class 'Function Expression'.FunctionExpressionFunctionInvocationExpression. getFunctionType()Returns the value of the 'Function Type' reference.Methods in com._1c.g5.v8.dt.ql.model with parameters of type FunctionExpression Modifier and Type Method Description voidFunctionInvocationExpression. setFunctionType(FunctionExpression value)Sets the value of the 'Function Type' reference.
- 
Uses of FunctionExpression in com._1c.g5.v8.dt.ql.model.implClasses in com._1c.g5.v8.dt.ql.model.impl that implement FunctionExpression Modifier and Type Class Description classDerivedFunctionExpressionImplAn implementation of the model object 'Derived Function Expression'.classFunctionExpressionImplAn implementation of the model object 'Function Expression'.Methods in com._1c.g5.v8.dt.ql.model.impl that return FunctionExpression Modifier and Type Method Description FunctionExpressionQlFactoryImpl. createFunctionExpression()FunctionExpressionFunctionInvocationExpressionImpl. getFunctionType()Methods in com._1c.g5.v8.dt.ql.model.impl with parameters of type FunctionExpression Modifier and Type Method Description voidFunctionInvocationExpressionImpl. setFunctionType(FunctionExpression newFunctionType)
- 
Uses of FunctionExpression in com._1c.g5.v8.dt.ql.model.utilMethods in com._1c.g5.v8.dt.ql.model.util with parameters of type FunctionExpression Modifier and Type Method Description TQlSwitch. caseFunctionExpression(FunctionExpression object)Returns the result of interpreting the object as an instance of 'Function Expression'.
- 
Uses of FunctionExpression in com._1c.g5.v8.dt.qw.ui.utilsMethods in com._1c.g5.v8.dt.qw.ui.utils that return FunctionExpression Modifier and Type Method Description FunctionExpressionQueryWizardSource. getFuncByName(String name)Get FunctionExpression by nameMethods in com._1c.g5.v8.dt.qw.ui.utils with parameters of type FunctionExpression Modifier and Type Method Description static QuerySchemaExpressionQuerySchemaExpressionEditableTextBuilder. replaceAggregate(QuerySchemaExpression aggregateExpression, FunctionExpression newAggregateFunction, boolean distinct)Set new aggregate function for expression
 
-