| 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 | Method and Description |
|---|---|
RealDataProperty |
RealDataProperty.ceiling()
Constructs a function, which returns the smallest integer that is greater
than the number, and returns this data property for use in subsequent
operations
|
RealDataProperty |
RealDataProperty.floor()
Constructs a function, which returns the largest integer that is greater
than the number, and returns this data property for use in subsequent
operations
|
RealDataProperty |
RealDataProperty.round()
Constructs a function, which returns the nearest integer, and returns this
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 |
|---|---|
RealDataProperty |
DataNode.ceiling() |
RealDataProperty |
DataNode.floor() |
RealDataProperty |
DataNode.round() |
| Modifier and Type | Class and Description |
|---|---|
class |
Property |
| Modifier and Type | Method and Description |
|---|---|
RealDataProperty |
Property.ceiling() |
RealDataProperty |
Property.floor() |
RealDataProperty |
Property.round() |
Copyright © 2021. All rights reserved.