Uses of Interface
com._1c.g5.v8.dt.ql.model.AbstractQuerySchemaQuerySourceJoin
- 
- 
Uses of AbstractQuerySchemaQuerySourceJoin in com._1c.g5.v8.dt.ql.dcs.modelSubinterfaces of AbstractQuerySchemaQuerySourceJoin in com._1c.g5.v8.dt.ql.dcs.model Modifier and Type Interface Description interfaceQuerySchemaQueryGroupSourceJoinA 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 AbstractQuerySchemaQuerySourceJoin Modifier and Type Class Description classQuerySchemaQueryGroupSourceJoinImplAn 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 AbstractQuerySchemaQuerySourceJoin Modifier and Type Method Description TQlDcsSwitch. 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 AbstractQuerySchemaQuerySourceJoin Modifier and Type Method Description protected 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 AbstractQuerySchemaQuerySourceJoin Modifier and Type Method Description protected 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.model Modifier and Type Interface Description interfaceQuerySchemaQuerySourceJoinA 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.implClasses in com._1c.g5.v8.dt.ql.model.impl that implement AbstractQuerySchemaQuerySourceJoin Modifier and Type Class Description classAbstractQuerySchemaQuerySourceJoinImplAn implementation of the model object 'Abstract Query Schema Query Source Join'.classQuerySchemaQuerySourceJoinImplAn 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.utilMethods in com._1c.g5.v8.dt.ql.model.util with parameters of type AbstractQuerySchemaQuerySourceJoin Modifier and Type Method Description TQlSwitch. 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 AbstractQuerySchemaQuerySourceJoin Modifier and Type Method Description protected 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 AbstractQuerySchemaQuerySourceJoin Modifier and Type Method Description protected AbstractQuerySchemaSourceQlValidator. findTableInSource(List<AbstractQuerySchemaQuerySourceJoin> joins, String tableName, boolean checkForAlias)protected StringQlValidator. findTableInSourceWithAlias(List<AbstractQuerySchemaQuerySourceJoin> joins, String tableName)
 
-