Uses of Interface
com._1c.g5.v8.dt.ql.model.QuerySchemaSource
- 
- 
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 QuerySchemaSource Modifier and Type Method Description protected List<DbViewDef>QlDcsDerivedStateComputer. 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 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.foldingMethods in com._1c.g5.v8.dt.ql.dcs.ui.folding with parameters of type QuerySchemaSource Modifier and Type Method Description protected 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 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.modelMethods in com._1c.g5.v8.dt.ql.model that return QuerySchemaSource Modifier and Type Method Description QuerySchemaSourceQlFactory. createQuerySchemaSource()Returns a new object of class 'Query Schema Source'.QuerySchemaSourceQuerySchemaQuerySourceJoin. 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 voidQuerySchemaQuerySourceJoin. 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 QuerySchemaSource Modifier and Type Class Description classQuerySchemaSourceImplAn 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 QuerySchemaSourceQlFactoryImpl. createQuerySchemaSource()QuerySchemaSourceQuerySchemaQuerySourceJoinImpl. 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 voidQuerySchemaQuerySourceJoinImpl. 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 QuerySchemaSource Modifier and Type Method Description TQlSwitch. 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 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 voidQlDerivedStateComputer. discardDbViewForEachSource(QuerySchemaSource source)DiscardsDbViewfor 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.scopingMethods 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 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 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 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 QuerySchemaSource Modifier and Type Method Description protected 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 QuerySchemaSource Modifier and Type Method Description voidQlValidator. 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 QuerySchemaSource Modifier and Type Field Description QuerySchemaSourceVirtTableParamsDialog.VirtualTableEditingParameters. sourceConstructors 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.editprovidersMethods in com._1c.g5.v8.dt.qw.ui.editproviders that return QuerySchemaSource Modifier and Type Method Description QuerySchemaSourceSourcesEditProvider. add(Object item)Methods in com._1c.g5.v8.dt.qw.ui.editproviders with parameters of type QuerySchemaSource Modifier and Type Method Description voidFieldsEditProvider. 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 QuerySchemaSource Modifier and Type Method Description static 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 QuerySchemaSource Modifier and Type Method Description QuerySchemaSourceQueryWizardSource. 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 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 DbViewFromQueryQueryWizardServiceUtils. getTempTableDbView(QuerySchemaSource source)Is source temporary tableList<DbViewElement>QueryWizardSource. 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 QuerySchemaSource Modifier and Type Method Description static 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 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.implFields 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. 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 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.validationMethods in com._1c.g5.v8.dt.right.ql.validation with parameters of type QuerySchemaSource Modifier and Type Method Description voidRightQlValidator. checkResolveSourceTable(QuerySchemaSource source)
 
-