Uses of Interface
com._1c.g5.v8.dt.metadata.dbview.DbViewFieldFieldDef
-
-
Uses of DbViewFieldFieldDef in com._1c.g5.v8.dt.metadata.dbview
Subinterfaces of DbViewFieldFieldDef in com._1c.g5.v8.dt.metadata.dbview Modifier and Type Interface Description interface
DbViewVirtualFieldDef
A representation of the model object 'Virtual Field Def'.Methods in com._1c.g5.v8.dt.metadata.dbview that return DbViewFieldFieldDef Modifier and Type Method Description DbViewFieldFieldDef
DbViewFactory. createDbViewFieldFieldDef()
Returns a new object of class 'Field Field Def'. -
Uses of DbViewFieldFieldDef in com._1c.g5.v8.dt.metadata.dbview.impl
Classes in com._1c.g5.v8.dt.metadata.dbview.impl that implement DbViewFieldFieldDef Modifier and Type Class Description class
DbViewFieldFieldDefImpl
An implementation of the model object 'Field Field Def'.class
DbViewVirtualFieldDefImpl
An implementation of the model object 'Virtual Field Def'.Methods in com._1c.g5.v8.dt.metadata.dbview.impl that return DbViewFieldFieldDef Modifier and Type Method Description DbViewFieldFieldDef
DbViewFactoryImpl. createDbViewFieldFieldDef()
-
Uses of DbViewFieldFieldDef in com._1c.g5.v8.dt.metadata.dbview.util
Methods in com._1c.g5.v8.dt.metadata.dbview.util with parameters of type DbViewFieldFieldDef Modifier and Type Method Description T
DbViewSwitch. caseDbViewFieldFieldDef(DbViewFieldFieldDef object)
Returns the result of interpreting the object as an instance of 'Field Field Def'. -
Uses of DbViewFieldFieldDef in com._1c.g5.v8.dt.ql.model
Subinterfaces of DbViewFieldFieldDef in com._1c.g5.v8.dt.ql.model Modifier and Type Interface Description interface
DbViewFieldFieldDefFromQuery
A representation of the model object 'Db View Field Field Def From Query'.interface
DbViewNestedTableFromQuery
A representation of the model object 'Db View Nested Table From Query'. -
Uses of DbViewFieldFieldDef in com._1c.g5.v8.dt.ql.model.impl
Classes in com._1c.g5.v8.dt.ql.model.impl that implement DbViewFieldFieldDef Modifier and Type Class Description class
DbViewFieldFieldDefFromQueryImpl
An implementation of the model object 'Db View Field Field Def From Query'.class
DbViewNestedTableFromQueryImpl
An implementation of the model object 'Db View Nested Table From Query'. -
Uses of DbViewFieldFieldDef in com._1c.g5.v8.dt.ql.model.util
Methods in com._1c.g5.v8.dt.ql.model.util with parameters of type DbViewFieldFieldDef Modifier and Type Method Description T
QlSwitch. caseDbViewFieldFieldDef(DbViewFieldFieldDef object)
Returns the result of interpreting the object as an instance of 'Field Field Def'.
-