| 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.model |
Copyright 2017 TerraMeta Software, Inc.
|
| org.plasma.query.xpath |
| Modifier and Type | Interface and Description |
|---|---|
interface |
GroupBy
A clause containing properties used to represent a grouping statement and is
used in conjunction with aggregate functions.
|
interface |
Having
A clause containing properties used to represent a Having statement and is
used in conjunction with aggregate functions.
|
interface |
Join
A clause containing properties describing a join.
|
interface |
OrderBy
A clause containing properties describing ordering used to sort the
result-set.
|
interface |
Select
A clause containing path properties and data properties used to represent a
complex selection data graph.
|
interface |
Where
A clause containing properties used to restrict the results set.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GroupBy
Java class for GroupBy complex type.
|
class |
Having
Java class for Having complex type.
|
class |
OrderBy |
class |
Select |
class |
Where |
| Modifier and Type | Interface and Description |
|---|---|
interface |
XPathSelect |
interface |
XPathWhere |
Copyright © 2021. All rights reserved.