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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description DbViewFromQuerygetDbViewByThis()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.AbstractQuerySchemaTablegetPlacementTable()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.booleanisAutoOrder()Returns the value of the 'Auto Order' attribute.booleanisCommonTotals()Returns the value of the 'Common Totals' attribute.voidsetAutoOrder(boolean value)Sets the value of the 'Auto Order' attribute.voidsetCommonTotals(boolean value)Sets the value of the 'Common Totals' attribute.voidsetDbViewByThis(DbViewFromQuery value)Sets the value of the 'Db View By This' containment reference.
 
- 
- 
- 
Method Detail- 
getDbViewByThisDbViewFromQuery 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()
 
 - 
setDbViewByThisvoid 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()
 
 - 
isAutoOrderboolean isAutoOrder() Returns the value of the 'Auto Order' attribute.- Returns:
- the value of the 'Auto Order' attribute.
- See Also:
- setAutoOrder(boolean),- QlPackage.getQuerySchemaSelectQuery_AutoOrder()
 
 - 
setAutoOrdervoid setAutoOrder(boolean value) Sets the value of the 'Auto Order' attribute.- Parameters:
- value- the new value of the 'Auto Order' attribute.
- See Also:
- isAutoOrder()
 
 - 
isCommonTotalsboolean isCommonTotals() Returns the value of the 'Common Totals' attribute.- Returns:
- the value of the 'Common Totals' attribute.
- See Also:
- setCommonTotals(boolean),- QlPackage.getQuerySchemaSelectQuery_CommonTotals()
 
 - 
setCommonTotalsvoid setCommonTotals(boolean value) Sets the value of the 'Common Totals' attribute.- Parameters:
- value- the new value of the 'Common Totals' attribute.
- See Also:
- isCommonTotals()
 
 - 
getOrderExpressionsorg.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()
 
 - 
getOperatorsorg.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()
 
 - 
getIndexesorg.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()
 
 - 
getTotalExpressionsorg.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()
 
 - 
getTotalControlPointsorg.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()
 
 - 
getPlacementTableAbstractQuerySchemaTable getPlacementTable() 
 
- 
 
-