Package com._1c.g5.v8.dt.ql.model
Interface QuerySchemaSelectQuery
-
- All Superinterfaces:
AbstractQuerySchemaQuery
,org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
DcsQuerySchemaSelectQuery
- All Known Implementing Classes:
DcsQuerySchemaSelectQueryImpl
,QuerySchemaSelectQueryImpl
public interface QuerySchemaSelectQuery extends AbstractQuerySchemaQuery
A representation of the model object 'Query Schema Select Query'.The following features are supported:
- See Also:
QlPackage.getQuerySchemaSelectQuery()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DbViewFromQuery
getDbViewByThis()
Returns the value of the 'Db View By This' containment reference.org.eclipse.emf.common.util.EList<QuerySchemaExpression>
getIndexes()
Returns the value of the 'Indexes' containment reference list.org.eclipse.emf.common.util.EList<QuerySchemaOperator>
getOperators()
Returns the value of the 'Operators' containment reference list.org.eclipse.emf.common.util.EList<QuerySchemaOrderExpression>
getOrderExpressions()
Returns the value of the 'Order Expressions' containment reference list.AbstractQuerySchemaTable
getPlacementTable()
org.eclipse.emf.common.util.EList<QuerySchemaTotalControlPoint>
getTotalControlPoints()
Returns the value of the 'Total Control Points' containment reference list.org.eclipse.emf.common.util.EList<QuerySchemaExpression>
getTotalExpressions()
Returns the value of the 'Total Expressions' containment reference list.boolean
isAutoOrder()
Returns the value of the 'Auto Order' attribute.boolean
isCommonTotals()
Returns the value of the 'Common Totals' attribute.void
setAutoOrder(boolean value)
Sets the value of the 'Auto Order
' attribute.void
setCommonTotals(boolean value)
Sets the value of the 'Common Totals
' attribute.void
setDbViewByThis(DbViewFromQuery value)
Sets the value of the 'Db View By This
' containment reference.
-
-
-
Method Detail
-
getDbViewByThis
DbViewFromQuery getDbViewByThis()
Returns the value of the 'Db View By This' containment reference.- Returns:
- the value of the 'Db View By This' containment reference.
- See Also:
setDbViewByThis(DbViewFromQuery)
,QlPackage.getQuerySchemaSelectQuery_DbViewByThis()
-
setDbViewByThis
void setDbViewByThis(DbViewFromQuery value)
Sets the value of the 'Db View By This
' containment reference.- Parameters:
value
- the new value of the 'Db View By This' containment reference.- See Also:
getDbViewByThis()
-
isAutoOrder
boolean isAutoOrder()
Returns the value of the 'Auto Order' attribute.- Returns:
- the value of the 'Auto Order' attribute.
- See Also:
setAutoOrder(boolean)
,QlPackage.getQuerySchemaSelectQuery_AutoOrder()
-
setAutoOrder
void setAutoOrder(boolean value)
Sets the value of the 'Auto Order
' attribute.- Parameters:
value
- the new value of the 'Auto Order' attribute.- See Also:
isAutoOrder()
-
isCommonTotals
boolean isCommonTotals()
Returns the value of the 'Common Totals' attribute.- Returns:
- the value of the 'Common Totals' attribute.
- See Also:
setCommonTotals(boolean)
,QlPackage.getQuerySchemaSelectQuery_CommonTotals()
-
setCommonTotals
void setCommonTotals(boolean value)
Sets the value of the 'Common Totals
' attribute.- Parameters:
value
- the new value of the 'Common Totals' attribute.- See Also:
isCommonTotals()
-
getOrderExpressions
org.eclipse.emf.common.util.EList<QuerySchemaOrderExpression> getOrderExpressions()
Returns the value of the 'Order Expressions' containment reference list. The list contents are of typeQuerySchemaOrderExpression
.- Returns:
- the value of the 'Order Expressions' containment reference list.
- See Also:
QlPackage.getQuerySchemaSelectQuery_OrderExpressions()
-
getOperators
org.eclipse.emf.common.util.EList<QuerySchemaOperator> getOperators()
Returns the value of the 'Operators' containment reference list. The list contents are of typeQuerySchemaOperator
.- Returns:
- the value of the 'Operators' containment reference list.
- See Also:
QlPackage.getQuerySchemaSelectQuery_Operators()
-
getIndexes
org.eclipse.emf.common.util.EList<QuerySchemaExpression> getIndexes()
Returns the value of the 'Indexes' containment reference list. The list contents are of typeQuerySchemaExpression
.- Returns:
- the value of the 'Indexes' containment reference list.
- See Also:
QlPackage.getQuerySchemaSelectQuery_Indexes()
-
getTotalExpressions
org.eclipse.emf.common.util.EList<QuerySchemaExpression> getTotalExpressions()
Returns the value of the 'Total Expressions' containment reference list. The list contents are of typeQuerySchemaExpression
.- Returns:
- the value of the 'Total Expressions' containment reference list.
- See Also:
QlPackage.getQuerySchemaSelectQuery_TotalExpressions()
-
getTotalControlPoints
org.eclipse.emf.common.util.EList<QuerySchemaTotalControlPoint> getTotalControlPoints()
Returns the value of the 'Total Control Points' containment reference list. The list contents are of typeQuerySchemaTotalControlPoint
.- Returns:
- the value of the 'Total Control Points' containment reference list.
- See Also:
QlPackage.getQuerySchemaSelectQuery_TotalControlPoints()
-
getPlacementTable
AbstractQuerySchemaTable getPlacementTable()
-
-