Uses of Interface
com._1c.g5.v8.dt.ql.model.AbstractQuerySchemaQuerySourceJoin
Packages that use AbstractQuerySchemaQuerySourceJoin
Package
Description
-
Uses of AbstractQuerySchemaQuerySourceJoin in com._1c.g5.v8.dt.internal.ql.core
Methods in com._1c.g5.v8.dt.internal.ql.core with parameters of type AbstractQuerySchemaQuerySourceJoinModifier and TypeMethodDescriptionprotected void
QlFileStructureBuilder.buildJoinPart
(org.eclipse.handly.model.impl.support.Element source, org.eclipse.handly.model.impl.support.SourceElementBody parentBody, AbstractQuerySchemaQuerySourceJoin abstrJoin) Building handle model for 'JOIN' part of QL language -
Uses of AbstractQuerySchemaQuerySourceJoin in com._1c.g5.v8.dt.internal.ql.dcs.core
Methods in com._1c.g5.v8.dt.internal.ql.dcs.core with parameters of type AbstractQuerySchemaQuerySourceJoinModifier and TypeMethodDescriptionprotected void
QlDcsFileStructureBuilder.buildJoinPart
(org.eclipse.handly.model.impl.support.Element source, org.eclipse.handly.model.impl.support.SourceElementBody parentBody, AbstractQuerySchemaQuerySourceJoin abstrJoin) -
Uses of AbstractQuerySchemaQuerySourceJoin in com._1c.g5.v8.dt.ql.dcs.model
Subinterfaces of AbstractQuerySchemaQuerySourceJoin in com._1c.g5.v8.dt.ql.dcs.modelModifier and TypeInterfaceDescriptioninterface
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 AbstractQuerySchemaQuerySourceJoinModifier and TypeClassDescriptionclass
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 AbstractQuerySchemaQuerySourceJoinModifier and TypeMethodDescriptionQlDcsSwitch.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 AbstractQuerySchemaQuerySourceJoinModifier and TypeMethodDescriptionprotected 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 AbstractQuerySchemaQuerySourceJoinModifier and TypeMethodDescriptionprotected 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.modelModifier and TypeInterfaceDescriptioninterface
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 AbstractQuerySchemaQuerySourceJoinModifier and TypeMethodDescriptionorg.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 AbstractQuerySchemaQuerySourceJoinModifier and TypeClassDescriptionclass
An implementation of the model object 'Abstract Query Schema Query Source Join'.class
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 AbstractQuerySchemaQuerySourceJoinModifier and TypeMethodDescriptionorg.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 AbstractQuerySchemaQuerySourceJoinModifier and TypeMethodDescriptionQlSwitch.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 AbstractQuerySchemaQuerySourceJoinModifier and TypeMethodDescriptionprotected 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 AbstractQuerySchemaQuerySourceJoinModifier and TypeMethodDescriptionprotected AbstractQuerySchemaSource
QlValidator.findTableInSource
(List<AbstractQuerySchemaQuerySourceJoin> joins, String tableName, boolean checkForAlias) protected String
QlValidator.findTableInSourceWithAlias
(List<AbstractQuerySchemaQuerySourceJoin> joins, String tableName)