Uses of Interface
com._1c.g5.v8.dt.ql.model.AbstractQuerySchemaPresentation
-
Packages that use AbstractQuerySchemaPresentation Package Description com._1c.g5.v8.dt.ql.model.impl com._1c.g5.v8.dt.ql.model.util -
-
Uses of AbstractQuerySchemaPresentation in com._1c.g5.v8.dt.ql.model.impl
Classes in com._1c.g5.v8.dt.ql.model.impl that implement AbstractQuerySchemaPresentation Modifier and Type Class Description class
AbstractQuerySchemaPresentationImpl
An implementation of the model object 'Abstract Query Schema Presentation'. -
Uses of AbstractQuerySchemaPresentation in com._1c.g5.v8.dt.ql.model.util
Methods in com._1c.g5.v8.dt.ql.model.util with parameters of type AbstractQuerySchemaPresentation Modifier and Type Method Description T
QlSwitch. caseAbstractQuerySchemaPresentation(AbstractQuerySchemaPresentation object)
Returns the result of interpreting the object as an instance of 'Abstract Query Schema Presentation'.
-