Uses of Interface
com._1c.g5.v8.dt.ql.model.QuerySchema
Packages that use QuerySchema
Package
Description
-
Uses of QuerySchema in com._1c.g5.v8.dt.dcs
Methods in com._1c.g5.v8.dt.dcs that return QuerySchema -
Uses of QuerySchema in com._1c.g5.v8.dt.dcs.util
Methods in com._1c.g5.v8.dt.dcs.util that return QuerySchemaModifier and TypeMethodDescriptionstatic QuerySchemaDcsUtil.getQuerySchema(String queryString, IDtProject project) CreateQuerySchemaby query string -
Uses of QuerySchema in com._1c.g5.v8.dt.form.service
Methods in com._1c.g5.v8.dt.form.service with parameters of type QuerySchemaModifier and TypeMethodDescriptionstatic StringDynamicListAttributeService.addStandardFields(QuerySchema schema, String baseQuery, DbViewDef mainTable, boolean isOrderFieldsNeeded, ScriptVariant scriptVariant) Adds standard fields to exiting query for dynamic list from main tableDynamicListAttributeService.findPotentialMainTables(QuerySchema schema) The method search a potential main tables in aQuerySchemamodelDynamicListAttributeService.findPotentialMainTablesByFieldComputer(QuerySchema schema, IDynamicDbViewFieldComputer dbViewFieldComputer) The method search a potential main tables in aQuerySchemamodel -
Uses of QuerySchema in com._1c.g5.v8.dt.internal.ql.core
Methods in com._1c.g5.v8.dt.internal.ql.core with parameters of type QuerySchemaModifier and TypeMethodDescriptionprotected voidQlFileStructureBuilder.buildQlModule(QlFile qlFile, org.eclipse.handly.model.impl.support.SourceElementBody parentBody, QuerySchema query) Building handle model for all queries in QL fileprotected voidQlFileStructureBuilder.buildQlModule(QuerySchema query, org.eclipse.handly.model.impl.support.Element handle, org.eclipse.handly.model.impl.support.SourceElementBody body) Building handle model ofQuerySchemaDropTableQueryandQuerySchemaSelectQuery -
Uses of QuerySchema in com._1c.g5.v8.dt.internal.ql.dcs.resource
Methods in com._1c.g5.v8.dt.internal.ql.dcs.resource that return QuerySchemaModifier and TypeMethodDescriptionDependentQuerySchemaProvider.getQuerySchema(org.eclipse.emf.ecore.EObject source, org.eclipse.emf.ecore.EStructuralFeature textFeature, BiFunction<org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EStructuralFeature, String> textProvider, org.eclipse.xtext.util.CancelIndicator cancelIndicator) DependentQuerySchemaProvider.getQuerySchema(org.eclipse.emf.ecore.EObject source, org.eclipse.emf.ecore.EStructuralFeature textFeature, org.eclipse.xtext.util.CancelIndicator cancelIndicator) Methods in com._1c.g5.v8.dt.internal.ql.dcs.resource with parameters of type QuerySchemaModifier and TypeMethodDescriptionorg.eclipse.emf.ecore.EObjectDependentQuerySchemaProvider.getParent(QuerySchema dependent) org.eclipse.emf.ecore.EStructuralFeatureDependentQuerySchemaProvider.getParentFeature(QuerySchema dependent) voidDependentQuerySchemaProvider.unload(QuerySchema root) -
Uses of QuerySchema in com._1c.g5.v8.dt.pw.ui
Methods in com._1c.g5.v8.dt.pw.ui that return QuerySchema -
Uses of QuerySchema in com._1c.g5.v8.dt.pw.ui.builders
Methods in com._1c.g5.v8.dt.pw.ui.builders with parameters of type QuerySchemaModifier and TypeMethodDescriptionstatic booleanPrintWizardParser.compareQueries(String defaultQuery, QuerySchema defaultQuerySchema, String query, QuerySchema querySchema, org.eclipse.core.resources.IProject poject, IV8ProjectManager v8ProjectManager, IBmModelManager bmModelManager) Compare queries for print wizard -
Uses of QuerySchema in com._1c.g5.v8.dt.ql
Methods in com._1c.g5.v8.dt.ql with parameters of type QuerySchemaModifier and TypeMethodDescriptionstatic voidQlUtil.cleanUpQueryCache(QuerySchema object) Clean up query cache than may holds reference to the query schema objects.static voidQlUtil.proceedQueryAliasing(QuerySchema schema) Adds aliases to the query schema if applicable. -
Uses of QuerySchema in com._1c.g5.v8.dt.ql.dcs.resource
Methods in com._1c.g5.v8.dt.ql.dcs.resource that return QuerySchemaModifier and TypeMethodDescriptionIDependentQuerySchemaProvider.getQuerySchema(org.eclipse.emf.ecore.EObject source, org.eclipse.emf.ecore.EStructuralFeature textFeature, BiFunction<org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EStructuralFeature, String> textProvider, org.eclipse.xtext.util.CancelIndicator cancelIndicator) Gets theQuerySchemamodel by the source object and it's text feature provided.IDependentQuerySchemaProvider.getQuerySchema(org.eclipse.emf.ecore.EObject source, org.eclipse.emf.ecore.EStructuralFeature textFeature, org.eclipse.xtext.util.CancelIndicator cancelIndicator) Gets theQuerySchemamodel by the source object and it's text feature.Methods in com._1c.g5.v8.dt.ql.dcs.resource with parameters of type QuerySchemaModifier and TypeMethodDescriptionorg.eclipse.emf.ecore.EObjectIDependentQuerySchemaProvider.getParent(QuerySchema dependent) Gets the parent object of theQuerySchemamodel object.org.eclipse.emf.ecore.EStructuralFeatureIDependentQuerySchemaProvider.getParentFeature(QuerySchema dependent) Gets the parent containing text feature of theQuerySchemamodel object.voidIDependentQuerySchemaProvider.unload(QuerySchema root) Explicitly unloadQuerySchemamodel object from resource and remove linkage to the parent object. -
Uses of QuerySchema in com._1c.g5.v8.dt.ql.model
Methods in com._1c.g5.v8.dt.ql.model that return QuerySchemaModifier and TypeMethodDescriptionQlFactory.createQuerySchema()Returns a new object of class 'Query Schema'. -
Uses of QuerySchema in com._1c.g5.v8.dt.ql.model.impl
Classes in com._1c.g5.v8.dt.ql.model.impl that implement QuerySchemaModifier and TypeClassDescriptionclassAn implementation of the model object 'Query Schema'.Methods in com._1c.g5.v8.dt.ql.model.impl that return QuerySchema -
Uses of QuerySchema in com._1c.g5.v8.dt.ql.model.util
Methods in com._1c.g5.v8.dt.ql.model.util with parameters of type QuerySchemaModifier and TypeMethodDescriptionQlSwitch.caseQuerySchema(QuerySchema object) Returns the result of interpreting the object as an instance of 'Query Schema'. -
Uses of QuerySchema in com._1c.g5.v8.dt.ql.resource
Methods in com._1c.g5.v8.dt.ql.resource with parameters of type QuerySchemaModifier and TypeMethodDescriptionQlParametersFinder.find(QuerySchema schema) FindsParameterExpressioninQuerySchema -
Uses of QuerySchema in com._1c.g5.v8.dt.ql.validation
Methods in com._1c.g5.v8.dt.ql.validation with parameters of type QuerySchemaModifier and TypeMethodDescriptionvoidQlValidator.checkALotSemicolons(QuerySchema schema) voidQlValidator.checkParameters(QuerySchema schema) voidQlValidator.checkTempTableQuery(QuerySchema queries) -
Uses of QuerySchema in com._1c.g5.v8.dt.qw.ui
Methods in com._1c.g5.v8.dt.qw.ui that return QuerySchema -
Uses of QuerySchema in com._1c.g5.v8.dt.qw.ui.utils
Methods in com._1c.g5.v8.dt.qw.ui.utils that return QuerySchemaModifier and TypeMethodDescriptionQuerySchemaBuilder.buildQuerySchema(String query) Build query schema from text queryQuerySchemaBuilder.buildQuerySchema(String query, boolean validateQuerySchema, org.eclipse.core.resources.IProject project) Build query schema from text queryQueryWizardSource.getQuerySchema()Return query schema.QueryWizardSource.getTempQuerySchema(org.eclipse.core.resources.IProject project) Get temporary query schemaMethods in com._1c.g5.v8.dt.qw.ui.utils with parameters of type QuerySchemaModifier and TypeMethodDescriptionQuerySchemaBuilder.getFormatedQueryText(QuerySchema querySchema) Get formated query text for query schema.QuerySchemaBuilder.getQueryText(QuerySchema querySchema) Get text for query schema without validationvoidQueryWizardSource.setQuerySchema(QuerySchema querySchema) Set query schemavoidQueryWizardSource.setQuerySchema(QuerySchema querySchema, boolean addEditAdapter) Set query schemavoidQueryWizardSource.setQuerySchemaByCopy(QuerySchema querySchema) Set query schema by copyConstructors in com._1c.g5.v8.dt.qw.ui.utils with parameters of type QuerySchemaModifierConstructorDescriptionQueryWizardSource(QuerySchema querySchema, org.eclipse.core.resources.IProject project, IV8ProjectManager v8ProjectManager, IBmModelManager bmModelManager) Creates query wizard source -
Uses of QuerySchema in com.e1c.g5.v8.dt.internal.bsl.check
Constructors in com.e1c.g5.v8.dt.internal.bsl.check with parameters of type QuerySchemaModifierConstructorDescriptionModuleQlObjectIterator(QuerySchema querySchema, StringLiteral stringLiteral, org.eclipse.core.runtime.IProgressMonitor progressMonitor) Constructs an iterator instance -
Uses of QuerySchema in com.e1c.g5.v8.dt.internal.form.check.ql
Constructors in com.e1c.g5.v8.dt.internal.form.check.ql with parameters of type QuerySchemaModifierConstructorDescriptionQlObjectIterator(QuerySchema querySchema, org.eclipse.emf.ecore.EObject queryOwnerObject, org.eclipse.emf.ecore.EStructuralFeature queryFeature, org.eclipse.core.runtime.IProgressMonitor progressMonitor) Constructs an iterator instance -
Uses of QuerySchema in com.e1c.g5.v8.dt.internal.form.extension.adopt
Methods in com.e1c.g5.v8.dt.internal.form.extension.adopt with parameters of type QuerySchemaModifier and TypeMethodDescriptionDynamicListDbViewCollector.collectDbView(QuerySchema schema) Collects and returns all referenced dynamic list db views in the providedQuerySchemamodel. -
Uses of QuerySchema in com.e1c.langtool.v8.dt.bsl.validation
Methods in com.e1c.langtool.v8.dt.bsl.validation that return QuerySchemaModifier and TypeMethodDescriptionprotected QuerySchemaQuerySyntaxValidator.getQuerySchema(StringLiteral literal, org.eclipse.core.runtime.IProgressMonitor monitor) Methods in com.e1c.langtool.v8.dt.bsl.validation with parameters of type QuerySchemaModifier and TypeMethodDescriptionprotected intQuerySyntaxValidator.getLineShift(StringLiteral literal, QuerySchema query) -
Uses of QuerySchema in com.e1c.langtool.v8.dt.internal.ql
Methods in com.e1c.langtool.v8.dt.internal.ql that return QuerySchemaMethods in com.e1c.langtool.v8.dt.internal.ql with parameters of type QuerySchemaModifier and TypeMethodDescriptionvoidQuerySchemaTranslationSource.setQuerySchema(QuerySchema querySchema) -
Uses of QuerySchema in com.e1c.langtool.v8.dt.ql
Methods in com.e1c.langtool.v8.dt.ql with parameters of type QuerySchemaModifier and TypeMethodDescriptionstatic voidQlUtil.cleanUpQueryCache(QuerySchema object) Clean up query cache than may holds reference to the query schema objects.QuerySelectedFieldComputer.getSelectedFields(QuerySchema querySchema) Gets the selected fields from query schema.List<List<org.eclipse.xtext.util.Pair<TypeDescription,org.eclipse.emf.ecore.EObject>>> QuerySelectedFieldTypesComputer.getSelectedFieldTypes(QuerySchema querySchema) Gets the selected field types by each query of the package inQuerySchema -
Uses of QuerySchema in com.e1c.langtool.v8.dt.ql.naming
Methods in com.e1c.langtool.v8.dt.ql.naming with parameters of type QuerySchemaModifier and TypeMethodDescriptionprotected FeatureKeyQlFeatureKeyComputer._computeFqn(QuerySchema obj) -
Uses of QuerySchema in com.e1c.langtool.v8.dt.ql.translator
Methods in com.e1c.langtool.v8.dt.ql.translator with parameters of type QuerySchemaModifier and TypeMethodDescriptionstatic QlTextEditorQlTextEditor.create(IProjectTranslationProvider translationProvider, QuerySchema object, boolean isDcs) Low-level factory method. -
Uses of QuerySchema in com.e1c.langtool.v8.dt.right.ql.naming
Methods in com.e1c.langtool.v8.dt.right.ql.naming with parameters of type QuerySchemaModifier and TypeMethodDescriptionprotected FeatureKeyRightQlFeatureKeyComputer._computeFqn(QuerySchema obj)