| Package | Description |
|---|---|
| org.plasma.query |
The PlasmaQuery� API provides a flexible mechanism to fully describe any arbitrary SDO results Data Graph, independent of any persistence framework or type of data store. |
| org.plasma.query.dsl | |
| org.plasma.query.model |
Copyright 2017 TerraMeta Software, Inc.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IntegralDataProperty
A non-reference property with a type which is a String data type.
|
interface |
RealDataProperty
A non-reference property with a type which is an real data type.
|
interface |
StringDataProperty
A non-reference property with a type which is a String data type.
|
interface |
TemporalDataProperty
A non-reference property with a type which is a temporal data type.
|
| Modifier and Type | Method and Description |
|---|---|
DataProperty |
DataProperty.asc()
Constructs a ascending ordering within this data property and returns the
data property for use in subsequent operations
|
DataProperty |
DataProperty.avg()
Constructs a average aggregate within this data property and returns the
data property for use in subsequent operations
|
DataProperty |
DataProperty.count()
Constructs a count aggregate within this data property and returns the data
property for use in subsequent operations
|
DataProperty |
DataProperty.desc()
Constructs a descending ordering within this data property and returns the
data property for use in subsequent operations
|
DataProperty |
DataProperty.max()
Constructs a maximum aggregate within this data property and returns the
data property for use in subsequent operations
|
DataProperty |
DataProperty.min()
Constructs a minimum aggregate within this data property and returns the
data property for use in subsequent operations
|
DataProperty |
DataProperty.sum()
Constructs a summation aggregate within this data property and returns the
data property for use in subsequent operations
|
| Modifier and Type | Class and Description |
|---|---|
class |
DataNode
A domain query node which is a data property end point within a query graph.
|
| Modifier and Type | Method and Description |
|---|---|
DataProperty |
DataNode.asc() |
DataProperty |
DataNode.avg() |
DataProperty |
DataNode.count() |
DataProperty |
DataNode.desc() |
DataProperty |
DataNode.max() |
DataProperty |
DataNode.min() |
DataProperty |
DataNode.sum() |
| Modifier and Type | Method and Description |
|---|---|
DomainQuery |
DomainRoot.groupBy(DataProperty property) |
DomainQuery |
DomainQuery.groupBy(DataProperty property)
Appends the given data property to the group by clause within this query
and returns the query.
|
DomainQuery |
DomainRoot.orderBy(DataProperty property) |
DomainQuery |
DomainQuery.orderBy(DataProperty property)
Appends the given data property to the order by clause within this query
and returns the query.
|
DomainQuery |
DomainRoot.select(DataProperty property) |
DomainQuery |
DomainQuery.select(DataProperty property)
Appends the given property to the select clause within this query and
returns the query.
|
DomainQuery |
DomainRoot.select(FunctionName func,
DataProperty property) |
DomainQuery |
DomainQuery.select(FunctionName func,
DataProperty property)
Appends the given property encapsulated by the giuven scalar function to
the select clause within this query and returns the query.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Property |
| Modifier and Type | Method and Description |
|---|---|
DataProperty |
Property.asc() |
DataProperty |
Property.avg() |
DataProperty |
Property.count() |
DataProperty |
Property.desc() |
DataProperty[] |
Select.getPropertiesDeep() |
DataProperty |
Variable.getProperty()
Gets the value of the property property.
|
DataProperty |
Property.max() |
DataProperty |
Property.min() |
DataProperty |
Property.sum() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Select.hasDistinct(DataProperty[] props) |
Copyright © 2021. All rights reserved.