Package | Description |
---|---|
oracle.pg.rdbms.pgql |
This package contains the APIs for executing PGQL on Oracle Database.
|
Modifier and Type | Class and Description |
---|---|
class |
PgqlResultSetImpl
This class provides a ResultSet for a PGQL query execution.
|
Modifier and Type | Method and Description |
---|---|
default PgqlResultSet |
PgqlPreparedStatement.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 |
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.
|
PgqlResultSet |
PgqlExecution.executeQuery(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(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,
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 |
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.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 |
PgqlStatement.getResultSet()
Returns the current result as a PgqlResultSet object.
|
PgqlResultSet |
PgqlExecution.getResultSet()
Returns the current result as a PgqlResultSet object.
|
PgqlResultSet |
PgqlResultSetImpl.print()
Prints all results to
System.out . |
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 |
PgqlResultSetImpl.print(java.io.PrintStream printStream,
long numResults,
int from)
Same as
print(long, int) except that this method prints content to printStream . |
PgqlResultSet |
PgqlResultSet.print(java.io.PrintStream printStream,
long numResults,
int from)
Same as
print(long, int) except that this method prints content to printStream . |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<PgqlResultSet> |
PgqlResultSetImpl.iterator()
Returns an iterator for this query result
|
Copyright © 2015 - 2020 Oracle and/or its affiliates. All Rights Reserved.