Uses of Interface
com._1c.g5.v8.dt.ql.model.DbViewFromQuery
- 
Packages that use DbViewFromQuery 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 com._1c.g5.v8.dt.qw.ui.utils 
- 
- 
Uses of DbViewFromQuery in com._1c.g5.v8.dt.ql.modelSubinterfaces of DbViewFromQuery in com._1c.g5.v8.dt.ql.model Modifier and Type Interface Description interfaceDbViewNestedTableFromQueryA representation of the model object 'Db View Nested Table From Query'.Methods in com._1c.g5.v8.dt.ql.model that return DbViewFromQuery Modifier and Type Method Description DbViewFromQueryQlFactory. createDbViewFromQuery()Returns a new object of class 'Db View From Query'.DbViewFromQueryQuerySchemaSelectQuery. getDbViewByThis()Returns the value of the 'Db View By This' containment reference.Methods in com._1c.g5.v8.dt.ql.model with parameters of type DbViewFromQuery Modifier and Type Method Description voidQuerySchemaSelectQuery. setDbViewByThis(DbViewFromQuery value)Sets the value of the 'Db View By This' containment reference.
- 
Uses of DbViewFromQuery in com._1c.g5.v8.dt.ql.model.implClasses in com._1c.g5.v8.dt.ql.model.impl that implement DbViewFromQuery Modifier and Type Class Description classDbViewFromQueryImplAn implementation of the model object 'Db View From Query'.classDbViewNestedTableFromQueryImplAn implementation of the model object 'Db View Nested Table From Query'.Methods in com._1c.g5.v8.dt.ql.model.impl that return DbViewFromQuery Modifier and Type Method Description DbViewFromQueryQlFactoryImpl. createDbViewFromQuery()DbViewFromQueryQuerySchemaSelectQueryImpl. getDbViewByThis()Methods in com._1c.g5.v8.dt.ql.model.impl with parameters of type DbViewFromQuery Modifier and Type Method Description voidQuerySchemaSelectQueryImpl. setDbViewByThis(DbViewFromQuery newDbViewByThis)
- 
Uses of DbViewFromQuery in com._1c.g5.v8.dt.ql.model.utilMethods in com._1c.g5.v8.dt.ql.model.util with parameters of type DbViewFromQuery Modifier and Type Method Description TQlSwitch. caseDbViewFromQuery(DbViewFromQuery object)Returns the result of interpreting the object as an instance of 'Db View From Query'.
- 
Uses of DbViewFromQuery in com._1c.g5.v8.dt.qw.ui.utilsMethods in com._1c.g5.v8.dt.qw.ui.utils that return DbViewFromQuery Modifier and Type Method Description static DbViewFromQueryQueryWizardServiceUtils. getTempTableDbView(QuerySchemaSource source)Is source temporary table
 
-