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.modelMethods in com._1c.g5.v8.dt.ql.model that return QuerySchemaOrderExpression Modifier and Type Method Description QuerySchemaOrderExpressionQlFactory. 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.implClasses in com._1c.g5.v8.dt.ql.model.impl that implement QuerySchemaOrderExpression Modifier and Type Class Description classQuerySchemaOrderExpressionImplAn 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 QuerySchemaOrderExpressionQlFactoryImpl. 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.utilMethods in com._1c.g5.v8.dt.ql.model.util with parameters of type QuerySchemaOrderExpression Modifier and Type Method Description TQlSwitch. caseQuerySchemaOrderExpression(QuerySchemaOrderExpression object)Returns the result of interpreting the object as an instance of 'Query Schema Order Expression'.
 
-