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.coreMethods in com._1c.g5.v8.dt.internal.ql.core with parameters of type AbstractQuerySchemaQuerySourceJoinModifier and TypeMethodDescriptionprotected voidQlFileStructureBuilder.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.coreMethods in com._1c.g5.v8.dt.internal.ql.dcs.core with parameters of type AbstractQuerySchemaQuerySourceJoinModifier and TypeMethodDescriptionprotected voidQlDcsFileStructureBuilder.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.modelSubinterfaces of AbstractQuerySchemaQuerySourceJoin in com._1c.g5.v8.dt.ql.dcs.modelModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Query Schema Query Group Source Join'.
- 
Uses of AbstractQuerySchemaQuerySourceJoin in com._1c.g5.v8.dt.ql.dcs.model.implClasses in com._1c.g5.v8.dt.ql.dcs.model.impl that implement AbstractQuerySchemaQuerySourceJoinModifier and TypeClassDescriptionclassAn implementation of the model object 'Query Schema Query Group Source Join'.
- 
Uses of AbstractQuerySchemaQuerySourceJoin in com._1c.g5.v8.dt.ql.dcs.model.utilMethods 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.resourceMethod parameters in com._1c.g5.v8.dt.ql.dcs.resource with type arguments of type AbstractQuerySchemaQuerySourceJoinModifier and TypeMethodDescriptionprotected voidAliasComputerDcs.fillAliasFormJoins(List<? extends AbstractQuerySchemaQuerySourceJoin> allJoins, Set<CaseInsensitiveString> announcedAlias) protected voidAliasComputerDcs.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.validationMethod parameters in com._1c.g5.v8.dt.ql.dcs.validation with type arguments of type AbstractQuerySchemaQuerySourceJoinModifier and TypeMethodDescriptionprotected AbstractQuerySchemaSourceQlDcsValidator.findTableInSource(List<AbstractQuerySchemaQuerySourceJoin> joins, String tableName, boolean checkForAlias) protected StringQlDcsValidator.findTableInSourceWithAlias(List<AbstractQuerySchemaQuerySourceJoin> joins, String tableName) 
- 
Uses of AbstractQuerySchemaQuerySourceJoin in com._1c.g5.v8.dt.ql.modelSubinterfaces of AbstractQuerySchemaQuerySourceJoin in com._1c.g5.v8.dt.ql.modelModifier and TypeInterfaceDescriptioninterfaceA 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.implClasses in com._1c.g5.v8.dt.ql.model.impl that implement AbstractQuerySchemaQuerySourceJoinModifier and TypeClassDescriptionclassAn implementation of the model object 'Abstract Query Schema Query Source Join'.classAn 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.utilMethods 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.resourceMethod parameters in com._1c.g5.v8.dt.ql.resource with type arguments of type AbstractQuerySchemaQuerySourceJoinModifier and TypeMethodDescriptionprotected voidAliasComputer.fillAliasFormJoins(List<? extends AbstractQuerySchemaQuerySourceJoin> allJoins, Set<CaseInsensitiveString> announcedAlias) Fills all alias for sources from joinsprotected voidAliasComputer.readAllFillAliasFromJoins(List<AbstractQuerySchemaQuerySourceJoin> allJoins, Set<CaseInsensitiveString> announcedAlias) Read all alias from joins
- 
Uses of AbstractQuerySchemaQuerySourceJoin in com._1c.g5.v8.dt.ql.validationMethod parameters in com._1c.g5.v8.dt.ql.validation with type arguments of type AbstractQuerySchemaQuerySourceJoinModifier and TypeMethodDescriptionprotected AbstractQuerySchemaSourceQlValidator.findTableInSource(List<AbstractQuerySchemaQuerySourceJoin> joins, String tableName, boolean checkForAlias) protected StringQlValidator.findTableInSourceWithAlias(List<AbstractQuerySchemaQuerySourceJoin> joins, String tableName)