Uses of Interface
com._1c.g5.v8.dt.ql.model.AbstractQuerySchemaSource
-
-
Uses of AbstractQuerySchemaSource in com._1c.g5.v8.dt.ql.dcs.validation
Methods in com._1c.g5.v8.dt.ql.dcs.validation that return AbstractQuerySchemaSource Modifier and Type Method Description protected 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 AbstractQuerySchemaSource Modifier and Type Method Description protected 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 AbstractQuerySchemaSource Modifier and Type Method Description protected 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.model Modifier and Type Interface Description interface
QuerySchemaNestedQuery
A representation of the model object 'Query Schema Nested Query'.interface
QuerySchemaTable
A representation of the model object 'Query Schema Table'.interface
QuerySchemaTempTableDescription
A representation of the model object 'Query Schema Temp Table Description'.Methods in com._1c.g5.v8.dt.ql.model that return AbstractQuerySchemaSource Modifier and Type Method Description AbstractQuerySchemaSource
QuerySchemaSource. getSource()
Returns the value of the 'Source' containment reference.Methods in com._1c.g5.v8.dt.ql.model with parameters of type AbstractQuerySchemaSource Modifier and Type Method Description void
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 AbstractQuerySchemaSource Modifier and Type Class Description class
AbstractQuerySchemaSourceImpl
An implementation of the model object 'Abstract Query Schema Source'.class
QuerySchemaNestedQueryImpl
An implementation of the model object 'Query Schema Nested Query'.class
QuerySchemaTableImpl
An implementation of the model object 'Query Schema Table'.class
QuerySchemaTempTableDescriptionImpl
An implementation of the model object 'Query Schema Temp Table Description'.Methods in com._1c.g5.v8.dt.ql.model.impl that return AbstractQuerySchemaSource Modifier and Type Method Description AbstractQuerySchemaSource
QuerySchemaSourceImpl. getSource()
Methods in com._1c.g5.v8.dt.ql.model.impl with parameters of type AbstractQuerySchemaSource Modifier and Type Method Description void
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 AbstractQuerySchemaSource Modifier and Type Method Description T
QlSwitch. 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 AbstractQuerySchemaSource Modifier and Type Method Description protected 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 AbstractQuerySchemaSource Modifier and Type Method Description protected ArrayList<AbstractQuerySchemaSource>
QlValidator. getAbstractSource(ArrayList<AbstractQuerySchemaSource> seed, QuerySchemaSource expr)
Method parameters in com._1c.g5.v8.dt.ql.validation with type arguments of type AbstractQuerySchemaSource Modifier and Type Method Description protected ArrayList<AbstractQuerySchemaSource>
QlValidator. getAbstractSource(ArrayList<AbstractQuerySchemaSource> seed, QuerySchemaSource expr)
-