Uses of Interface
com._1c.g5.v8.dt.ql.model.QuerySchemaTable
- 
- 
Uses of QuerySchemaTable in com._1c.g5.v8.dt.ql.modelMethods in com._1c.g5.v8.dt.ql.model that return QuerySchemaTable Modifier and Type Method Description QuerySchemaTableQlFactory. createQuerySchemaTable()Returns a new object of class 'Query Schema Table'.
- 
Uses of QuerySchemaTable in com._1c.g5.v8.dt.ql.model.implClasses in com._1c.g5.v8.dt.ql.model.impl that implement QuerySchemaTable Modifier and Type Class Description classQuerySchemaTableImplAn implementation of the model object 'Query Schema Table'.Methods in com._1c.g5.v8.dt.ql.model.impl that return QuerySchemaTable Modifier and Type Method Description QuerySchemaTableQlFactoryImpl. createQuerySchemaTable()
- 
Uses of QuerySchemaTable in com._1c.g5.v8.dt.ql.model.utilMethods in com._1c.g5.v8.dt.ql.model.util with parameters of type QuerySchemaTable Modifier and Type Method Description TQlSwitch. caseQuerySchemaTable(QuerySchemaTable object)Returns the result of interpreting the object as an instance of 'Query Schema Table'.
- 
Uses of QuerySchemaTable in com._1c.g5.v8.dt.ql.resourceMethods in com._1c.g5.v8.dt.ql.resource with parameters of type QuerySchemaTable Modifier and Type Method Description protected voidQlDerivedStateComputer. createDbviewDescriptionTempTable(CaseInsensitiveString name, QuerySchemaTable table)CreatesDbViewDescriptionTempTablebyQuerySchemaTable
- 
Uses of QuerySchemaTable in com._1c.g5.v8.dt.ql.validationMethods in com._1c.g5.v8.dt.ql.validation with parameters of type QuerySchemaTable Modifier and Type Method Description voidQlValidator. checkTableWithParametersForVirtual(QuerySchemaTable table)
- 
Uses of QuerySchemaTable in com._1c.g5.v8.dt.right.ql.resourceMethods in com._1c.g5.v8.dt.right.ql.resource with parameters of type QuerySchemaTable Modifier and Type Method Description protected voidRightQlDerivedStateComputer. createDbviewDescriptionTempTable(CaseInsensitiveString name, QuerySchemaTable table)
 
-