Uses of Interface
com._1c.g5.v8.dt.ql.model.AbstractQuerySchemaTable
-
-
Uses of AbstractQuerySchemaTable in com._1c.g5.v8.dt.ql
Methods in com._1c.g5.v8.dt.ql with parameters of type AbstractQuerySchemaTable Modifier and Type Method Description static 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 AbstractQuerySchemaTable Modifier and Type Method Description AbstractQuerySchemaTable
CharacteristicTypesAndValues. 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 AbstractQuerySchemaTable Modifier and Type Method Description org.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 AbstractQuerySchemaTable Modifier and Type Method Description void
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 AbstractQuerySchemaTable Modifier and Type Method Description AbstractQuerySchemaTable
CharacteristicTypesAndValuesImpl. getTable()
Methods in com._1c.g5.v8.dt.ql.dcs.model.impl that return types with arguments of type AbstractQuerySchemaTable Modifier and Type Method Description org.eclipse.emf.common.util.EList<AbstractQuerySchemaTable>
CharacteristicCompositionDataQuerySchemaImpl. getTypes()
Methods in com._1c.g5.v8.dt.ql.dcs.model.impl with parameters of type AbstractQuerySchemaTable Modifier and Type Method Description void
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 AbstractQuerySchemaTable Modifier and Type Method Description static 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.model Modifier and Type Interface Description interface
MultiPartQuerySchemaTable
A representation of the model object 'Multi Part Query Schema Table'.interface
SinglePartQuerySchemaTable
A representation of the model object 'Single Part Query Schema Table'.Methods in com._1c.g5.v8.dt.ql.model that return AbstractQuerySchemaTable Modifier and Type Method Description AbstractQuerySchemaTable
MultiPartQuerySchemaTable. getParentTable()
Returns the value of the 'Parent Table' containment reference.AbstractQuerySchemaTable
QuerySchemaOperator. getPlacementTable()
Returns the value of the 'Placement Table' containment reference.AbstractQuerySchemaTable
QuerySchemaSelectQuery. getPlacementTable()
AbstractQuerySchemaTable
CastingTableType. getTable()
Returns the value of the 'Table' containment reference.AbstractQuerySchemaTable
LinkExpression. getTable()
Returns the value of the 'Table' containment reference.AbstractQuerySchemaTable
QuerySchemaDropTableQuery. getTable()
Returns the value of the 'Table' containment reference.AbstractQuerySchemaTable
QuerySchemaTable. getTable()
Returns the value of the 'Table' containment reference.AbstractQuerySchemaTable
QuerySchemaTableForUpdate. getTable()
Returns the value of the 'Table' containment reference.AbstractQuerySchemaTable
TypeLiteralExpression. getTable()
Returns the value of the 'Table' containment reference.Methods in com._1c.g5.v8.dt.ql.model with parameters of type AbstractQuerySchemaTable Modifier and Type Method Description 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 AbstractQuerySchemaTable Modifier and Type Class Description class
AbstractQuerySchemaTableImpl
An implementation of the model object 'Abstract Query Schema Table'.class
MultiPartQuerySchemaTableImpl
An implementation of the model object 'Multi Part Query Schema Table'.class
SinglePartQuerySchemaTableImpl
An implementation of the model object 'Single Part Query Schema Table'.Methods in com._1c.g5.v8.dt.ql.model.impl that return AbstractQuerySchemaTable Modifier and Type Method Description AbstractQuerySchemaTable
MultiPartQuerySchemaTableImpl. getParentTable()
AbstractQuerySchemaTable
QuerySchemaOperatorImpl. getPlacementTable()
AbstractQuerySchemaTable
QuerySchemaSelectQueryImpl. getPlacementTable()
AbstractQuerySchemaTable
CastingTableTypeImpl. getTable()
AbstractQuerySchemaTable
LinkExpressionImpl. getTable()
AbstractQuerySchemaTable
QuerySchemaDropTableQueryImpl. getTable()
AbstractQuerySchemaTable
QuerySchemaTableForUpdateImpl. getTable()
AbstractQuerySchemaTable
QuerySchemaTableImpl. getTable()
AbstractQuerySchemaTable
TypeLiteralExpressionImpl. getTable()
Methods in com._1c.g5.v8.dt.ql.model.impl with parameters of type AbstractQuerySchemaTable Modifier and Type Method Description 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 AbstractQuerySchemaTable Modifier and Type Method Description static 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 AbstractQuerySchemaTable Modifier and Type Method Description T
QlSwitch. 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 AbstractQuerySchemaTable Modifier and Type Method Description String
AliasComputer. 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 AbstractQuerySchemaTable Constructor Description AvailableTableSelectionDialog(org.eclipse.swt.widgets.Shell parentShell, QueryWizardControl queryWizard, AbstractQuerySchemaTable startTable)
AvailableTableSelectionDialog(org.eclipse.swt.widgets.Shell parentShell, QueryWizardControl queryWizard, AbstractQuerySchemaTable startTable, com.google.common.base.Predicate<Object> filter)
-
Uses of AbstractQuerySchemaTable in com._1c.g5.v8.dt.qw.ui.utils
Methods in com._1c.g5.v8.dt.qw.ui.utils that return AbstractQuerySchemaTable Modifier and Type Method Description static AbstractQuerySchemaTable
QueryWizardServiceUtils. getPlacementTable(QueryWizardSource source)
Get table for placement from query
-