| Package | Description |
|---|---|
| org.plasma.query.model |
PlasmaSDO™ License
This is a community release of PlasmaSDO™, a dual-license
Service Data Object (SDO) 2.1 implementation.
|
| Modifier and Type | Field and Description |
|---|---|
protected GroupBy |
Clause.groupBy |
| Modifier and Type | Method and Description |
|---|---|
GroupBy |
ObjectFactory.createGroupBy()
Create an instance of
GroupBy |
GroupBy |
Query.findGroupByClause() |
GroupBy |
Clause.getGroupBy()
Gets the value of the GroupBy property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Clause.setGroupBy(GroupBy value)
Sets the value of the GroupBy property.
|
| Constructor and Description |
|---|
Clause(GroupBy groupBy) |
Query(Select select,
From from,
GroupBy groupBy) |
Query(Select select,
From from,
OrderBy orderBy,
GroupBy groupBy) |
Query(Select select,
From from,
Where where,
GroupBy groupBy) |
Query(Select select,
From from,
Where where,
OrderBy orderBy,
GroupBy groupBy) |
Copyright © 2017. All rights reserved.