Uses of Interface
com._1c.g5.v8.dt.metadata.dbview.DbViewDef
-
-
Uses of DbViewDef in com._1c.g5.v8.dt.form.model
Methods in com._1c.g5.v8.dt.form.model that return DbViewDef Modifier and Type Method Description DbViewDef
DynamicListExtInfo. getMainTable()
Returns the value of the 'Main Table' reference.Methods in com._1c.g5.v8.dt.form.model with parameters of type DbViewDef Modifier and Type Method Description void
DynamicListExtInfo. setMainTable(DbViewDef value)
Sets the value of the 'Main Table
' reference. -
Uses of DbViewDef in com._1c.g5.v8.dt.form.model.impl
Methods in com._1c.g5.v8.dt.form.model.impl that return DbViewDef Modifier and Type Method Description DbViewDef
DynamicListExtInfoImpl. getMainTable()
Methods in com._1c.g5.v8.dt.form.model.impl with parameters of type DbViewDef Modifier and Type Method Description void
DynamicListExtInfoImpl. setMainTable(DbViewDef newMainTable)
-
Uses of DbViewDef in com._1c.g5.v8.dt.form.naming
Methods in com._1c.g5.v8.dt.form.naming with parameters of type DbViewDef Modifier and Type Method Description protected org.eclipse.xtext.naming.QualifiedName
FormRuQualifiedNameProvider. _qualifiedName(DbViewDef dbView)
-
Uses of DbViewDef in com._1c.g5.v8.dt.form.service
Methods in com._1c.g5.v8.dt.form.service that return types with arguments of type DbViewDef Modifier and Type Method Description static Set<DbViewDef>
DynamicListAttributeService. findPotentialMainTables(QuerySchema schema)
The method search a potential main tables in aQuerySchema
modelstatic Set<DbViewDef>
DynamicListAttributeService. findPotentialMainTables(QuerySchemaSelectQuery query)
The method search a potential main tables in aQuerySchemaSelectQuery
modelMethods in com._1c.g5.v8.dt.form.service with parameters of type DbViewDef Modifier and Type Method Description static String
DynamicListAttributeService. addStandardFields(QuerySchema schema, String baseQuery, DbViewDef mainTable, IDtProject dtProject, ScriptVariant scriptVariant)
Adds standard fields to exiting query for dynamic list from main tablestatic String
DynamicListAttributeService. addStandardFields(String baseQuery, DbViewDef mainTable, IDtProject dtProject, ScriptVariant scriptVariant)
Adds standard fields to exiting query for dynamic list from main tablestatic String
DynamicListAttributeService. createQueryText(DbViewDef dbView, ScriptVariant lang)
Gets query text byDbViewDef
.static Collection<DbViewFieldDef>
DynamicListAttributeService. getSelectFields(DbViewDef dbView)
GetsDbViewFieldDef
fromDbViewDef
, skips fields with nameDbViewTerms.PRESENTATION
andDbViewTerms.DATA_VERSION
-
Uses of DbViewDef in com._1c.g5.v8.dt.md.naming
Methods in com._1c.g5.v8.dt.md.naming with parameters of type DbViewDef Modifier and Type Method Description protected org.eclipse.xtext.naming.QualifiedName
MdRuQualifiedNameProvider. _computeFqn(DbViewDef dbViewDef)
-
Uses of DbViewDef in com._1c.g5.v8.dt.metadata.dbview
Subinterfaces of DbViewDef in com._1c.g5.v8.dt.metadata.dbview Modifier and Type Interface Description interface
DbViewSelectDef
A representation of the model object 'Select Def'.interface
DbViewTableDef
A representation of the model object 'Table Def'.Methods in com._1c.g5.v8.dt.metadata.dbview that return DbViewDef Modifier and Type Method Description DbViewDef
ChangeableDbViewDefs. getChangeView()
Returns the value of the 'Change View' containment reference.Methods in com._1c.g5.v8.dt.metadata.dbview with parameters of type DbViewDef Modifier and Type Method Description void
ChangeableDbViewDefs. setChangeView(DbViewDef value)
Sets the value of the 'Change View
' containment reference. -
Uses of DbViewDef in com._1c.g5.v8.dt.metadata.dbview.impl
Classes in com._1c.g5.v8.dt.metadata.dbview.impl that implement DbViewDef Modifier and Type Class Description class
DbViewDefImpl
An implementation of the model object 'Def'.class
DbViewSelectDefImpl
An implementation of the model object 'Select Def'.class
DbViewTableDefImpl
An implementation of the model object 'Table Def'.Methods in com._1c.g5.v8.dt.metadata.dbview.impl that return DbViewDef Modifier and Type Method Description DbViewDef
ChangeableDbViewDefsImpl. getChangeView()
Methods in com._1c.g5.v8.dt.metadata.dbview.impl with parameters of type DbViewDef Modifier and Type Method Description void
ChangeableDbViewDefsImpl. setChangeView(DbViewDef newChangeView)
-
Uses of DbViewDef in com._1c.g5.v8.dt.metadata.dbview.util
Methods in com._1c.g5.v8.dt.metadata.dbview.util that return DbViewDef Modifier and Type Method Description static DbViewDef
DbViewUtil. getMainTable(MdObject mdObject)
Get Main table forMdObject
Methods in com._1c.g5.v8.dt.metadata.dbview.util with parameters of type DbViewDef Modifier and Type Method Description T
DbViewSwitch. caseDbViewDef(DbViewDef object)
Returns the result of interpreting the object as an instance of 'Def'. -
Uses of DbViewDef in com._1c.g5.v8.dt.ql.dcs.resource
Methods in com._1c.g5.v8.dt.ql.dcs.resource that return types with arguments of type DbViewDef Modifier and Type Method Description protected List<DbViewDef>
QlDcsDerivedStateComputer. createDbViewForEachSource(QuerySchemaSource source, QlDerivedStateComputer.NotAllowedNameForTempTableProvider notAllowedNamesForTempTableProvider, List<DbViewDef> earlierCreatedDbViewSource)
Method parameters in com._1c.g5.v8.dt.ql.dcs.resource with type arguments of type DbViewDef Modifier and Type Method Description protected List<DbViewDef>
QlDcsDerivedStateComputer. createDbViewForEachSource(QuerySchemaSource source, QlDerivedStateComputer.NotAllowedNameForTempTableProvider notAllowedNamesForTempTableProvider, List<DbViewDef> earlierCreatedDbViewSource)
-
Uses of DbViewDef in com._1c.g5.v8.dt.ql.model
Subinterfaces of DbViewDef 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'.Methods in com._1c.g5.v8.dt.ql.model that return DbViewDef Modifier and Type Method Description DbViewDef
DbViewFromQuery. getOriginalDbView()
Returns the value of the 'Original Db View' reference.Methods in com._1c.g5.v8.dt.ql.model that return types with arguments of type DbViewDef Modifier and Type Method Description org.eclipse.emf.common.util.EList<DbViewDef>
QuerySchemaOperator. getDbViewByFields()
Returns the value of the 'Db View By Fields' containment reference list.org.eclipse.emf.common.util.EList<DbViewDef>
QuerySchemaOperator. getDbViewByFrom()
Returns the value of the 'Db View By From' containment reference list.Methods in com._1c.g5.v8.dt.ql.model with parameters of type DbViewDef Modifier and Type Method Description void
DbViewFromQuery. setOriginalDbView(DbViewDef value)
Sets the value of the 'Original Db View
' reference. -
Uses of DbViewDef in com._1c.g5.v8.dt.ql.model.impl
Classes in com._1c.g5.v8.dt.ql.model.impl that implement DbViewDef 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'.Methods in com._1c.g5.v8.dt.ql.model.impl that return DbViewDef Modifier and Type Method Description DbViewDef
DbViewFromQueryImpl. getOriginalDbView()
DbViewDef
DbViewNestedTableFromQueryImpl. getOriginalDbView()
Methods in com._1c.g5.v8.dt.ql.model.impl that return types with arguments of type DbViewDef Modifier and Type Method Description org.eclipse.emf.common.util.EList<DbViewDef>
QuerySchemaOperatorImpl. getDbViewByFields()
org.eclipse.emf.common.util.EList<DbViewDef>
QuerySchemaOperatorImpl. getDbViewByFrom()
Methods in com._1c.g5.v8.dt.ql.model.impl with parameters of type DbViewDef Modifier and Type Method Description void
DbViewFromQueryImpl. setOriginalDbView(DbViewDef newOriginalDbView)
void
DbViewNestedTableFromQueryImpl. setOriginalDbView(DbViewDef newOriginalDbView)
-
Uses of DbViewDef in com._1c.g5.v8.dt.ql.model.util
Methods in com._1c.g5.v8.dt.ql.model.util with parameters of type DbViewDef Modifier and Type Method Description T
QlSwitch. caseDbViewDef(DbViewDef object)
Returns the result of interpreting the object as an instance of 'Def'. -
Uses of DbViewDef in com._1c.g5.v8.dt.ql.resource
Fields in com._1c.g5.v8.dt.ql.resource declared as DbViewDef Modifier and Type Field Description static DbViewDef
DynamicDbViewFieldComputer. UNRESOLVED_DBVIEW
Methods in com._1c.g5.v8.dt.ql.resource that return DbViewDef Modifier and Type Method Description protected DbViewDef
QlDerivedStateComputer. createDbViewForEachQuery(QuerySchemaSelectQuery query)
Creates DbView for select queryMethods in com._1c.g5.v8.dt.ql.resource that return types with arguments of type DbViewDef Modifier and Type Method Description protected List<DbViewDef>
QlDerivedStateComputer. createDbViewForEachSource(QuerySchemaSource source, QlDerivedStateComputer.NotAllowedNameForTempTableProvider notAllowedNamesForTempTableProvider, List<DbViewDef> earlierCreatedDbViewSource)
Creates DbView for each source in 'from' sectionMethod parameters in com._1c.g5.v8.dt.ql.resource with type arguments of type DbViewDef Modifier and Type Method Description protected List<DbViewDef>
QlDerivedStateComputer. createDbViewForEachSource(QuerySchemaSource source, QlDerivedStateComputer.NotAllowedNameForTempTableProvider notAllowedNamesForTempTableProvider, List<DbViewDef> earlierCreatedDbViewSource)
Creates DbView for each source in 'from' section -
Uses of DbViewDef in com._1c.g5.v8.dt.right.ql.model
Methods in com._1c.g5.v8.dt.right.ql.model that return types with arguments of type DbViewDef Modifier and Type Method Description org.eclipse.emf.common.util.EList<DbViewDef>
QlRestriction. getDbViewByFrom()
Returns the value of the 'Db View By From' containment reference list. -
Uses of DbViewDef in com._1c.g5.v8.dt.right.ql.model.impl
Fields in com._1c.g5.v8.dt.right.ql.model.impl with type parameters of type DbViewDef Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<DbViewDef>
QlRestrictionImpl. dbViewByFrom
The cached value of the 'Db View By From
' containment reference list.Methods in com._1c.g5.v8.dt.right.ql.model.impl that return types with arguments of type DbViewDef Modifier and Type Method Description org.eclipse.emf.common.util.EList<DbViewDef>
QlRestrictionImpl. getDbViewByFrom()
-