PgqlResultSet |
PgqlExecution.executeQuery() |
Translates this instance's PGQL statement into a SQL statement
and executes the SQL against this instance's property graph.
|
PgqlResultSet |
PgqlExecution.executeQuery(int timeout,
int parallel,
int dynamicSampling,
int maxResults,
java.lang.String options) |
Translates this instance's PGQL statement into a SQL statement
and executes the SQL against this instance's property graph.
|
PgqlResultSet |
PgqlExecution.executeQuery(java.lang.String pgql,
int timeout,
int parallel,
int dynamicSampling,
int maxResults,
java.lang.String options) |
Translates this instance's PGQL statement into a SQL statement
and executes the SQL against this instance's property graph.
|
PgqlResultSet |
PgqlExecution.executeQuery(java.lang.String pgql,
java.lang.String options) |
Translates this instance's PGQL statement into a SQL statement
and executes the SQL against this instance's property graph.
|
PgqlResultSet |
PgqlPreparedStatement.executeQuery() |
Translates this instance's PGQL statement into a SQL statement
and executes the SQL against this instance's property graph.
|
PgqlResultSet |
PgqlPreparedStatement.executeQuery(int timeout,
int parallel,
int dynamicSampling,
int maxResults,
java.lang.String options) |
Translates this instance's PGQL statement into a SQL statement
and executes the SQL against this instance's property graph.
|
default PgqlResultSet |
PgqlStatement.executeQuery(java.lang.String pgql) |
Translates this instance's PGQL statement into a SQL statement
and executes the SQL against this instance's property graph.
|
PgqlResultSet |
PgqlStatement.executeQuery(java.lang.String pgql,
int timeout,
int parallel,
int dynamicSampling,
int maxResults,
java.lang.String options) |
Translates this instance's PGQL statement into a SQL statement
and executes the SQL against this instance's property graph.
|
PgqlResultSet |
PgqlStatement.executeQuery(java.lang.String pgql,
java.lang.String options) |
Translates this instance's PGQL statement into a SQL statement
and executes the SQL against this instance's property graph.
|
PgqlResultSet |
PgqlExecution.getResultSet() |
Returns the current result as a PgqlResultSet object.
|
PgqlResultSet |
PgqlStatement.getResultSet() |
Returns the current result as a PgqlResultSet object.
|
PgqlResultSet |
PgqlResultSet.print() |
Prints all results to System.out .
|
default PgqlResultSet |
PgqlResultSet.print(long numResults) |
Prints numResults results to System.out .
|
default PgqlResultSet |
PgqlResultSet.print(long numResults,
int from) |
Prints numResults results from from th result to System.out .
|
PgqlResultSet |
PgqlResultSet.print(java.io.PrintStream printStream,
long numResults,
int from) |
|