Uses of Interface
com._1c.g5.v8.dt.ql.model.AbstractQuerySchemaSource
Packages that use AbstractQuerySchemaSource
Package
Description
-
Uses of AbstractQuerySchemaSource in com._1c.g5.v8.dt.ql.dcs.validation
Methods in com._1c.g5.v8.dt.ql.dcs.validation that return AbstractQuerySchemaSourceModifier and TypeMethodDescriptionprotected AbstractQuerySchemaSource
QlDcsValidator.findTableInSource
(List<AbstractQuerySchemaQuerySourceJoin> joins, String tableName, boolean checkForAlias) Methods in com._1c.g5.v8.dt.ql.dcs.validation that return types with arguments of type AbstractQuerySchemaSourceModifier and TypeMethodDescriptionprotected ArrayList<AbstractQuerySchemaSource>
QlDcsValidator.getAbstractSource
(ArrayList<AbstractQuerySchemaSource> seed, QuerySchemaSource expr) Method parameters in com._1c.g5.v8.dt.ql.dcs.validation with type arguments of type AbstractQuerySchemaSourceModifier and TypeMethodDescriptionprotected ArrayList<AbstractQuerySchemaSource>
QlDcsValidator.getAbstractSource
(ArrayList<AbstractQuerySchemaSource> seed, QuerySchemaSource expr) -
Uses of AbstractQuerySchemaSource in com._1c.g5.v8.dt.ql.model
Subinterfaces of AbstractQuerySchemaSource in com._1c.g5.v8.dt.ql.modelModifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Query Schema Nested Query'.interface
A representation of the model object 'Query Schema Table'.interface
A representation of the model object 'Query Schema Temp Table Description'.Methods in com._1c.g5.v8.dt.ql.model that return AbstractQuerySchemaSourceModifier and TypeMethodDescriptionQuerySchemaSource.getSource()
Returns the value of the 'Source' containment reference.Methods in com._1c.g5.v8.dt.ql.model with parameters of type AbstractQuerySchemaSourceModifier and TypeMethodDescriptionvoid
QuerySchemaSource.setSource
(AbstractQuerySchemaSource value) Sets the value of the 'Source
' containment reference. -
Uses of AbstractQuerySchemaSource in com._1c.g5.v8.dt.ql.model.impl
Classes in com._1c.g5.v8.dt.ql.model.impl that implement AbstractQuerySchemaSourceModifier and TypeClassDescriptionclass
An implementation of the model object 'Abstract Query Schema Source'.class
An implementation of the model object 'Query Schema Nested Query'.class
An implementation of the model object 'Query Schema Table'.class
An implementation of the model object 'Query Schema Temp Table Description'.Methods in com._1c.g5.v8.dt.ql.model.impl that return AbstractQuerySchemaSourceMethods in com._1c.g5.v8.dt.ql.model.impl with parameters of type AbstractQuerySchemaSourceModifier and TypeMethodDescriptionvoid
QuerySchemaSourceImpl.setSource
(AbstractQuerySchemaSource newSource) -
Uses of AbstractQuerySchemaSource in com._1c.g5.v8.dt.ql.model.util
Methods in com._1c.g5.v8.dt.ql.model.util with parameters of type AbstractQuerySchemaSourceModifier and TypeMethodDescriptionQlSwitch.caseAbstractQuerySchemaSource
(AbstractQuerySchemaSource object) Returns the result of interpreting the object as an instance of 'Abstract Query Schema Source'. -
Uses of AbstractQuerySchemaSource in com._1c.g5.v8.dt.ql.validation
Methods in com._1c.g5.v8.dt.ql.validation that return AbstractQuerySchemaSourceModifier and TypeMethodDescriptionprotected AbstractQuerySchemaSource
QlValidator.findTableInSource
(QuerySchemaSource source, String tableName, boolean checkForAlias) protected AbstractQuerySchemaSource
QlValidator.findTableInSource
(List<AbstractQuerySchemaQuerySourceJoin> joins, String tableName, boolean checkForAlias) Methods in com._1c.g5.v8.dt.ql.validation that return types with arguments of type AbstractQuerySchemaSourceModifier and TypeMethodDescriptionprotected ArrayList<AbstractQuerySchemaSource>
QlValidator.getAbstractSource
(ArrayList<AbstractQuerySchemaSource> seed, QuerySchemaSource expr) Method parameters in com._1c.g5.v8.dt.ql.validation with type arguments of type AbstractQuerySchemaSourceModifier and TypeMethodDescriptionprotected ArrayList<AbstractQuerySchemaSource>
QlValidator.getAbstractSource
(ArrayList<AbstractQuerySchemaSource> seed, QuerySchemaSource expr)