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.core
Method parameters in com._1c.g5.v8.dt.internal.ql.core with type arguments of type QuerySchemaSourceModifier and TypeMethodDescriptionprotected void
QlFileStructureBuilder.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.resource
Methods 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 void
QlDcsDerivedStateComputer.discardDbViewForEachSource
(QuerySchemaSource source) -
Uses of QuerySchemaSource in com._1c.g5.v8.dt.ql.dcs.scoping
Methods 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.folding
Methods in com._1c.g5.v8.dt.ql.dcs.ui.folding with parameters of type QuerySchemaSourceModifier and TypeMethodDescriptionprotected void
QlDcsFoldingRegionProvider.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.validation
Methods 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.model
Methods 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 TypeMethodDescriptionvoid
QuerySchemaQuerySourceJoin.setSource
(QuerySchemaSource value) Sets the value of the 'Source
' containment reference. -
Uses of QuerySchemaSource in com._1c.g5.v8.dt.ql.model.impl
Classes in com._1c.g5.v8.dt.ql.model.impl that implement QuerySchemaSourceModifier and TypeClassDescriptionclass
An 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 TypeMethodDescriptionvoid
QuerySchemaQuerySourceJoinImpl.setSource
(QuerySchemaSource newSource) -
Uses of QuerySchemaSource in com._1c.g5.v8.dt.ql.model.util
Methods 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.resource
Methods 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 void
QlDerivedStateComputer.discardDbViewForEachSource
(QuerySchemaSource source) DiscardsDbView
for 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.scoping
Methods 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 fromQuerySchemaSource
and transform it to typeT
protected Collection<CaseInsensitiveString>
InnerFieldsFromSourceSectionFinder.collectSourceAlias
(QuerySchemaSource source) Collects alias ofQuerySchemaSource
Method 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 ofQuerySchemaSource
Collection<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.folding
Methods in com._1c.g5.v8.dt.ql.ui.folding with parameters of type QuerySchemaSourceModifier and TypeMethodDescriptionprotected void
QlFoldingRegionProvider.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.validation
Methods in com._1c.g5.v8.dt.ql.validation with parameters of type QuerySchemaSourceModifier and TypeMethodDescriptionvoid
QlValidator.checkExistenceAliasInSource
(QuerySchemaSource source) void
QlValidator.checkResolveSourceTable
(QuerySchemaSource source) protected AbstractQuerySchemaSource
QlValidator.findTableInSource
(QuerySchemaSource source, String tableName, boolean checkForAlias) protected String
QlValidator.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.dialogs
Fields in com._1c.g5.v8.dt.qw.ui.dialogs declared as QuerySchemaSourceModifier and TypeFieldDescriptionfinal QuerySchemaSource
VirtTableParamsDialog.VirtualTableEditingParameters.source
Constructors 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.editproviders
Methods 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 TypeMethodDescriptionvoid
FieldsEditProvider.add
(QuerySchemaSource source) Add all fields from sourcestatic void
JoinsEditProvider.autoLinkSource
(QuerySchemaSource source, QueryWizardSource queryWizardSource) Create auto join for sourcestatic QuerySchemaQuerySourceJoin
JoinsEditProvider.autoLinkWithSource
(QuerySchemaSource src, QuerySchemaSource dest, QueryWizardSource queryWizardSource, boolean isCreateDefaultLink) Create auto join between sourcesstatic QuerySchemaExpression
JoinsEditProvider.createSourcesAutoLink
(QuerySchemaSource src, QuerySchemaSource dest, QueryWizardSource queryWizardsource, boolean isCreateDefaultLink) Generate join condition for sourcesstatic DbViewSelectDef
SourcesEditProvider.getVirtualTableForSource
(QuerySchemaSource virtTable) Get DbView for virtual tablestatic boolean
SourcesEditProvider.removeNonexistentFields
(QuerySchemaSource source, QueryWizardSource qwSource) Remove nonexistent fields in source from querystatic boolean
SourcesEditProvider.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.labelproviders
Methods in com._1c.g5.v8.dt.qw.ui.labelproviders with parameters of type QuerySchemaSourceModifier and TypeMethodDescriptionstatic String
SourcesLabelProvider.getToolTipForSource
(QuerySchemaSource tableSource, QueryWizardSource qwSource) Get tool tip text for source -
Uses of QuerySchemaSource in com._1c.g5.v8.dt.qw.ui.utils
Methods in com._1c.g5.v8.dt.qw.ui.utils that return QuerySchemaSourceModifier and TypeMethodDescriptionQueryWizardSource.getCurrentNestedQuery()
Get current nested query, if was setstatic QuerySchemaSource
QueryWizardServiceUtils.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 DbViewFromQuery
QueryWizardServiceUtils.getTempTableDbView
(QuerySchemaSource source) Is source temporary tableQueryWizardSource.getTempTableFields
(QuerySchemaSource source) Get available fields for temporary tablestatic String
QueryWizardServiceUtils.getTempTableName
(QuerySchemaSource tempTable) Get temporary table description namestatic boolean
QueryWizardServiceUtils.isTempTableDescription
(QuerySchemaSource source, QueryWizardSource qwSource) Is source temporary table descriptionvoid
QueryWizardSource.setCurrentNestedQuery
(QuerySchemaSource nestedQuerySource) Set current nested query from query schema for workingvoid
QueryWizardSource.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 void
QueryWizardServiceUtils.expandJoinsToChangedItems
(QueryWizardTreeViewer tree, List<QuerySchemaSource> changedSources) Expand joins tree to changed items -
Uses of QuerySchemaSource in com._1c.g5.v8.dt.right.ql.model
Methods 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.impl
Fields 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.sources
The 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.validation
Methods in com._1c.g5.v8.dt.right.ql.validation with parameters of type QuerySchemaSourceModifier and TypeMethodDescriptionvoid
RightQlValidator.checkResolveSourceTable
(QuerySchemaSource source)