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 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.model
Methods in com._1c.g5.v8.dt.ql.dcs.model that return AbstractQuerySchemaTable Modifier and Type Method Description AbstractQuerySchemaTableCharacteristicTypesAndValues. 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 voidCharacteristicTypesAndValues. 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 AbstractQuerySchemaTableCharacteristicTypesAndValuesImpl. 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 voidCharacteristicTypesAndValuesImpl. 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 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.model
Subinterfaces of AbstractQuerySchemaTable in com._1c.g5.v8.dt.ql.model Modifier and Type Interface Description interfaceMultiPartQuerySchemaTableA representation of the model object 'Multi Part Query Schema Table'.interfaceSinglePartQuerySchemaTableA 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 AbstractQuerySchemaTableMultiPartQuerySchemaTable. getParentTable()Returns the value of the 'Parent Table' containment reference.AbstractQuerySchemaTableQuerySchemaOperator. getPlacementTable()Returns the value of the 'Placement Table' containment reference.AbstractQuerySchemaTableQuerySchemaSelectQuery. getPlacementTable()AbstractQuerySchemaTableCastingTableType. getTable()Returns the value of the 'Table' containment reference.AbstractQuerySchemaTableLinkExpression. getTable()Returns the value of the 'Table' containment reference.AbstractQuerySchemaTableQuerySchemaDropTableQuery. getTable()Returns the value of the 'Table' containment reference.AbstractQuerySchemaTableQuerySchemaTable. getTable()Returns the value of the 'Table' containment reference.AbstractQuerySchemaTableQuerySchemaTableForUpdate. getTable()Returns the value of the 'Table' containment reference.AbstractQuerySchemaTableTypeLiteralExpression. 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 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.impl
Classes in com._1c.g5.v8.dt.ql.model.impl that implement AbstractQuerySchemaTable Modifier and Type Class Description classAbstractQuerySchemaTableImplAn implementation of the model object 'Abstract Query Schema Table'.classMultiPartQuerySchemaTableImplAn implementation of the model object 'Multi Part Query Schema Table'.classSinglePartQuerySchemaTableImplAn 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 AbstractQuerySchemaTableMultiPartQuerySchemaTableImpl. getParentTable()AbstractQuerySchemaTableQuerySchemaOperatorImpl. getPlacementTable()AbstractQuerySchemaTableQuerySchemaSelectQueryImpl. getPlacementTable()AbstractQuerySchemaTableCastingTableTypeImpl. getTable()AbstractQuerySchemaTableLinkExpressionImpl. getTable()AbstractQuerySchemaTableQuerySchemaDropTableQueryImpl. getTable()AbstractQuerySchemaTableQuerySchemaTableForUpdateImpl. getTable()AbstractQuerySchemaTableQuerySchemaTableImpl. getTable()AbstractQuerySchemaTableTypeLiteralExpressionImpl. getTable()Methods in com._1c.g5.v8.dt.ql.model.impl with parameters of type AbstractQuerySchemaTable Modifier and Type Method Description 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.util
Methods in com._1c.g5.v8.dt.ql.model.util that return AbstractQuerySchemaTable Modifier and Type Method Description static 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 AbstractQuerySchemaTable Modifier and Type Method Description TQlSwitch. 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 StringAliasComputer. 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 AbstractQuerySchemaTableQueryWizardServiceUtils. getPlacementTable(QueryWizardSource source)Get table for placement from query
-