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 QuerySchema
DcsUtil.getQuerySchema
(String queryString, IDtProject project) CreateQuerySchema
by 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 String
DynamicListAttributeService.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 aQuerySchema
modelDynamicListAttributeService.findPotentialMainTablesByFieldComputer
(QuerySchema schema, IDynamicDbViewFieldComputer dbViewFieldComputer) The method search a potential main tables in aQuerySchema
model -
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 void
QlFileStructureBuilder.buildQlModule
(QlFile qlFile, org.eclipse.handly.model.impl.support.SourceElementBody parentBody, QuerySchema query) Building handle model for all queries in QL fileprotected void
QlFileStructureBuilder.buildQlModule
(QuerySchema query, org.eclipse.handly.model.impl.support.Element handle, org.eclipse.handly.model.impl.support.SourceElementBody body) Building handle model ofQuerySchemaDropTableQuery
andQuerySchemaSelectQuery
-
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.EObject
DependentQuerySchemaProvider.getParent
(QuerySchema dependent) org.eclipse.emf.ecore.EStructuralFeature
DependentQuerySchemaProvider.getParentFeature
(QuerySchema dependent) void
DependentQuerySchemaProvider.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 boolean
PrintWizardParser.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 void
QlUtil.cleanUpQueryCache
(QuerySchema object) Clean up query cache than may holds reference to the query schema objects. -
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 theQuerySchema
model 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 theQuerySchema
model 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.EObject
IDependentQuerySchemaProvider.getParent
(QuerySchema dependent) Gets the parent object of theQuerySchema
model object.org.eclipse.emf.ecore.EStructuralFeature
IDependentQuerySchemaProvider.getParentFeature
(QuerySchema dependent) Gets the parent containing text feature of theQuerySchema
model object.void
IDependentQuerySchemaProvider.unload
(QuerySchema root) Explicitly unloadQuerySchema
model 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 TypeClassDescriptionclass
An 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) FindsParameterExpression
inQuerySchema
-
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 TypeMethodDescriptionvoid
QlValidator.checkALotSemicolons
(QuerySchema schema) void
QlValidator.checkParameters
(QuerySchema schema) void
QlValidator.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 validationvoid
QueryWizardSource.setQuerySchema
(QuerySchema querySchema) Set query schemavoid
QueryWizardSource.setQuerySchema
(QuerySchema querySchema, boolean addEditAdapter) Set query schemavoid
QueryWizardSource.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 providedQuerySchema
model.