Interface | Description |
---|---|
PQuery |
Internal representation of a query / graph pattern (using a constraint system formalism),
to be interpreted by a query evaluator (
IQueryBackend ). |
PQueryHeader |
Represents header information (metainfo) about a query.
|
Class | Description |
---|---|
BasePQuery |
Default implementation of PQuery.
|
PDisjunction |
A disjunction is a set of bodies representing separate conditions.
|
PParameter |
A descriptor for PQuery parameters.
|
PProblem |
Represents an error that was detected while the
PQuery object was built from a source. |
PQueries |
Utility class for using PQueries in Guava collection operations effectively
|
Enum | Description |
---|---|
PQuery.PQueryStatus |
Exception | Description |
---|---|
QueryInitializationException |
Represent an exception that occurred while initializing the specification of a query.
|