Uses of Interface
com._1c.g5.v8.dt.ql.model.AbstractQuerySchemaSource
Packages that use AbstractQuerySchemaSource
Package
Description
- 
Uses of AbstractQuerySchemaSource in com._1c.g5.v8.dt.ql.dcs.validationMethods in com._1c.g5.v8.dt.ql.dcs.validation that return AbstractQuerySchemaSourceModifier and TypeMethodDescriptionprotected 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 AbstractQuerySchemaSourceModifier and TypeMethodDescriptionprotected 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 AbstractQuerySchemaSourceModifier and TypeMethodDescriptionprotected 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.modelModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Query Schema Nested Query'.interfaceA representation of the model object 'Query Schema Table'.interfaceA representation of the model object 'Query Schema Temp Table Description'.Methods in com._1c.g5.v8.dt.ql.model that return AbstractQuerySchemaSourceModifier and TypeMethodDescriptionQuerySchemaSource.getSource()Returns the value of the 'Source' containment reference.Methods in com._1c.g5.v8.dt.ql.model with parameters of type AbstractQuerySchemaSourceModifier and TypeMethodDescriptionvoidQuerySchemaSource.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 AbstractQuerySchemaSourceModifier and TypeClassDescriptionclassAn implementation of the model object 'Abstract Query Schema Source'.classAn implementation of the model object 'Query Schema Nested Query'.classAn implementation of the model object 'Query Schema Table'.classAn implementation of the model object 'Query Schema Temp Table Description'.Methods in com._1c.g5.v8.dt.ql.model.impl that return AbstractQuerySchemaSourceMethods in com._1c.g5.v8.dt.ql.model.impl with parameters of type AbstractQuerySchemaSourceModifier and TypeMethodDescriptionvoidQuerySchemaSourceImpl.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 AbstractQuerySchemaSourceModifier and TypeMethodDescriptionQlSwitch.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 AbstractQuerySchemaSourceModifier and TypeMethodDescriptionprotected 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 AbstractQuerySchemaSourceModifier and TypeMethodDescriptionprotected ArrayList<AbstractQuerySchemaSource>QlValidator.getAbstractSource(ArrayList<AbstractQuerySchemaSource> seed, QuerySchemaSource expr) Method parameters in com._1c.g5.v8.dt.ql.validation with type arguments of type AbstractQuerySchemaSourceModifier and TypeMethodDescriptionprotected ArrayList<AbstractQuerySchemaSource>QlValidator.getAbstractSource(ArrayList<AbstractQuerySchemaSource> seed, QuerySchemaSource expr)