Uses of Interface
com._1c.g5.v8.dt.ql.model.AbstractQuerySchemaDbView
-
Packages that use AbstractQuerySchemaDbView 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 AbstractQuerySchemaDbView in com._1c.g5.v8.dt.ql.model
Subinterfaces of AbstractQuerySchemaDbView in com._1c.g5.v8.dt.ql.model Modifier and Type Interface Description interface
DbViewDescriptionTempTable
A representation of the model object 'Db View Description Temp Table'.interface
DbViewFieldFieldDefFromQuery
A representation of the model object 'Db View Field Field Def From Query'.interface
DbViewFromQuery
A representation of the model object 'Db View From Query'.interface
DbViewNestedTableFromQuery
A representation of the model object 'Db View Nested Table From Query'.interface
DbViewOuterParamTable
A representation of the model object 'Db View Outer Param Table'.interface
UnresolvedDbView
A representation of the model object 'Unresolved Db View'. -
Uses of AbstractQuerySchemaDbView in com._1c.g5.v8.dt.ql.model.impl
Classes in com._1c.g5.v8.dt.ql.model.impl that implement AbstractQuerySchemaDbView Modifier and Type Class Description class
AbstractQuerySchemaDbViewImpl
An implementation of the model object 'Abstract Query Schema Db View'.class
DbViewDescriptionTempTableImpl
An implementation of the model object 'Db View Description Temp Table'.class
DbViewFieldFieldDefFromQueryImpl
An implementation of the model object 'Db View Field Field Def From Query'.class
DbViewFromQueryImpl
An implementation of the model object 'Db View From Query'.class
DbViewNestedTableFromQueryImpl
An implementation of the model object 'Db View Nested Table From Query'.class
DbViewOuterParamTableImpl
An implementation of the model object 'Db View Outer Param Table'.class
UnresolvedDbViewImpl
An implementation of the model object 'Unresolved Db View'. -
Uses of AbstractQuerySchemaDbView in com._1c.g5.v8.dt.ql.model.util
Methods in com._1c.g5.v8.dt.ql.model.util with parameters of type AbstractQuerySchemaDbView Modifier and Type Method Description T
QlSwitch. caseAbstractQuerySchemaDbView(AbstractQuerySchemaDbView object)
Returns the result of interpreting the object as an instance of 'Abstract Query Schema Db View'.
-