Uses of Interface
com._1c.g5.v8.dt.ql.model.AbstractQuerySchemaTable
Packages that use AbstractQuerySchemaTable
Package
Description
- 
Uses of AbstractQuerySchemaTable in com._1c.g5.v8.dt.internal.ql.coreMethods in com._1c.g5.v8.dt.internal.ql.core with parameters of type AbstractQuerySchemaTableModifier and TypeMethodDescriptionprotected voidQlFileStructureBuilder.buildIntoPart(org.eclipse.handly.model.impl.support.Element select, org.eclipse.handly.model.impl.support.SourceElementBody parentBody, AbstractQuerySchemaTable table) Building part ofQuerySchemaOperator: 'INTO' part
- 
Uses of AbstractQuerySchemaTable in com._1c.g5.v8.dt.qlMethods in com._1c.g5.v8.dt.ql with parameters of type AbstractQuerySchemaTableModifier and TypeMethodDescriptionstatic booleanQlUtil.isExternalDataSourceTable(AbstractQuerySchemaTable input) Checks thatAbstractQuerySchemaTablecorresponding to the table ofExternalDataSourceobjectDbViewElement.static booleanQlUtil.isExternaldataSourceTemporaryTable(AbstractQuerySchemaTable input) Checks thatAbstractQuerySchemaTablecorresponding to the temporary table ofExternalDataSourceChecks for full naming without using alias from query - segments count inAbstractQuerySchemaTableshould equals 4, it should be start fromQlUtil.EXTERNAL_DATA_SOURCE.
- 
Uses of AbstractQuerySchemaTable in com._1c.g5.v8.dt.ql.dcs.modelMethods in com._1c.g5.v8.dt.ql.dcs.model that return AbstractQuerySchemaTableModifier and TypeMethodDescriptionCharacteristicTypesAndValues.getTable()Returns the value of the 'Table' containment reference.Methods in com._1c.g5.v8.dt.ql.dcs.model that return types with arguments of type AbstractQuerySchemaTableModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<AbstractQuerySchemaTable>CharacteristicCompositionDataQuerySchema.getTypes()Returns the value of the 'Types' containment reference list.Methods in com._1c.g5.v8.dt.ql.dcs.model with parameters of type AbstractQuerySchemaTableModifier and TypeMethodDescriptionvoidCharacteristicTypesAndValues.setTable(AbstractQuerySchemaTable value) Sets the value of the 'Table' containment reference.
- 
Uses of AbstractQuerySchemaTable in com._1c.g5.v8.dt.ql.dcs.model.implMethods in com._1c.g5.v8.dt.ql.dcs.model.impl that return AbstractQuerySchemaTableMethods in com._1c.g5.v8.dt.ql.dcs.model.impl that return types with arguments of type AbstractQuerySchemaTableModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<AbstractQuerySchemaTable>CharacteristicCompositionDataQuerySchemaImpl.getTypes()Methods in com._1c.g5.v8.dt.ql.dcs.model.impl with parameters of type AbstractQuerySchemaTableModifier and TypeMethodDescriptionvoidCharacteristicTypesAndValuesImpl.setTable(AbstractQuerySchemaTable newTable) 
- 
Uses of AbstractQuerySchemaTable in com._1c.g5.v8.dt.ql.dcs.model.utilMethods in com._1c.g5.v8.dt.ql.dcs.model.util with parameters of type AbstractQuerySchemaTableModifier and TypeMethodDescriptionstatic TypeItemQlDcsUtil.getTypeForCharacteristic(AbstractQuerySchemaTable typeName, org.eclipse.xtext.scoping.IScope scope) Finds type by the name for ql dcs grammar
- 
Uses of AbstractQuerySchemaTable in com._1c.g5.v8.dt.ql.modelSubinterfaces of AbstractQuerySchemaTable in com._1c.g5.v8.dt.ql.modelModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Multi Part Query Schema Table'.interfaceA representation of the model object 'Single Part Query Schema Table'.Methods in com._1c.g5.v8.dt.ql.model that return AbstractQuerySchemaTableModifier and TypeMethodDescriptionQuerySchemaOperator.getAddTempTable()Returns the value of the 'Add Temp Table' containment reference.MultiPartQuerySchemaTable.getParentTable()Returns the value of the 'Parent Table' containment reference.QuerySchemaOperator.getPlacementTable()Returns the value of the 'Placement Table' containment reference.QuerySchemaSelectQuery.getPlacementTable()CastingTableType.getTable()Returns the value of the 'Table' containment reference.LinkExpression.getTable()Returns the value of the 'Table' containment reference.QuerySchemaDropTableQuery.getTable()Returns the value of the 'Table' containment reference.QuerySchemaTable.getTable()Returns the value of the 'Table' containment reference.QuerySchemaTableForUpdate.getTable()Returns the value of the 'Table' containment reference.TypeLiteralExpression.getTable()Returns the value of the 'Table' containment reference.Methods in com._1c.g5.v8.dt.ql.model with parameters of type AbstractQuerySchemaTableModifier and TypeMethodDescriptionvoidQuerySchemaOperator.setAddTempTable(AbstractQuerySchemaTable value) Sets the value of the 'Add Temp Table' containment reference.voidMultiPartQuerySchemaTable.setParentTable(AbstractQuerySchemaTable value) Sets the value of the 'Parent Table' containment reference.voidQuerySchemaOperator.setPlacementTable(AbstractQuerySchemaTable value) Sets the value of the 'Placement Table' containment reference.voidCastingTableType.setTable(AbstractQuerySchemaTable value) Sets the value of the 'Table' containment reference.voidLinkExpression.setTable(AbstractQuerySchemaTable value) Sets the value of the 'Table' containment reference.voidQuerySchemaDropTableQuery.setTable(AbstractQuerySchemaTable value) Sets the value of the 'Table' containment reference.voidQuerySchemaTable.setTable(AbstractQuerySchemaTable value) Sets the value of the 'Table' containment reference.voidQuerySchemaTableForUpdate.setTable(AbstractQuerySchemaTable value) Sets the value of the 'Table' containment reference.voidTypeLiteralExpression.setTable(AbstractQuerySchemaTable value) Sets the value of the 'Table' containment reference.
- 
Uses of AbstractQuerySchemaTable in com._1c.g5.v8.dt.ql.model.implClasses in com._1c.g5.v8.dt.ql.model.impl that implement AbstractQuerySchemaTableModifier and TypeClassDescriptionclassAn implementation of the model object 'Abstract Query Schema Table'.classAn implementation of the model object 'Multi Part Query Schema Table'.classAn implementation of the model object 'Single Part Query Schema Table'.Methods in com._1c.g5.v8.dt.ql.model.impl that return AbstractQuerySchemaTableModifier and TypeMethodDescriptionQuerySchemaOperatorImpl.getAddTempTable()MultiPartQuerySchemaTableImpl.getParentTable()QuerySchemaOperatorImpl.getPlacementTable()QuerySchemaSelectQueryImpl.getPlacementTable()CastingTableTypeImpl.getTable()LinkExpressionImpl.getTable()QuerySchemaDropTableQueryImpl.getTable()QuerySchemaTableForUpdateImpl.getTable()QuerySchemaTableImpl.getTable()TypeLiteralExpressionImpl.getTable()Methods in com._1c.g5.v8.dt.ql.model.impl with parameters of type AbstractQuerySchemaTableModifier and TypeMethodDescriptionvoidQuerySchemaOperatorImpl.setAddTempTable(AbstractQuerySchemaTable newAddTempTable) voidMultiPartQuerySchemaTableImpl.setParentTable(AbstractQuerySchemaTable newParentTable) voidQuerySchemaOperatorImpl.setPlacementTable(AbstractQuerySchemaTable newPlacementTable) voidCastingTableTypeImpl.setTable(AbstractQuerySchemaTable newTable) voidLinkExpressionImpl.setTable(AbstractQuerySchemaTable newTable) voidQuerySchemaDropTableQueryImpl.setTable(AbstractQuerySchemaTable newTable) voidQuerySchemaTableForUpdateImpl.setTable(AbstractQuerySchemaTable newTable) voidQuerySchemaTableImpl.setTable(AbstractQuerySchemaTable newTable) voidTypeLiteralExpressionImpl.setTable(AbstractQuerySchemaTable newTable) 
- 
Uses of AbstractQuerySchemaTable in com._1c.g5.v8.dt.ql.model.utilMethods in com._1c.g5.v8.dt.ql.model.util that return AbstractQuerySchemaTableModifier and TypeMethodDescriptionstatic AbstractQuerySchemaTableQlUtil.createQuerySchemaTable(DbViewElement dbView, char delimiter, boolean byRuName) CreatesAbstractQuerySchemaTableby dbViewstatic AbstractQuerySchemaTableQlUtil.createQuerySchemaTable(DbViewElement dbView, String delimiter, boolean byRuName) CreatesAbstractQuerySchemaTableby dbViewstatic AbstractQuerySchemaTableQlUtil.createQuerySchemaTable(String content, char delimiter) CreatesAbstractQuerySchemaTableby string's contentstatic AbstractQuerySchemaTableQlUtil.createQuerySchemaTable(String content, String delimiter) CreatesAbstractQuerySchemaTableby string's contentMethods in com._1c.g5.v8.dt.ql.model.util with parameters of type AbstractQuerySchemaTableModifier and TypeMethodDescriptionQlSwitch.caseAbstractQuerySchemaTable(AbstractQuerySchemaTable object) Returns the result of interpreting the object as an instance of 'Abstract Query Schema Table'.
- 
Uses of AbstractQuerySchemaTable in com._1c.g5.v8.dt.ql.resourceMethods in com._1c.g5.v8.dt.ql.resource with parameters of type AbstractQuerySchemaTableModifier and TypeMethodDescriptionAliasComputer.getNameAliasTableExpression(AbstractQuerySchemaTable table, String alias) Gets name alias from AbstractTable - split by '.' and get last
- 
Uses of AbstractQuerySchemaTable in com._1c.g5.v8.dt.qw.ui.dialogsConstructors in com._1c.g5.v8.dt.qw.ui.dialogs with parameters of type AbstractQuerySchemaTableModifierConstructorDescriptionAvailableTableSelectionDialog(org.eclipse.swt.widgets.Shell parentShell, QueryWizardControl queryWizard, AbstractQuerySchemaTable startTable, com.google.common.base.Predicate<Object> filter) Creates the dialogAvailableTableSelectionDialog(org.eclipse.swt.widgets.Shell parentShell, QueryWizardControl queryWizard, AbstractQuerySchemaTable startTable, com.google.common.base.Predicate<Object> filter, ViewerFilter viewerFilter) AvailableTableSelectionDialog(org.eclipse.swt.widgets.Shell parentShell, QueryWizardControl queryWizard, AbstractQuerySchemaTable startTable, ViewerFilter viewerFilter) Creates the dialog
- 
Uses of AbstractQuerySchemaTable in com._1c.g5.v8.dt.qw.ui.utilsMethods in com._1c.g5.v8.dt.qw.ui.utils that return AbstractQuerySchemaTableModifier and TypeMethodDescriptionstatic AbstractQuerySchemaTableQueryWizardServiceUtils.getPlacementTable(QueryWizardSource source) Get table for placement from query