Uses of Interface
com._1c.g5.v8.dt.ql.model.AbstractQuerySchemaSource
- 
- 
Uses of AbstractQuerySchemaSource in com._1c.g5.v8.dt.ql.dcs.validationMethods in com._1c.g5.v8.dt.ql.dcs.validation that return AbstractQuerySchemaSource Modifier and Type Method Description protected AbstractQuerySchemaSourceQlDcsValidator. 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.modelSubinterfaces of AbstractQuerySchemaSource in com._1c.g5.v8.dt.ql.model Modifier and Type Interface Description interfaceQuerySchemaNestedQueryA representation of the model object 'Query Schema Nested Query'.interfaceQuerySchemaTableA representation of the model object 'Query Schema Table'.interfaceQuerySchemaTempTableDescriptionA 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 AbstractQuerySchemaSourceQuerySchemaSource. 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 voidQuerySchemaSource. setSource(AbstractQuerySchemaSource value)Sets the value of the 'Source' containment reference.
- 
Uses of AbstractQuerySchemaSource in com._1c.g5.v8.dt.ql.model.implClasses in com._1c.g5.v8.dt.ql.model.impl that implement AbstractQuerySchemaSource Modifier and Type Class Description classAbstractQuerySchemaSourceImplAn implementation of the model object 'Abstract Query Schema Source'.classQuerySchemaNestedQueryImplAn implementation of the model object 'Query Schema Nested Query'.classQuerySchemaTableImplAn implementation of the model object 'Query Schema Table'.classQuerySchemaTempTableDescriptionImplAn 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 AbstractQuerySchemaSourceQuerySchemaSourceImpl. getSource()Methods in com._1c.g5.v8.dt.ql.model.impl with parameters of type AbstractQuerySchemaSource Modifier and Type Method Description voidQuerySchemaSourceImpl. setSource(AbstractQuerySchemaSource newSource)
- 
Uses of AbstractQuerySchemaSource in com._1c.g5.v8.dt.ql.model.utilMethods in com._1c.g5.v8.dt.ql.model.util with parameters of type AbstractQuerySchemaSource Modifier and Type Method Description TQlSwitch. 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.validationMethods in com._1c.g5.v8.dt.ql.validation that return AbstractQuerySchemaSource Modifier and Type Method Description protected AbstractQuerySchemaSourceQlValidator. findTableInSource(QuerySchemaSource source, String tableName, boolean checkForAlias)protected AbstractQuerySchemaSourceQlValidator. 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)
 
-