Uses of Interface
com._1c.g5.v8.dt.ql.model.DbViewDescriptionTempTable
- 
- 
Uses of DbViewDescriptionTempTable in com._1c.g5.v8.dt.ql.modelSubinterfaces of DbViewDescriptionTempTable in com._1c.g5.v8.dt.ql.model Modifier and Type Interface Description interfaceDbViewOuterParamTableA representation of the model object 'Db View Outer Param Table'.Methods in com._1c.g5.v8.dt.ql.model that return DbViewDescriptionTempTable Modifier and Type Method Description DbViewDescriptionTempTableQlFactory. createDbViewDescriptionTempTable()Returns a new object of class 'Db View Description Temp Table'.Methods in com._1c.g5.v8.dt.ql.model that return types with arguments of type DbViewDescriptionTempTable Modifier and Type Method Description org.eclipse.emf.common.util.EList<DbViewDescriptionTempTable>QuerySchemaOperator. getDescriptionTempTable()Returns the value of the 'Description Temp Table' containment reference list.
- 
Uses of DbViewDescriptionTempTable in com._1c.g5.v8.dt.ql.model.implClasses in com._1c.g5.v8.dt.ql.model.impl that implement DbViewDescriptionTempTable Modifier and Type Class Description classDbViewDescriptionTempTableImplAn implementation of the model object 'Db View Description Temp Table'.classDbViewOuterParamTableImplAn implementation of the model object 'Db View Outer Param Table'.Methods in com._1c.g5.v8.dt.ql.model.impl that return DbViewDescriptionTempTable Modifier and Type Method Description DbViewDescriptionTempTableQlFactoryImpl. createDbViewDescriptionTempTable()Methods in com._1c.g5.v8.dt.ql.model.impl that return types with arguments of type DbViewDescriptionTempTable Modifier and Type Method Description org.eclipse.emf.common.util.EList<DbViewDescriptionTempTable>QuerySchemaOperatorImpl. getDescriptionTempTable()
- 
Uses of DbViewDescriptionTempTable in com._1c.g5.v8.dt.ql.model.utilMethods in com._1c.g5.v8.dt.ql.model.util with parameters of type DbViewDescriptionTempTable Modifier and Type Method Description TQlSwitch. caseDbViewDescriptionTempTable(DbViewDescriptionTempTable object)Returns the result of interpreting the object as an instance of 'Db View Description Temp Table'.
- 
Uses of DbViewDescriptionTempTable in com._1c.g5.v8.dt.right.ql.modelMethods in com._1c.g5.v8.dt.right.ql.model that return types with arguments of type DbViewDescriptionTempTable Modifier and Type Method Description org.eclipse.emf.common.util.EList<DbViewDescriptionTempTable>QlRestriction. getDescriptionTempTable()Returns the value of the 'Description Temp Table' containment reference list.
- 
Uses of DbViewDescriptionTempTable in com._1c.g5.v8.dt.right.ql.model.implFields in com._1c.g5.v8.dt.right.ql.model.impl with type parameters of type DbViewDescriptionTempTable Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<DbViewDescriptionTempTable>QlRestrictionImpl. descriptionTempTableThe cached value of the 'Description Temp Table' containment reference list.Methods in com._1c.g5.v8.dt.right.ql.model.impl that return types with arguments of type DbViewDescriptionTempTable Modifier and Type Method Description org.eclipse.emf.common.util.EList<DbViewDescriptionTempTable>QlRestrictionImpl. getDescriptionTempTable()
 
-