Uses of Interface
com._1c.g5.v8.dt.ql.model.QuerySchemaSource
Packages that use QuerySchemaSource
Package
Description
- 
Uses of QuerySchemaSource in com._1c.g5.v8.dt.internal.ql.coreMethod parameters in com._1c.g5.v8.dt.internal.ql.core with type arguments of type QuerySchemaSourceModifier and TypeMethodDescriptionprotected voidQlFileStructureBuilder.buildFromPart(org.eclipse.handly.model.impl.support.Element select, org.eclipse.handly.model.impl.support.SourceElementBody parentBody, org.eclipse.emf.common.util.EList<QuerySchemaSource> sources) Building part ofQuerySchemaOperator: 'FROM' part
- 
Uses of QuerySchemaSource in com._1c.g5.v8.dt.ql.dcs.resourceMethods in com._1c.g5.v8.dt.ql.dcs.resource with parameters of type QuerySchemaSourceModifier and TypeMethodDescriptionQlDcsDerivedStateComputer.createDbViewForEachSource(QuerySchemaSource source, QlDerivedStateComputer.NotAllowedNameForTempTableProvider notAllowedNamesForTempTableProvider, List<DbViewDef> earlierCreatedDbViewSource) protected voidQlDcsDerivedStateComputer.discardDbViewForEachSource(QuerySchemaSource source) 
- 
Uses of QuerySchemaSource in com._1c.g5.v8.dt.ql.dcs.scopingMethods in com._1c.g5.v8.dt.ql.dcs.scoping with parameters of type QuerySchemaSourceModifier and TypeMethodDescriptionprotected <T> Collection<T>DcsInnerFieldsFromSourceSectionFinder.collectItems(QuerySchemaSource source, com.google.common.base.Function<DbViewElement, T> func) protected Collection<CaseInsensitiveString>DcsInnerFieldsFromSourceSectionFinder.collectSourceAlias(QuerySchemaSource source) 
- 
Uses of QuerySchemaSource in com._1c.g5.v8.dt.ql.dcs.ui.foldingMethods in com._1c.g5.v8.dt.ql.dcs.ui.folding with parameters of type QuerySchemaSourceModifier and TypeMethodDescriptionprotected voidQlDcsFoldingRegionProvider.foldingForJoins(QuerySchemaSource source, org.eclipse.xtext.ui.editor.folding.IFoldingRegionAcceptor<org.eclipse.xtext.util.ITextRegion> foldingRegionAcceptor) Folding for joinsAbstractQuerySchemaQuerySourceJoin
- 
Uses of QuerySchemaSource in com._1c.g5.v8.dt.ql.dcs.validationMethods in com._1c.g5.v8.dt.ql.dcs.validation with parameters of type QuerySchemaSourceModifier and TypeMethodDescriptionprotected ArrayList<AbstractQuerySchemaSource>QlDcsValidator.getAbstractSource(ArrayList<AbstractQuerySchemaSource> seed, QuerySchemaSource expr) 
- 
Uses of QuerySchemaSource in com._1c.g5.v8.dt.ql.modelMethods in com._1c.g5.v8.dt.ql.model that return QuerySchemaSourceModifier and TypeMethodDescriptionQlFactory.createQuerySchemaSource()Returns a new object of class 'Query Schema Source'.QuerySchemaQuerySourceJoin.getSource()Returns the value of the 'Source' containment reference.Methods in com._1c.g5.v8.dt.ql.model that return types with arguments of type QuerySchemaSourceModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<QuerySchemaSource>QuerySchemaOperator.getSources()Returns the value of the 'Sources' containment reference list.Methods in com._1c.g5.v8.dt.ql.model with parameters of type QuerySchemaSourceModifier and TypeMethodDescriptionvoidQuerySchemaQuerySourceJoin.setSource(QuerySchemaSource value) Sets the value of the 'Source' containment reference.
- 
Uses of QuerySchemaSource in com._1c.g5.v8.dt.ql.model.implClasses in com._1c.g5.v8.dt.ql.model.impl that implement QuerySchemaSourceModifier and TypeClassDescriptionclassAn implementation of the model object 'Query Schema Source'.Methods in com._1c.g5.v8.dt.ql.model.impl that return QuerySchemaSourceModifier and TypeMethodDescriptionQlFactoryImpl.createQuerySchemaSource()QuerySchemaQuerySourceJoinImpl.getSource()Methods in com._1c.g5.v8.dt.ql.model.impl that return types with arguments of type QuerySchemaSourceModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<QuerySchemaSource>QuerySchemaOperatorImpl.getSources()Methods in com._1c.g5.v8.dt.ql.model.impl with parameters of type QuerySchemaSourceModifier and TypeMethodDescriptionvoidQuerySchemaQuerySourceJoinImpl.setSource(QuerySchemaSource newSource) 
- 
Uses of QuerySchemaSource in com._1c.g5.v8.dt.ql.model.utilMethods in com._1c.g5.v8.dt.ql.model.util with parameters of type QuerySchemaSourceModifier and TypeMethodDescriptionQlSwitch.caseQuerySchemaSource(QuerySchemaSource object) Returns the result of interpreting the object as an instance of 'Query Schema Source'.
- 
Uses of QuerySchemaSource in com._1c.g5.v8.dt.ql.resourceMethods in com._1c.g5.v8.dt.ql.resource with parameters of type QuerySchemaSourceModifier and TypeMethodDescriptionQlDerivedStateComputer.createDbViewForEachSource(QuerySchemaSource source, QlDerivedStateComputer.NotAllowedNameForTempTableProvider notAllowedNamesForTempTableProvider, List<DbViewDef> earlierCreatedDbViewSource) Creates DbView for each source in 'from' sectionprotected voidQlDerivedStateComputer.discardDbViewForEachSource(QuerySchemaSource source) DiscardsDbViewfor each sourceAliasComputer.readAllFillAliasFrom(QuerySchemaSource source) Read all alias from 1 source in section 'from' (including 'join' section)
- 
Uses of QuerySchemaSource in com._1c.g5.v8.dt.ql.scopingMethods in com._1c.g5.v8.dt.ql.scoping with parameters of type QuerySchemaSourceModifier and TypeMethodDescriptionprotected <T> Collection<T>InnerFieldsFromSourceSectionFinder.collectItems(QuerySchemaSource source, com.google.common.base.Function<DbViewElement, T> func) Collects items fromQuerySchemaSourceand transform it to typeTprotected Collection<CaseInsensitiveString>InnerFieldsFromSourceSectionFinder.collectSourceAlias(QuerySchemaSource source) Collects alias ofQuerySchemaSourceMethod parameters in com._1c.g5.v8.dt.ql.scoping with type arguments of type QuerySchemaSourceModifier and TypeMethodDescriptionCollection<org.eclipse.xtext.resource.IEObjectDescription>IInnerFieldsFromSourceSectionFinder.getInnerFieldsDescription(org.eclipse.emf.ecore.EObject context, List<QuerySchemaSource> sources) Gets descriptions of all inner fields from list ofQuerySchemaSourceCollection<org.eclipse.xtext.resource.IEObjectDescription>InnerFieldsFromSourceSectionFinder.getInnerFieldsDescription(org.eclipse.emf.ecore.EObject context, List<QuerySchemaSource> sources) 
- 
Uses of QuerySchemaSource in com._1c.g5.v8.dt.ql.ui.foldingMethods in com._1c.g5.v8.dt.ql.ui.folding with parameters of type QuerySchemaSourceModifier and TypeMethodDescriptionprotected voidQlFoldingRegionProvider.foldingForJoins(QuerySchemaSource source, org.eclipse.xtext.ui.editor.folding.IFoldingRegionAcceptor<org.eclipse.xtext.util.ITextRegion> foldingRegionAcceptor) Folding for joinsAbstractQuerySchemaQuerySourceJoin
- 
Uses of QuerySchemaSource in com._1c.g5.v8.dt.ql.validationMethods in com._1c.g5.v8.dt.ql.validation with parameters of type QuerySchemaSourceModifier and TypeMethodDescriptionvoidQlValidator.checkExistenceAliasInSource(QuerySchemaSource source) voidQlValidator.checkResolveSourceTable(QuerySchemaSource source) protected AbstractQuerySchemaSourceQlValidator.findTableInSource(QuerySchemaSource source, String tableName, boolean checkForAlias) protected StringQlValidator.findTableInSourceWithAlias(QuerySchemaSource source, String tableName) protected ArrayList<AbstractQuerySchemaSource>QlValidator.getAbstractSource(ArrayList<AbstractQuerySchemaSource> seed, QuerySchemaSource expr) 
- 
Uses of QuerySchemaSource in com._1c.g5.v8.dt.qw.ui.dialogsFields in com._1c.g5.v8.dt.qw.ui.dialogs declared as QuerySchemaSourceModifier and TypeFieldDescriptionfinal QuerySchemaSourceVirtTableParamsDialog.VirtualTableEditingParameters.sourceConstructors in com._1c.g5.v8.dt.qw.ui.dialogs with parameters of type QuerySchemaSourceModifierConstructorDescriptionVirtTableParamsDialog(org.eclipse.swt.widgets.Shell parentShell, QueryWizardSource source, QuerySchemaSource virtTable, boolean dcsMode) Constructor.VirtTableParamsDialog(org.eclipse.swt.widgets.Shell parentShell, QueryWizardSource source, QuerySchemaSource virtTable, boolean dcsMode, boolean fromDcsTab) Constructor.VirtualTableEditingParameters(QuerySchemaSource source, Object parametrExpression, String editingText, int paramIndex) 
- 
Uses of QuerySchemaSource in com._1c.g5.v8.dt.qw.ui.editprovidersMethods in com._1c.g5.v8.dt.qw.ui.editproviders that return QuerySchemaSourceMethods in com._1c.g5.v8.dt.qw.ui.editproviders with parameters of type QuerySchemaSourceModifier and TypeMethodDescriptionvoidFieldsEditProvider.add(QuerySchemaSource source) Add all fields from sourcestatic voidJoinsEditProvider.autoLinkSource(QuerySchemaSource source, QueryWizardSource queryWizardSource) Create auto join for sourcestatic QuerySchemaQuerySourceJoinJoinsEditProvider.autoLinkWithSource(QuerySchemaSource src, QuerySchemaSource dest, QueryWizardSource queryWizardSource, boolean isCreateDefaultLink) Create auto join between sourcesstatic QuerySchemaExpressionJoinsEditProvider.createSourcesAutoLink(QuerySchemaSource src, QuerySchemaSource dest, QueryWizardSource queryWizardsource, boolean isCreateDefaultLink) Generate join condition for sourcesstatic DbViewSelectDefSourcesEditProvider.getVirtualTableForSource(QuerySchemaSource virtTable) Get DbView for virtual tablestatic booleanSourcesEditProvider.removeNonexistentFields(QuerySchemaSource source, QueryWizardSource qwSource) Remove nonexistent fields in source from querystatic booleanSourcesEditProvider.removeNonexistentFields(QuerySchemaSource source, QueryWizardSource qwSource, List<?> fields) Remove nonexistent fields in source from query
- 
Uses of QuerySchemaSource in com._1c.g5.v8.dt.qw.ui.labelprovidersMethods in com._1c.g5.v8.dt.qw.ui.labelproviders with parameters of type QuerySchemaSourceModifier and TypeMethodDescriptionstatic StringSourcesLabelProvider.getToolTipForSource(QuerySchemaSource tableSource, QueryWizardSource qwSource) Get tool tip text for source
- 
Uses of QuerySchemaSource in com._1c.g5.v8.dt.qw.ui.utilsMethods in com._1c.g5.v8.dt.qw.ui.utils that return QuerySchemaSourceModifier and TypeMethodDescriptionQueryWizardSource.getCurrentNestedQuery()Get current nested query, if was setstatic QuerySchemaSourceQueryWizardServiceUtils.getSourceFromJoin(Object source) Get source from joinMethods in com._1c.g5.v8.dt.qw.ui.utils that return types with arguments of type QuerySchemaSourceModifier and TypeMethodDescriptionstatic Set<QuerySchemaSource>QueryWizardServiceUtils.getAllSources(QuerySchemaOperator operator) Returns all sources contained in operatorMethods in com._1c.g5.v8.dt.qw.ui.utils with parameters of type QuerySchemaSourceModifier and TypeMethodDescriptionstatic DbViewFromQueryQueryWizardServiceUtils.getTempTableDbView(QuerySchemaSource source) Is source temporary tableQueryWizardSource.getTempTableFields(QuerySchemaSource source) Get available fields for temporary tablestatic StringQueryWizardServiceUtils.getTempTableName(QuerySchemaSource tempTable) Get temporary table description namestatic booleanQueryWizardServiceUtils.isTempTableDescription(QuerySchemaSource source, QueryWizardSource qwSource) Is source temporary table descriptionvoidQueryWizardSource.setCurrentNestedQuery(QuerySchemaSource nestedQuerySource) Set current nested query from query schema for workingvoidQueryWizardSource.setTempTableFields(QuerySchemaSource source, List<?> fields) Set available fields for temporary tableMethod parameters in com._1c.g5.v8.dt.qw.ui.utils with type arguments of type QuerySchemaSourceModifier and TypeMethodDescriptionstatic voidQueryWizardServiceUtils.expandJoinsToChangedItems(QueryWizardTreeViewer tree, List<QuerySchemaSource> changedSources) Expand joins tree to changed items
- 
Uses of QuerySchemaSource in com._1c.g5.v8.dt.right.ql.modelMethods in com._1c.g5.v8.dt.right.ql.model that return types with arguments of type QuerySchemaSourceModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<QuerySchemaSource>QlRestriction.getSources()Returns the value of the 'Sources' containment reference list.
- 
Uses of QuerySchemaSource in com._1c.g5.v8.dt.right.ql.model.implFields in com._1c.g5.v8.dt.right.ql.model.impl with type parameters of type QuerySchemaSourceModifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EList<QuerySchemaSource>QlRestrictionImpl.sourcesThe cached value of the 'Sources' containment reference list.Methods in com._1c.g5.v8.dt.right.ql.model.impl that return types with arguments of type QuerySchemaSourceModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<QuerySchemaSource>QlRestrictionImpl.getSources()
- 
Uses of QuerySchemaSource in com._1c.g5.v8.dt.right.ql.validationMethods in com._1c.g5.v8.dt.right.ql.validation with parameters of type QuerySchemaSourceModifier and TypeMethodDescriptionvoidRightQlValidator.checkResolveSourceTable(QuerySchemaSource source)