Uses of Interface
com._1c.g5.v8.dt.ql.model.QuerySchemaSource
-
-
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 QuerySchemaSource Modifier and Type Method Description protected List<DbViewDef>
QlDcsDerivedStateComputer. 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 QuerySchemaSource Modifier and Type Method Description protected <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 QuerySchemaSource Modifier and Type Method Description protected 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 QuerySchemaSource Modifier and Type Method Description protected 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 QuerySchemaSource Modifier and Type Method Description QuerySchemaSource
QlFactory. createQuerySchemaSource()
Returns a new object of class 'Query Schema Source'.QuerySchemaSource
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 QuerySchemaSource Modifier and Type Method Description org.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 QuerySchemaSource Modifier and Type Method Description void
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 QuerySchemaSource Modifier and Type Class Description class
QuerySchemaSourceImpl
An implementation of the model object 'Query Schema Source'.Methods in com._1c.g5.v8.dt.ql.model.impl that return QuerySchemaSource Modifier and Type Method Description QuerySchemaSource
QlFactoryImpl. createQuerySchemaSource()
QuerySchemaSource
QuerySchemaQuerySourceJoinImpl. getSource()
Methods in com._1c.g5.v8.dt.ql.model.impl that return types with arguments of type QuerySchemaSource Modifier and Type Method Description org.eclipse.emf.common.util.EList<QuerySchemaSource>
QuerySchemaOperatorImpl. getSources()
Methods in com._1c.g5.v8.dt.ql.model.impl with parameters of type QuerySchemaSource Modifier and Type Method Description void
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 QuerySchemaSource Modifier and Type Method Description T
QlSwitch. 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 QuerySchemaSource Modifier and Type Method Description protected List<DbViewDef>
QlDerivedStateComputer. 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 sourceSet<CaseInsensitiveString>
AliasComputer. 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 QuerySchemaSource Modifier and Type Method Description protected <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 QuerySchemaSource Modifier and Type Method Description Collection<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 QuerySchemaSource Modifier and Type Method Description protected 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 QuerySchemaSource Modifier and Type Method Description void
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 QuerySchemaSource Modifier and Type Field Description QuerySchemaSource
VirtTableParamsDialog.VirtualTableEditingParameters. source
Constructors in com._1c.g5.v8.dt.qw.ui.dialogs with parameters of type QuerySchemaSource Constructor Description VirtTableParamsDialog(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 QuerySchemaSource Modifier and Type Method Description QuerySchemaSource
SourcesEditProvider. add(Object item)
Methods in com._1c.g5.v8.dt.qw.ui.editproviders with parameters of type QuerySchemaSource Modifier and Type Method Description void
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 QuerySchemaSource Modifier and Type Method Description static 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 QuerySchemaSource Modifier and Type Method Description QuerySchemaSource
QueryWizardSource. 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 QuerySchemaSource Modifier and Type Method Description static 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 QuerySchemaSource Modifier and Type Method Description static DbViewFromQuery
QueryWizardServiceUtils. getTempTableDbView(QuerySchemaSource source)
Is source temporary tableList<DbViewElement>
QueryWizardSource. 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 QuerySchemaSource Modifier and Type Method Description static 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 QuerySchemaSource Modifier and Type Method Description org.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 QuerySchemaSource Modifier and Type Field Description protected 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 QuerySchemaSource Modifier and Type Method Description org.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 QuerySchemaSource Modifier and Type Method Description void
RightQlValidator. checkResolveSourceTable(QuerySchemaSource source)
-