Uses of Interface
com._1c.g5.v8.dt.ql.model.MultiPartQuerySchemaTable
- 
Packages that use MultiPartQuerySchemaTable 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.ql.naming 
- 
- 
Uses of MultiPartQuerySchemaTable in com._1c.g5.v8.dt.ql.modelMethods in com._1c.g5.v8.dt.ql.model that return MultiPartQuerySchemaTable Modifier and Type Method Description MultiPartQuerySchemaTableQlFactory. createMultiPartQuerySchemaTable()Returns a new object of class 'Multi Part Query Schema Table'.
- 
Uses of MultiPartQuerySchemaTable in com._1c.g5.v8.dt.ql.model.implClasses in com._1c.g5.v8.dt.ql.model.impl that implement MultiPartQuerySchemaTable Modifier and Type Class Description classMultiPartQuerySchemaTableImplAn implementation of the model object 'Multi Part Query Schema Table'.Methods in com._1c.g5.v8.dt.ql.model.impl that return MultiPartQuerySchemaTable Modifier and Type Method Description MultiPartQuerySchemaTableQlFactoryImpl. createMultiPartQuerySchemaTable()
- 
Uses of MultiPartQuerySchemaTable in com._1c.g5.v8.dt.ql.model.utilMethods in com._1c.g5.v8.dt.ql.model.util with parameters of type MultiPartQuerySchemaTable Modifier and Type Method Description TQlSwitch. caseMultiPartQuerySchemaTable(MultiPartQuerySchemaTable object)Returns the result of interpreting the object as an instance of 'Multi Part Query Schema Table'.
- 
Uses of MultiPartQuerySchemaTable in com._1c.g5.v8.dt.ql.namingMethods in com._1c.g5.v8.dt.ql.naming with parameters of type MultiPartQuerySchemaTable Modifier and Type Method Description protected org.eclipse.xtext.naming.QualifiedNameQlQualifiedNameProvider. _computeFqn(MultiPartQuerySchemaTable table)
 
-