Uses of Interface
com._1c.g5.v8.dt.ql.model.DbViewOuterParamTable
-
Packages that use DbViewOuterParamTable 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 -
-
Uses of DbViewOuterParamTable in com._1c.g5.v8.dt.ql.model
Methods in com._1c.g5.v8.dt.ql.model that return DbViewOuterParamTable Modifier and Type Method Description DbViewOuterParamTable
QlFactory. createDbViewOuterParamTable()
Returns a new object of class 'Db View Outer Param Table'. -
Uses of DbViewOuterParamTable in com._1c.g5.v8.dt.ql.model.impl
Classes in com._1c.g5.v8.dt.ql.model.impl that implement DbViewOuterParamTable Modifier and Type Class Description 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 DbViewOuterParamTable Modifier and Type Method Description DbViewOuterParamTable
QlFactoryImpl. createDbViewOuterParamTable()
-
Uses of DbViewOuterParamTable in com._1c.g5.v8.dt.ql.model.util
Methods in com._1c.g5.v8.dt.ql.model.util with parameters of type DbViewOuterParamTable Modifier and Type Method Description T
QlSwitch. caseDbViewOuterParamTable(DbViewOuterParamTable object)
Returns the result of interpreting the object as an instance of 'Db View Outer Param Table'.
-