Uses of Interface
com._1c.g5.v8.dt.ql.model.FunctionExpression
Packages that use FunctionExpression
Package
Description
-
Uses of FunctionExpression in com._1c.g5.v8.dt.ql.model
Subinterfaces of FunctionExpression in com._1c.g5.v8.dt.ql.modelModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Derived Function Expression'.Methods in com._1c.g5.v8.dt.ql.model that return FunctionExpressionModifier and TypeMethodDescriptionQlFactory.createFunctionExpression()Returns a new object of class 'Function Expression'.FunctionInvocationExpression.getFunctionType()Returns the value of the 'Function Type' reference.Methods in com._1c.g5.v8.dt.ql.model with parameters of type FunctionExpressionModifier and TypeMethodDescriptionvoidFunctionInvocationExpression.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 FunctionExpressionModifier and TypeClassDescriptionclassAn implementation of the model object 'Derived Function Expression'.classAn implementation of the model object 'Function Expression'.Methods in com._1c.g5.v8.dt.ql.model.impl that return FunctionExpressionModifier and TypeMethodDescriptionQlFactoryImpl.createFunctionExpression()FunctionInvocationExpressionImpl.getFunctionType()Methods in com._1c.g5.v8.dt.ql.model.impl with parameters of type FunctionExpressionModifier and TypeMethodDescriptionvoidFunctionInvocationExpressionImpl.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 FunctionExpressionModifier and TypeMethodDescriptionQlSwitch.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 FunctionExpressionModifier and TypeMethodDescriptionQueryWizardSource.getFuncByName(String name) Get FunctionExpression by nameMethods in com._1c.g5.v8.dt.qw.ui.utils with parameters of type FunctionExpressionModifier and TypeMethodDescriptionstatic QuerySchemaExpressionQuerySchemaExpressionEditableTextBuilder.replaceAggregate(QuerySchemaExpression aggregateExpression, FunctionExpression newAggregateFunction, boolean distinct) Set new aggregate function for expression