Uses of Interface
com._1c.g5.v8.dt.ql.model.QuerySchemaOrderExpression
-
Packages that use QuerySchemaOrderExpression 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 -
-
Uses of QuerySchemaOrderExpression in com._1c.g5.v8.dt.ql.model
Methods in com._1c.g5.v8.dt.ql.model that return QuerySchemaOrderExpression Modifier and Type Method Description QuerySchemaOrderExpression
QlFactory. createQuerySchemaOrderExpression()
Returns a new object of class 'Query Schema Order Expression'.Methods in com._1c.g5.v8.dt.ql.model that return types with arguments of type QuerySchemaOrderExpression Modifier and Type Method Description org.eclipse.emf.common.util.EList<QuerySchemaOrderExpression>
QuerySchemaSelectQuery. getOrderExpressions()
Returns the value of the 'Order Expressions' containment reference list. -
Uses of QuerySchemaOrderExpression in com._1c.g5.v8.dt.ql.model.impl
Classes in com._1c.g5.v8.dt.ql.model.impl that implement QuerySchemaOrderExpression Modifier and Type Class Description class
QuerySchemaOrderExpressionImpl
An implementation of the model object 'Query Schema Order Expression'.Methods in com._1c.g5.v8.dt.ql.model.impl that return QuerySchemaOrderExpression Modifier and Type Method Description QuerySchemaOrderExpression
QlFactoryImpl. createQuerySchemaOrderExpression()
Methods in com._1c.g5.v8.dt.ql.model.impl that return types with arguments of type QuerySchemaOrderExpression Modifier and Type Method Description org.eclipse.emf.common.util.EList<QuerySchemaOrderExpression>
QuerySchemaSelectQueryImpl. getOrderExpressions()
-
Uses of QuerySchemaOrderExpression in com._1c.g5.v8.dt.ql.model.util
Methods in com._1c.g5.v8.dt.ql.model.util with parameters of type QuerySchemaOrderExpression Modifier and Type Method Description T
QlSwitch. caseQuerySchemaOrderExpression(QuerySchemaOrderExpression object)
Returns the result of interpreting the object as an instance of 'Query Schema Order Expression'.
-