Uses of Interface
com._1c.g5.v8.dt.metadata.dbview.Table
-
-
Uses of Table in com._1c.g5.v8.dt.metadata.dbview
Subinterfaces of Table in com._1c.g5.v8.dt.metadata.dbview Modifier and Type Interface Description interface
DbViewDef
A representation of the model object 'Def'.interface
DbViewFieldTableDef
A representation of the model object 'Field Table Def'.interface
DbViewSelectDef
A representation of the model object 'Select Def'.interface
DbViewTableDef
A representation of the model object 'Table Def'. -
Uses of Table in com._1c.g5.v8.dt.metadata.dbview.impl
Classes in com._1c.g5.v8.dt.metadata.dbview.impl that implement Table Modifier and Type Class Description class
DbViewDefImpl
An implementation of the model object 'Def'.class
DbViewFieldTableDefImpl
An implementation of the model object 'Field Table Def'.class
DbViewSelectDefImpl
An implementation of the model object 'Select Def'.class
DbViewTableDefImpl
An implementation of the model object 'Table Def'. -
Uses of Table in com._1c.g5.v8.dt.metadata.dbview.util
Methods in com._1c.g5.v8.dt.metadata.dbview.util with parameters of type Table Modifier and Type Method Description T
DbViewSwitch. caseTable(Table object)
Returns the result of interpreting the object as an instance of 'Table'. -
Uses of Table in com._1c.g5.v8.dt.ql.model
Subinterfaces of Table 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
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 Table in com._1c.g5.v8.dt.ql.model.impl
Classes in com._1c.g5.v8.dt.ql.model.impl that implement Table Modifier and Type Class Description class
DbViewDescriptionTempTableImpl
An implementation of the model object 'Db View Description Temp Table'.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 Table in com._1c.g5.v8.dt.ql.model.util
Methods in com._1c.g5.v8.dt.ql.model.util with parameters of type Table Modifier and Type Method Description T
QlSwitch. caseTable(Table object)
Returns the result of interpreting the object as an instance of 'Table'. -
Uses of Table in com._1c.g5.v8.dt.qw.ui.dialogs
Methods in com._1c.g5.v8.dt.qw.ui.dialogs that return Table Modifier and Type Method Description Table
AvailableTableSelectionDialog. getTable()
Get selected table
-