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 DbViewDefDynamicListExtInfo. 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 voidDynamicListExtInfo. 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 DbViewDefDynamicListExtInfoImpl. getMainTable()Methods in com._1c.g5.v8.dt.form.model.impl with parameters of type DbViewDef Modifier and Type Method Description voidDynamicListExtInfoImpl. 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.QualifiedNameFormRuQualifiedNameProvider. _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 aQuerySchemamodelstatic Set<DbViewDef>DynamicListAttributeService. findPotentialMainTables(QuerySchemaSelectQuery query)The method search a potential main tables in aQuerySchemaSelectQuerymodelMethods in com._1c.g5.v8.dt.form.service with parameters of type DbViewDef Modifier and Type Method Description static StringDynamicListAttributeService. addStandardFields(QuerySchema schema, String baseQuery, DbViewDef mainTable, IDtProject dtProject, ScriptVariant scriptVariant)Adds standard fields to exiting query for dynamic list from main tablestatic StringDynamicListAttributeService. addStandardFields(String baseQuery, DbViewDef mainTable, IDtProject dtProject, ScriptVariant scriptVariant)Adds standard fields to exiting query for dynamic list from main tablestatic StringDynamicListAttributeService. createQueryText(DbViewDef dbView, ScriptVariant lang)Gets query text byDbViewDef.static Collection<DbViewFieldDef>DynamicListAttributeService. getSelectFields(DbViewDef dbView)GetsDbViewFieldDeffromDbViewDef, skips fields with nameDbViewTerms.PRESENTATIONandDbViewTerms.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.QualifiedNameMdRuQualifiedNameProvider. _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 interfaceDbViewSelectDefA representation of the model object 'Select Def'.interfaceDbViewTableDefA representation of the model object 'Table Def'.Methods in com._1c.g5.v8.dt.metadata.dbview that return DbViewDef Modifier and Type Method Description DbViewDefChangeableDbViewDefs. 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 voidChangeableDbViewDefs. 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 classDbViewDefImplAn implementation of the model object 'Def'.classDbViewSelectDefImplAn implementation of the model object 'Select Def'.classDbViewTableDefImplAn 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 DbViewDefChangeableDbViewDefsImpl. getChangeView()Methods in com._1c.g5.v8.dt.metadata.dbview.impl with parameters of type DbViewDef Modifier and Type Method Description voidChangeableDbViewDefsImpl. 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 DbViewDefDbViewUtil. getMainTable(MdObject mdObject)Get Main table forMdObjectMethods in com._1c.g5.v8.dt.metadata.dbview.util with parameters of type DbViewDef Modifier and Type Method Description TDbViewSwitch. 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 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'.Methods in com._1c.g5.v8.dt.ql.model that return DbViewDef Modifier and Type Method Description DbViewDefDbViewFromQuery. 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 voidDbViewFromQuery. 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 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'.Methods in com._1c.g5.v8.dt.ql.model.impl that return DbViewDef Modifier and Type Method Description DbViewDefDbViewFromQueryImpl. getOriginalDbView()DbViewDefDbViewNestedTableFromQueryImpl. 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 voidDbViewFromQueryImpl. setOriginalDbView(DbViewDef newOriginalDbView)voidDbViewNestedTableFromQueryImpl. 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 TQlSwitch. 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 DbViewDefDynamicDbViewFieldComputer. UNRESOLVED_DBVIEWMethods in com._1c.g5.v8.dt.ql.resource that return DbViewDef Modifier and Type Method Description protected DbViewDefQlDerivedStateComputer. 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. dbViewByFromThe 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()
-