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.core
Methods in com._1c.g5.v8.dt.internal.ql.core with parameters of type AbstractQuerySchemaTableModifier and TypeMethodDescriptionprotected void
QlFileStructureBuilder.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.ql
Methods in com._1c.g5.v8.dt.ql with parameters of type AbstractQuerySchemaTableModifier and TypeMethodDescriptionstatic boolean
QlUtil.isExternalDataSourceTable
(AbstractQuerySchemaTable input) Checks thatAbstractQuerySchemaTable
corresponding to the table ofExternalDataSource
objectDbViewElement
.static boolean
QlUtil.isExternaldataSourceTemporaryTable
(AbstractQuerySchemaTable input) Checks thatAbstractQuerySchemaTable
corresponding to the temporary table ofExternalDataSource
Checks for full naming without using alias from query - segments count inAbstractQuerySchemaTable
should equals 4, it should be start fromQlUtil.EXTERNAL_DATA_SOURCE
. -
Uses of AbstractQuerySchemaTable in com._1c.g5.v8.dt.ql.dcs.model
Methods 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 TypeMethodDescriptionvoid
CharacteristicTypesAndValues.setTable
(AbstractQuerySchemaTable value) Sets the value of the 'Table
' containment reference. -
Uses of AbstractQuerySchemaTable in com._1c.g5.v8.dt.ql.dcs.model.impl
Methods 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 TypeMethodDescriptionvoid
CharacteristicTypesAndValuesImpl.setTable
(AbstractQuerySchemaTable newTable) -
Uses of AbstractQuerySchemaTable in com._1c.g5.v8.dt.ql.dcs.model.util
Methods in com._1c.g5.v8.dt.ql.dcs.model.util with parameters of type AbstractQuerySchemaTableModifier and TypeMethodDescriptionstatic TypeItem
QlDcsUtil.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.model
Subinterfaces of AbstractQuerySchemaTable in com._1c.g5.v8.dt.ql.modelModifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Multi Part Query Schema Table'.interface
A 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 TypeMethodDescriptionvoid
QuerySchemaOperator.setAddTempTable
(AbstractQuerySchemaTable value) Sets the value of the 'Add Temp Table
' containment reference.void
MultiPartQuerySchemaTable.setParentTable
(AbstractQuerySchemaTable value) Sets the value of the 'Parent Table
' containment reference.void
QuerySchemaOperator.setPlacementTable
(AbstractQuerySchemaTable value) Sets the value of the 'Placement Table
' containment reference.void
CastingTableType.setTable
(AbstractQuerySchemaTable value) Sets the value of the 'Table
' containment reference.void
LinkExpression.setTable
(AbstractQuerySchemaTable value) Sets the value of the 'Table
' containment reference.void
QuerySchemaDropTableQuery.setTable
(AbstractQuerySchemaTable value) Sets the value of the 'Table
' containment reference.void
QuerySchemaTable.setTable
(AbstractQuerySchemaTable value) Sets the value of the 'Table
' containment reference.void
QuerySchemaTableForUpdate.setTable
(AbstractQuerySchemaTable value) Sets the value of the 'Table
' containment reference.void
TypeLiteralExpression.setTable
(AbstractQuerySchemaTable value) Sets the value of the 'Table
' containment reference. -
Uses of AbstractQuerySchemaTable in com._1c.g5.v8.dt.ql.model.impl
Classes in com._1c.g5.v8.dt.ql.model.impl that implement AbstractQuerySchemaTableModifier and TypeClassDescriptionclass
An implementation of the model object 'Abstract Query Schema Table'.class
An implementation of the model object 'Multi Part Query Schema Table'.class
An 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 TypeMethodDescriptionvoid
QuerySchemaOperatorImpl.setAddTempTable
(AbstractQuerySchemaTable newAddTempTable) void
MultiPartQuerySchemaTableImpl.setParentTable
(AbstractQuerySchemaTable newParentTable) void
QuerySchemaOperatorImpl.setPlacementTable
(AbstractQuerySchemaTable newPlacementTable) void
CastingTableTypeImpl.setTable
(AbstractQuerySchemaTable newTable) void
LinkExpressionImpl.setTable
(AbstractQuerySchemaTable newTable) void
QuerySchemaDropTableQueryImpl.setTable
(AbstractQuerySchemaTable newTable) void
QuerySchemaTableForUpdateImpl.setTable
(AbstractQuerySchemaTable newTable) void
QuerySchemaTableImpl.setTable
(AbstractQuerySchemaTable newTable) void
TypeLiteralExpressionImpl.setTable
(AbstractQuerySchemaTable newTable) -
Uses of AbstractQuerySchemaTable in com._1c.g5.v8.dt.ql.model.util
Methods in com._1c.g5.v8.dt.ql.model.util that return AbstractQuerySchemaTableModifier and TypeMethodDescriptionstatic AbstractQuerySchemaTable
QlUtil.createQuerySchemaTable
(DbViewElement dbView, char delimiter, boolean byRuName) CreatesAbstractQuerySchemaTable
by dbViewstatic AbstractQuerySchemaTable
QlUtil.createQuerySchemaTable
(DbViewElement dbView, String delimiter, boolean byRuName) CreatesAbstractQuerySchemaTable
by dbViewstatic AbstractQuerySchemaTable
QlUtil.createQuerySchemaTable
(String content, char delimiter) CreatesAbstractQuerySchemaTable
by string's contentstatic AbstractQuerySchemaTable
QlUtil.createQuerySchemaTable
(String content, String delimiter) CreatesAbstractQuerySchemaTable
by 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.resource
Methods 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.dialogs
Constructors 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.utils
Methods in com._1c.g5.v8.dt.qw.ui.utils that return AbstractQuerySchemaTableModifier and TypeMethodDescriptionstatic AbstractQuerySchemaTable
QueryWizardServiceUtils.getPlacementTable
(QueryWizardSource source) Get table for placement from query