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.model
Subinterfaces of DbViewFromQuery in com._1c.g5.v8.dt.ql.model Modifier and Type Interface Description interface
DbViewNestedTableFromQuery
A 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 DbViewFromQuery
QlFactory. createDbViewFromQuery()
Returns a new object of class 'Db View From Query'.DbViewFromQuery
QuerySchemaSelectQuery. 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 void
QuerySchemaSelectQuery. 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.impl
Classes in com._1c.g5.v8.dt.ql.model.impl that implement DbViewFromQuery Modifier and Type Class Description 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'.Methods in com._1c.g5.v8.dt.ql.model.impl that return DbViewFromQuery Modifier and Type Method Description DbViewFromQuery
QlFactoryImpl. createDbViewFromQuery()
DbViewFromQuery
QuerySchemaSelectQueryImpl. getDbViewByThis()
Methods in com._1c.g5.v8.dt.ql.model.impl with parameters of type DbViewFromQuery Modifier and Type Method Description void
QuerySchemaSelectQueryImpl. setDbViewByThis(DbViewFromQuery newDbViewByThis)
-
Uses of DbViewFromQuery in com._1c.g5.v8.dt.ql.model.util
Methods in com._1c.g5.v8.dt.ql.model.util with parameters of type DbViewFromQuery Modifier and Type Method Description T
QlSwitch. 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.utils
Methods in com._1c.g5.v8.dt.qw.ui.utils that return DbViewFromQuery Modifier and Type Method Description static DbViewFromQuery
QueryWizardServiceUtils. getTempTableDbView(QuerySchemaSource source)
Is source temporary table
-