| 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.
|
| org.plasma.query.xpath |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Clause
A collection of terms known as a clause within a query.
|
interface |
DataProperty
A non-reference property with a type which is a data type.
|
interface |
Expression
A base expression
|
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 |
IntegralDataProperty
A non-reference property with a type which is a String data type.
|
interface |
Join
A clause containing properties describing a join.
|
interface |
Literal
A literal term
|
interface |
Operator
Base interface for all operators that make up a query.
|
interface |
OrderBy
A clause containing properties describing ordering used to sort the
result-set.
|
interface |
PathProperty
A reference (or non data type) property which constitutes part of a path
within a data graph
|
interface |
Property
Base interface for all properties.
|
interface |
Query
The PlasmaQuery#8482; API provides a flexible mechanism to fully describe any
arbitrary SDO results Data Graph, independent of any persistence framework or
type of data store.
|
interface |
RealDataProperty
A non-reference property with a type which is an real data type.
|
interface |
Select
A clause containing path properties and data properties used to represent a
complex selection data graph.
|
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.
|
interface |
Where
A clause containing properties used to restrict the results set.
|
interface |
Wildcard
A wild card property indicating the selection of all data properties within a
type.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DomainQuery
A domain specific query serving as the entry point for assembly of a data
graph.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DataNode
A domain query node which is a data property end point within a query graph.
|
class |
DomainRoot
The implementation of a domain query as a root within a query graph.
|
class |
PathNode
A domain object which is not an end point but a single step within a path
within a query graph.
|
class |
WildcardDataNode
A domain query node which is a wild card data end point within a query graph.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ArithmeticOperator
Java class for ArithmeticOperator complex type.
|
class |
Expression
Java class for Expression complex type.
|
class |
GroupBy
Java class for GroupBy complex type.
|
class |
GroupOperator |
class |
Having
Java class for Having complex type.
|
class |
Literal |
class |
LogicalOperator |
class |
NullLiteral |
class |
OrderBy |
class |
PredicateOperator |
class |
Property |
class |
Query |
class |
RelationalOperator |
class |
Select |
class |
Term |
class |
Where |
class |
WildcardProperty |
| Modifier and Type | Interface and Description |
|---|---|
interface |
XPathQuery |
interface |
XPathSelect |
interface |
XPathWhere |
Copyright © 2021. All rights reserved.