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.model
Subinterfaces of FunctionExpression in com._1c.g5.v8.dt.ql.model Modifier and Type Interface Description interface
DerivedFunctionExpression
A 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 FunctionExpression
QlFactory. createFunctionExpression()
Returns a new object of class 'Function Expression'.FunctionExpression
FunctionInvocationExpression. 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 void
FunctionInvocationExpression. setFunctionType(FunctionExpression value)
Sets the value of the 'Function Type
' reference. -
Uses of FunctionExpression in com._1c.g5.v8.dt.ql.model.impl
Classes in com._1c.g5.v8.dt.ql.model.impl that implement FunctionExpression Modifier and Type Class Description class
DerivedFunctionExpressionImpl
An implementation of the model object 'Derived Function Expression'.class
FunctionExpressionImpl
An 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 FunctionExpression
QlFactoryImpl. createFunctionExpression()
FunctionExpression
FunctionInvocationExpressionImpl. getFunctionType()
Methods in com._1c.g5.v8.dt.ql.model.impl with parameters of type FunctionExpression Modifier and Type Method Description void
FunctionInvocationExpressionImpl. setFunctionType(FunctionExpression newFunctionType)
-
Uses of FunctionExpression in com._1c.g5.v8.dt.ql.model.util
Methods in com._1c.g5.v8.dt.ql.model.util with parameters of type FunctionExpression Modifier and Type Method Description T
QlSwitch. 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.utils
Methods in com._1c.g5.v8.dt.qw.ui.utils that return FunctionExpression Modifier and Type Method Description FunctionExpression
QueryWizardSource. 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 QuerySchemaExpression
QuerySchemaExpressionEditableTextBuilder. replaceAggregate(QuerySchemaExpression aggregateExpression, FunctionExpression newAggregateFunction, boolean distinct)
Set new aggregate function for expression
-