Uses of Interface
com._1c.g5.v8.dt.ql.model.DbViewDescriptionTempTable
-
-
Uses of DbViewDescriptionTempTable in com._1c.g5.v8.dt.ql.model
Subinterfaces of DbViewDescriptionTempTable in com._1c.g5.v8.dt.ql.model Modifier and Type Interface Description interface
DbViewOuterParamTable
A 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 DbViewDescriptionTempTable
QlFactory. 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.impl
Classes in com._1c.g5.v8.dt.ql.model.impl that implement DbViewDescriptionTempTable Modifier and Type Class Description class
DbViewDescriptionTempTableImpl
An implementation of the model object 'Db View Description Temp Table'.class
DbViewOuterParamTableImpl
An 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 DbViewDescriptionTempTable
QlFactoryImpl. 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.util
Methods in com._1c.g5.v8.dt.ql.model.util with parameters of type DbViewDescriptionTempTable Modifier and Type Method Description T
QlSwitch. 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.model
Methods 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.impl
Fields 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. descriptionTempTable
The 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()
-