Uses of Interface
com._1c.g5.v8.dt.ql.model.QuerySchemaDropTableQuery
- 
Packages that use QuerySchemaDropTableQuery 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.validation 
- 
- 
Uses of QuerySchemaDropTableQuery in com._1c.g5.v8.dt.ql.modelMethods in com._1c.g5.v8.dt.ql.model that return QuerySchemaDropTableQuery Modifier and Type Method Description QuerySchemaDropTableQueryQlFactory. createQuerySchemaDropTableQuery()Returns a new object of class 'Query Schema Drop Table Query'.
- 
Uses of QuerySchemaDropTableQuery in com._1c.g5.v8.dt.ql.model.implClasses in com._1c.g5.v8.dt.ql.model.impl that implement QuerySchemaDropTableQuery Modifier and Type Class Description classQuerySchemaDropTableQueryImplAn implementation of the model object 'Query Schema Drop Table Query'.Methods in com._1c.g5.v8.dt.ql.model.impl that return QuerySchemaDropTableQuery Modifier and Type Method Description QuerySchemaDropTableQueryQlFactoryImpl. createQuerySchemaDropTableQuery()
- 
Uses of QuerySchemaDropTableQuery in com._1c.g5.v8.dt.ql.model.utilMethods in com._1c.g5.v8.dt.ql.model.util with parameters of type QuerySchemaDropTableQuery Modifier and Type Method Description TQlSwitch. caseQuerySchemaDropTableQuery(QuerySchemaDropTableQuery object)Returns the result of interpreting the object as an instance of 'Query Schema Drop Table Query'.
- 
Uses of QuerySchemaDropTableQuery in com._1c.g5.v8.dt.ql.validationMethods in com._1c.g5.v8.dt.ql.validation with parameters of type QuerySchemaDropTableQuery Modifier and Type Method Description voidQlValidator. checkDropQuery(QuerySchemaDropTableQuery dropQuery)
 
-