Uses of Interface
com._1c.g5.v8.dt.metadata.dbview.DbViewElement
-
-
Uses of DbViewElement in com._1c.g5.v8.dt.metadata.dbview
Subinterfaces of DbViewElement in com._1c.g5.v8.dt.metadata.dbview Modifier and Type Interface Description interface
DbViewDef
A representation of the model object 'Def'.interface
DbViewFieldDef
A representation of the model object 'Field Def'.interface
DbViewFieldFieldDef
A representation of the model object 'Field Field Def'.interface
DbViewFieldTableDef
A representation of the model object 'Field Table Def'.interface
DbViewSelectDef
A representation of the model object 'Select Def'.interface
DbViewTableDef
A representation of the model object 'Table Def'.interface
DbViewVirtualFieldDef
A representation of the model object 'Virtual Field Def'. -
Uses of DbViewElement in com._1c.g5.v8.dt.metadata.dbview.impl
Classes in com._1c.g5.v8.dt.metadata.dbview.impl that implement DbViewElement Modifier and Type Class Description class
DbViewDefImpl
An implementation of the model object 'Def'.class
DbViewElementImpl
An implementation of the model object 'Element'.class
DbViewFieldDefImpl
An implementation of the model object 'Field Def'.class
DbViewFieldFieldDefImpl
An implementation of the model object 'Field Field Def'.class
DbViewFieldTableDefImpl
An implementation of the model object 'Field Table Def'.class
DbViewSelectDefImpl
An implementation of the model object 'Select Def'.class
DbViewTableDefImpl
An implementation of the model object 'Table Def'.class
DbViewVirtualFieldDefImpl
An implementation of the model object 'Virtual Field Def'. -
Uses of DbViewElement in com._1c.g5.v8.dt.metadata.dbview.util
Methods in com._1c.g5.v8.dt.metadata.dbview.util with parameters of type DbViewElement Modifier and Type Method Description T
DbViewSwitch. caseDbViewElement(DbViewElement object)
Returns the result of interpreting the object as an instance of 'Element'. -
Uses of DbViewElement in com._1c.g5.v8.dt.ql
Methods in com._1c.g5.v8.dt.ql that return DbViewElement Modifier and Type Method Description static DbViewElement
QlUtil. getDbView(org.eclipse.emf.ecore.EObject object, IDynamicDbViewFieldComputer dynamicDbViewComputer)
Try found refer toDbViewElement
inobject
Methods in com._1c.g5.v8.dt.ql with parameters of type DbViewElement Modifier and Type Method Description static List<DbViewFieldDef>
QlUtil. getFieldsFromOriginalDbView(DbViewElement dbViewDef, IDynamicDbViewFieldComputer dynamicDbViewComputer)
Get fields fromdbViewDef
, whendbViewDef.getMdObject() != null
anddbViewDef.getMdObject()
was linked with another DbVieworg.eclipse.xtext.util.Pair<TypeDescription,IExpressionTypeChecker.CheckResult>
DerivedTypeComputerForDbViewQuery. getFieldType(DbViewElement field)
Compute field type for dbView.static boolean
QlUtil. isNestedTable(DbViewElement dbView)
Checks thatdbView
is nested table -
Uses of DbViewElement in com._1c.g5.v8.dt.ql.dcs.scoping
Method parameters in com._1c.g5.v8.dt.ql.dcs.scoping with type arguments of type DbViewElement Modifier and Type Method Description protected <T> Collection<T>
DcsInnerFieldsFromSourceSectionFinder. collectItems(QuerySchemaSource source, com.google.common.base.Function<DbViewElement,T> func)
-
Uses of DbViewElement in com._1c.g5.v8.dt.ql.model
Subinterfaces of DbViewElement in com._1c.g5.v8.dt.ql.model Modifier and Type Interface Description interface
DbViewDescriptionTempTable
A representation of the model object 'Db View Description Temp Table'.interface
DbViewFieldFieldDefFromQuery
A representation of the model object 'Db View Field Field Def From Query'.interface
DbViewFromQuery
A representation of the model object 'Db View From Query'.interface
DbViewNestedTableFromQuery
A representation of the model object 'Db View Nested Table From Query'.interface
DbViewOuterParamTable
A representation of the model object 'Db View Outer Param Table'.interface
UnresolvedDbView
A representation of the model object 'Unresolved Db View'.Methods in com._1c.g5.v8.dt.ql.model that return DbViewElement Modifier and Type Method Description DbViewElement
AbstractQuerySchemaTable. getComputeDbView()
Returns the value of the 'Compute Db View' reference.DbViewElement
CommonExpression. getComputeDbView()
Returns the value of the 'Compute Db View' reference.DbViewElement
CommonExpression. getItemDbView()
Returns the value of the 'Item Db View' reference.DbViewElement
FieldWithCasting. getItemDbView()
Returns the value of the 'Item Db View' reference.DbViewElement
AbstractQuerySchemaTable. getTableDbView()
Returns the value of the 'Table Db View' reference.Methods in com._1c.g5.v8.dt.ql.model with parameters of type DbViewElement Modifier and Type Method Description void
AbstractQuerySchemaTable. setComputeDbView(DbViewElement value)
Sets the value of the 'Compute Db View
' reference.void
CommonExpression. setComputeDbView(DbViewElement value)
Sets the value of the 'Compute Db View
' reference.void
CommonExpression. setItemDbView(DbViewElement value)
Sets the value of the 'Item Db View
' reference.void
FieldWithCasting. setItemDbView(DbViewElement value)
Sets the value of the 'Item Db View
' reference.void
AbstractQuerySchemaTable. setTableDbView(DbViewElement value)
Sets the value of the 'Table Db View
' reference. -
Uses of DbViewElement in com._1c.g5.v8.dt.ql.model.dbview
Methods in com._1c.g5.v8.dt.ql.model.dbview that return types with arguments of type DbViewElement Modifier and Type Method Description List<? extends DbViewElement>
IDbViewVirtualFieldComputer. getVirtualFields(DbViewSelectDef virtualTable, List<QuerySchemaTableParameter> parameters)
Computes fields for virtual table by list of parametersQuerySchemaTableParameter
-
Uses of DbViewElement in com._1c.g5.v8.dt.ql.model.impl
Classes in com._1c.g5.v8.dt.ql.model.impl that implement DbViewElement Modifier and Type Class Description class
DbViewDescriptionTempTableImpl
An implementation of the model object 'Db View Description Temp Table'.class
DbViewFieldFieldDefFromQueryImpl
An implementation of the model object 'Db View Field Field Def From Query'.class
DbViewFromQueryImpl
An implementation of the model object 'Db View From Query'.class
DbViewNestedTableFromQueryImpl
An implementation of the model object 'Db View Nested Table From Query'.class
DbViewOuterParamTableImpl
An implementation of the model object 'Db View Outer Param Table'.class
UnresolvedDbViewImpl
An implementation of the model object 'Unresolved Db View'.Methods in com._1c.g5.v8.dt.ql.model.impl that return DbViewElement Modifier and Type Method Description DbViewElement
AbstractQuerySchemaTableImpl. getComputeDbView()
DbViewElement
CommonExpressionImpl. getComputeDbView()
DbViewElement
CommonExpressionImpl. getItemDbView()
DbViewElement
FieldWithCastingImpl. getItemDbView()
DbViewElement
AbstractQuerySchemaTableImpl. getTableDbView()
Methods in com._1c.g5.v8.dt.ql.model.impl with parameters of type DbViewElement Modifier and Type Method Description void
AbstractQuerySchemaTableImpl. setComputeDbView(DbViewElement newComputeDbView)
void
CommonExpressionImpl. setComputeDbView(DbViewElement newComputeDbView)
void
CommonExpressionImpl. setItemDbView(DbViewElement newItemDbView)
void
FieldWithCastingImpl. setItemDbView(DbViewElement newItemDbView)
void
AbstractQuerySchemaTableImpl. setTableDbView(DbViewElement newTableDbView)
-
Uses of DbViewElement in com._1c.g5.v8.dt.ql.model.util
Methods in com._1c.g5.v8.dt.ql.model.util with parameters of type DbViewElement Modifier and Type Method Description T
QlSwitch. caseDbViewElement(DbViewElement object)
Returns the result of interpreting the object as an instance of 'Element'.static CommonExpression
QlUtil. createCommonExpression(DbViewElement dbView, char delimiter, boolean byRuName)
CreatesCommonExpression
by dbViewstatic CommonExpression
QlUtil. createCommonExpression(DbViewElement dbView, String delimiter, boolean byRuName)
CreatesCommonExpression
by dbViewstatic AbstractQuerySchemaTable
QlUtil. createQuerySchemaTable(DbViewElement dbView, char delimiter, boolean byRuName)
CreatesAbstractQuerySchemaTable
by dbViewstatic AbstractQuerySchemaTable
QlUtil. createQuerySchemaTable(DbViewElement dbView, String delimiter, boolean byRuName)
CreatesAbstractQuerySchemaTable
by dbViewstatic Type
QlUtil. getRefTypeByDbView(DbViewElement dbView)
Gets reference type byDbViewElement
-
Uses of DbViewElement in com._1c.g5.v8.dt.ql.resource
Methods in com._1c.g5.v8.dt.ql.resource that return DbViewElement Modifier and Type Method Description DbViewElement
DynamicDbViewFieldComputer. computeDbView(org.eclipse.emf.ecore.EObject semanticElement)
protected DbViewElement
QlEObjectAtOffsetHelper. findDbViewForTableFromSource(org.eclipse.emf.ecore.EObject obj)
Gets actualDbViewElement
for table from sourcesMethods in com._1c.g5.v8.dt.ql.resource that return types with arguments of type DbViewElement Modifier and Type Method Description List<DbViewElement>
DynamicDbViewFieldComputer. computeFieldsBySemanticObject(org.eclipse.emf.ecore.EObject semanticElement)
List<? extends DbViewElement>
DbViewVirtualFieldProcessor. getVirtualFields(DbViewSelectDef virtualTable, List<QuerySchemaTableParameter> parameters)
Computes fields for virtual table by list of parametersQuerySchemaTableParameter
-
Uses of DbViewElement in com._1c.g5.v8.dt.ql.scoping
Methods in com._1c.g5.v8.dt.ql.scoping with parameters of type DbViewElement Modifier and Type Method Description boolean
IInnerFieldsFromSourceSectionFinder. isAmbiguousField(QuerySchemaOperator operator, DbViewElement field)
Checks that source section of theoperator
has another (not equals tofield
) field with the same nameboolean
InnerFieldsFromSourceSectionFinder. isAmbiguousField(QuerySchemaOperator operator, DbViewElement field)
boolean
IInnerFieldsFromSourceSectionFinder. isInnerField(QuerySchemaOperator operator, DbViewElement field)
Checks that source section of theoperator
has inner field equals tofield
boolean
InnerFieldsFromSourceSectionFinder. isInnerField(QuerySchemaOperator operator, DbViewElement field)
Method parameters in com._1c.g5.v8.dt.ql.scoping with type arguments of type DbViewElement Modifier and Type Method Description protected <T> Collection<T>
InnerFieldsFromSourceSectionFinder. collectItems(QuerySchemaSource source, com.google.common.base.Function<DbViewElement,T> func)
Collects items fromQuerySchemaSource
and transform it to typeT
-
Uses of DbViewElement in com._1c.g5.v8.dt.ql.typesystem
Methods in com._1c.g5.v8.dt.ql.typesystem that return DbViewElement Modifier and Type Method Description DbViewElement
IDynamicDbViewFieldComputer. computeDbView(org.eclipse.emf.ecore.EObject semanticElement)
GetsDbViewElement
forsemanticElement
DbViewElement
DbViewElementSource. getSource()
Gets the sourceDbViewElement
DbViewElement
DbViewElementSource. toDbViewElement()
Converts the source to the targetDbViewElement
.static DbViewElement
DbViewElementSource. toDbViewElement(DbViewElementSource source)
Converts back to theDbViewElement
Methods in com._1c.g5.v8.dt.ql.typesystem that return types with arguments of type DbViewElement Modifier and Type Method Description List<DbViewElement>
IDynamicDbViewFieldComputer. computeFieldsBySemanticObject(org.eclipse.emf.ecore.EObject semanticElement)
Gets fields contained in DbView ofsemanticObject
static List<DbViewElement>
DbViewElementSource. toDbViewElements(Collection<? extends DbViewElementSource> sources)
Converts the collection ofDbViewElementSource
's to the correspondingDbViewElement
'sMethods in com._1c.g5.v8.dt.ql.typesystem with parameters of type DbViewElement Modifier and Type Method Description static DbViewElementSource
DbViewElementSource. create(DbViewElement source)
Constructs an instance of theDbViewElementSource
, null-safeMethod parameters in com._1c.g5.v8.dt.ql.typesystem with type arguments of type DbViewElement Modifier and Type Method Description static List<? extends DbViewElementSource>
DbViewElementSource. toSources(List<? extends DbViewElement> fields)
Converts the collection ofDbViewElement
's to the corresponding list ofDbViewElementSource
'sConstructors in com._1c.g5.v8.dt.ql.typesystem with parameters of type DbViewElement Constructor Description DbViewElementSource(DbViewElement source)
Constructs an instance using provided sourceDbViewElement
-
Uses of DbViewElement in com._1c.g5.v8.dt.qw.ui.contentproviders
Methods in com._1c.g5.v8.dt.qw.ui.contentproviders that return types with arguments of type DbViewElement Modifier and Type Method Description static List<? extends DbViewElement>
SourcesContentProvider. getSourceRealFields(Object sourceItem, QueryWizardSource queryWizardSource)
Get real fields for source or field from source -
Uses of DbViewElement in com._1c.g5.v8.dt.qw.ui.dialogs
Methods in com._1c.g5.v8.dt.qw.ui.dialogs that return types with arguments of type DbViewElement Modifier and Type Method Description List<DbViewElement>
TempTableDescriptionDialog. getTableFields()
Get table fieldsConstructor parameters in com._1c.g5.v8.dt.qw.ui.dialogs with type arguments of type DbViewElement Constructor Description TempTableDescriptionDialog(org.eclipse.swt.widgets.Shell parentShell, QueryWizardControl queryWizard, String tableName, List<DbViewElement> fields)
-
Uses of DbViewElement in com._1c.g5.v8.dt.qw.ui.editproviders
Fields in com._1c.g5.v8.dt.qw.ui.editproviders declared as DbViewElement Modifier and Type Field Description DbViewElement
FieldsEditProvider.ExpressionParts. nestedTable
Methods in com._1c.g5.v8.dt.qw.ui.editproviders with parameters of type DbViewElement Modifier and Type Method Description QuerySchemaExpression
FieldsEditProvider. add(DbViewElement field, String expression)
Add expression by DbViewFieldQuerySchemaExpression
FieldsEditProvider. add(String sourceAlias, DbViewElement field)
Add new expressionQuerySchemaExpression
FieldsEditProvider. findAndAddNestedTable(DbViewElement nestedTableView, String expression)
Find nested table, if not found added new nested table -
Uses of DbViewElement in com._1c.g5.v8.dt.qw.ui.utils
Fields in com._1c.g5.v8.dt.qw.ui.utils declared as DbViewElement Modifier and Type Field Description DbViewElement
QueryTextResultProcessing.ExpressionPresentation. fieldDbView
Methods in com._1c.g5.v8.dt.qw.ui.utils that return DbViewElement Modifier and Type Method Description static DbViewElement
QueryWizardServiceUtils. computeDbView(org.eclipse.emf.ecore.EObject object)
ComputesDbViewElement
by objectstatic DbViewElement
QueryWizardServiceUtils. computeDbViewForTempTable(DbViewElement element, QueryWizardSource source)
Compute DbView for temporary table.static DbViewElement
QueryWizardServiceUtils. getDbViewForQuery(org.eclipse.emf.ecore.EObject source)
Get DbView for nested queryMethods in com._1c.g5.v8.dt.qw.ui.utils that return types with arguments of type DbViewElement Modifier and Type Method Description static List<DbViewElement>
QueryWizardServiceUtils. computeDbViewFields(org.eclipse.emf.ecore.EObject object)
Compute dbView fieldsList<DbViewElement>
AvailableTable. getDbViews(QueryWizardSource source)
static List<? extends DbViewElement>
QueryWizardServiceUtils. getQuerySchemaSourceFields(Object sourceItem, QueryWizardSource queryWizardsource)
Get fields for source or field from sourceList<DbViewElement>
QueryWizardSource. getTempTableFields(QuerySchemaSource source)
Get available fields for temporary tableMethods in com._1c.g5.v8.dt.qw.ui.utils with parameters of type DbViewElement Modifier and Type Method Description void
AvailableTable. addRealDbView(DbViewElement dbView)
static DbViewElement
QueryWizardServiceUtils. computeDbViewForTempTable(DbViewElement element, QueryWizardSource source)
Compute DbView for temporary table.static org.eclipse.swt.graphics.Image
ImagesProvider. getAvailableTableImage(DbViewElement element, QueryWizardSource source)
Get image for available tables and fields from available tableMethod parameters in com._1c.g5.v8.dt.qw.ui.utils with type arguments of type DbViewElement Modifier and Type Method Description void
AvailableTable. setDbViewsFromParentQuery(List<DbViewElement> dbViews)
Constructors in com._1c.g5.v8.dt.qw.ui.utils with parameters of type DbViewElement Constructor Description ExpressionPresentation(QuerySchemaExpression expression, boolean isFunction, String tableName, DbViewElement fieldDbView)
-
Uses of DbViewElement in com._1c.g5.v8.dt.right.ql.resource
Methods in com._1c.g5.v8.dt.right.ql.resource that return DbViewElement Modifier and Type Method Description protected DbViewElement
RightQlEObjectAtOffsetHelper. findDbViewForTableFromSource(org.eclipse.emf.ecore.EObject obj)
-
Uses of DbViewElement in com._1c.g5.v8.dt.rights.naming
Methods in com._1c.g5.v8.dt.rights.naming with parameters of type DbViewElement Modifier and Type Method Description protected org.eclipse.xtext.naming.QualifiedName
RightsQualifiedNameProvider. _qualifiedName(DbViewElement dbViewElement)
-