Uses of Interface
com._1c.g5.v8.dt.ql.model.AbstractQuerySchemaQuerySourceJoin
-
-
Uses of AbstractQuerySchemaQuerySourceJoin in com._1c.g5.v8.dt.ql.dcs.model
Subinterfaces of AbstractQuerySchemaQuerySourceJoin in com._1c.g5.v8.dt.ql.dcs.model Modifier and Type Interface Description interface
QuerySchemaQueryGroupSourceJoin
A representation of the model object 'Query Schema Query Group Source Join'. -
Uses of AbstractQuerySchemaQuerySourceJoin in com._1c.g5.v8.dt.ql.dcs.model.impl
Classes in com._1c.g5.v8.dt.ql.dcs.model.impl that implement AbstractQuerySchemaQuerySourceJoin Modifier and Type Class Description class
QuerySchemaQueryGroupSourceJoinImpl
An implementation of the model object 'Query Schema Query Group Source Join'. -
Uses of AbstractQuerySchemaQuerySourceJoin in com._1c.g5.v8.dt.ql.dcs.model.util
Methods in com._1c.g5.v8.dt.ql.dcs.model.util with parameters of type AbstractQuerySchemaQuerySourceJoin Modifier and Type Method Description T
QlDcsSwitch. caseAbstractQuerySchemaQuerySourceJoin(AbstractQuerySchemaQuerySourceJoin object)
Returns the result of interpreting the object as an instance of 'Abstract Query Schema Query Source Join'. -
Uses of AbstractQuerySchemaQuerySourceJoin in com._1c.g5.v8.dt.ql.dcs.resource
Method parameters in com._1c.g5.v8.dt.ql.dcs.resource with type arguments of type AbstractQuerySchemaQuerySourceJoin Modifier and Type Method Description protected void
AliasComputerDcs. fillAliasFormJoins(List<? extends AbstractQuerySchemaQuerySourceJoin> allJoins, Set<CaseInsensitiveString> announcedAlias)
protected void
AliasComputerDcs. readAllFillAliasFromJoins(List<AbstractQuerySchemaQuerySourceJoin> allJoins, Set<CaseInsensitiveString> announcedAlias)
Read all alias from joins for Ql.Dcs -
Uses of AbstractQuerySchemaQuerySourceJoin in com._1c.g5.v8.dt.ql.dcs.validation
Method parameters in com._1c.g5.v8.dt.ql.dcs.validation with type arguments of type AbstractQuerySchemaQuerySourceJoin Modifier and Type Method Description protected AbstractQuerySchemaSource
QlDcsValidator. findTableInSource(List<AbstractQuerySchemaQuerySourceJoin> joins, String tableName, boolean checkForAlias)
protected String
QlDcsValidator. findTableInSourceWithAlias(List<AbstractQuerySchemaQuerySourceJoin> joins, String tableName)
-
Uses of AbstractQuerySchemaQuerySourceJoin in com._1c.g5.v8.dt.ql.model
Subinterfaces of AbstractQuerySchemaQuerySourceJoin in com._1c.g5.v8.dt.ql.model Modifier and Type Interface Description interface
QuerySchemaQuerySourceJoin
A representation of the model object 'Query Schema Query Source Join'.Methods in com._1c.g5.v8.dt.ql.model that return types with arguments of type AbstractQuerySchemaQuerySourceJoin Modifier and Type Method Description org.eclipse.emf.common.util.EList<AbstractQuerySchemaQuerySourceJoin>
QuerySchemaSource. getJoins()
Returns the value of the 'Joins' containment reference list. -
Uses of AbstractQuerySchemaQuerySourceJoin in com._1c.g5.v8.dt.ql.model.impl
Classes in com._1c.g5.v8.dt.ql.model.impl that implement AbstractQuerySchemaQuerySourceJoin Modifier and Type Class Description class
AbstractQuerySchemaQuerySourceJoinImpl
An implementation of the model object 'Abstract Query Schema Query Source Join'.class
QuerySchemaQuerySourceJoinImpl
An implementation of the model object 'Query Schema Query Source Join'.Methods in com._1c.g5.v8.dt.ql.model.impl that return types with arguments of type AbstractQuerySchemaQuerySourceJoin Modifier and Type Method Description org.eclipse.emf.common.util.EList<AbstractQuerySchemaQuerySourceJoin>
QuerySchemaSourceImpl. getJoins()
-
Uses of AbstractQuerySchemaQuerySourceJoin in com._1c.g5.v8.dt.ql.model.util
Methods in com._1c.g5.v8.dt.ql.model.util with parameters of type AbstractQuerySchemaQuerySourceJoin Modifier and Type Method Description T
QlSwitch. caseAbstractQuerySchemaQuerySourceJoin(AbstractQuerySchemaQuerySourceJoin object)
Returns the result of interpreting the object as an instance of 'Abstract Query Schema Query Source Join'. -
Uses of AbstractQuerySchemaQuerySourceJoin in com._1c.g5.v8.dt.ql.resource
Method parameters in com._1c.g5.v8.dt.ql.resource with type arguments of type AbstractQuerySchemaQuerySourceJoin Modifier and Type Method Description protected void
AliasComputer. fillAliasFormJoins(List<? extends AbstractQuerySchemaQuerySourceJoin> allJoins, Set<CaseInsensitiveString> announcedAlias)
Fills all alias for sources from joinsprotected void
AliasComputer. readAllFillAliasFromJoins(List<AbstractQuerySchemaQuerySourceJoin> allJoins, Set<CaseInsensitiveString> announcedAlias)
Read all alias from joins -
Uses of AbstractQuerySchemaQuerySourceJoin in com._1c.g5.v8.dt.ql.validation
Method parameters in com._1c.g5.v8.dt.ql.validation with type arguments of type AbstractQuerySchemaQuerySourceJoin Modifier and Type Method Description protected AbstractQuerySchemaSource
QlValidator. findTableInSource(List<AbstractQuerySchemaQuerySourceJoin> joins, String tableName, boolean checkForAlias)
protected String
QlValidator. findTableInSourceWithAlias(List<AbstractQuerySchemaQuerySourceJoin> joins, String tableName)
-