Uses of Interface
com._1c.g5.v8.dt.metadata.dbview.Table
- 
- 
Uses of Table in com._1c.g5.v8.dt.metadata.dbviewSubinterfaces of Table in com._1c.g5.v8.dt.metadata.dbview Modifier and Type Interface Description interfaceDbViewDefA representation of the model object 'Def'.interfaceDbViewFieldTableDefA representation of the model object 'Field Table Def'.interfaceDbViewSelectDefA representation of the model object 'Select Def'.interfaceDbViewTableDefA representation of the model object 'Table Def'.
- 
Uses of Table in com._1c.g5.v8.dt.metadata.dbview.implClasses in com._1c.g5.v8.dt.metadata.dbview.impl that implement Table Modifier and Type Class Description classDbViewDefImplAn implementation of the model object 'Def'.classDbViewFieldTableDefImplAn implementation of the model object 'Field Table Def'.classDbViewSelectDefImplAn implementation of the model object 'Select Def'.classDbViewTableDefImplAn implementation of the model object 'Table Def'.
- 
Uses of Table in com._1c.g5.v8.dt.metadata.dbview.utilMethods in com._1c.g5.v8.dt.metadata.dbview.util with parameters of type Table Modifier and Type Method Description TDbViewSwitch. 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.modelSubinterfaces of Table in com._1c.g5.v8.dt.ql.model Modifier and Type Interface Description interfaceDbViewDescriptionTempTableA representation of the model object 'Db View Description Temp Table'.interfaceDbViewFromQueryA representation of the model object 'Db View From Query'.interfaceDbViewNestedTableFromQueryA representation of the model object 'Db View Nested Table From Query'.interfaceDbViewOuterParamTableA representation of the model object 'Db View Outer Param Table'.interfaceUnresolvedDbViewA representation of the model object 'Unresolved Db View'.
- 
Uses of Table in com._1c.g5.v8.dt.ql.model.implClasses in com._1c.g5.v8.dt.ql.model.impl that implement Table Modifier and Type Class Description classDbViewDescriptionTempTableImplAn implementation of the model object 'Db View Description Temp Table'.classDbViewFromQueryImplAn implementation of the model object 'Db View From Query'.classDbViewNestedTableFromQueryImplAn implementation of the model object 'Db View Nested Table From Query'.classDbViewOuterParamTableImplAn implementation of the model object 'Db View Outer Param Table'.classUnresolvedDbViewImplAn implementation of the model object 'Unresolved Db View'.
- 
Uses of Table in com._1c.g5.v8.dt.ql.model.utilMethods in com._1c.g5.v8.dt.ql.model.util with parameters of type Table Modifier and Type Method Description TQlSwitch. 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.dialogsMethods in com._1c.g5.v8.dt.qw.ui.dialogs that return Table Modifier and Type Method Description TableAvailableTableSelectionDialog. getTable()Get selected table
 
-