public class GraphQuery extends JDBCSupport implements QueryDispatcher
converter| Constructor and Description |
|---|
GraphQuery() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
count(Query query)
Returns a count of the given query.
|
PlasmaDataGraph[] |
find(Query query,
int requestMax,
Timestamp snapshotDate) |
PlasmaDataGraph[] |
find(Query query,
Timestamp snapshotDate) |
List<Variable> |
getVariables(Where where) |
protected void |
log(Query root) |
createDelete, createInsert, createSelect, createSelect, createSelectForUpdate, createUpdate, execute, executeInsert, fetch, fetch, fetch, fetchRow, fetchRowMap, getQualifiedPhysicalName, hasUpdatablePropertiespublic PlasmaDataGraph[] find(Query query, Timestamp snapshotDate)
find in interface QueryDispatcherpublic PlasmaDataGraph[] find(Query query, int requestMax, Timestamp snapshotDate)
find in interface QueryDispatcherpublic int count(Query query)
count in interface QueryDispatcherquery - the Query Object Model (QOM) querypublic void close()
close in interface QueryDispatcherprotected void log(Query root)
Copyright © 2018. All rights reserved.