Package | Description |
---|---|
oracle.pg.rdbms.pgql |
This package contains the APIs for executing PGQL on Oracle Database.
|
Modifier and Type | Class and Description |
---|---|
class |
PgqlExecution
This class implements the
PgqlStatement and
PgqlPreparedStatement interfaces for executing
PGQL queries against graphs stored in Oracle Database. |
Modifier and Type | Method and Description |
---|---|
PgqlPreparedStatement |
PgqlConnection.prepareStatement(java.lang.String pgql)
Creates a new PgqlPreparedStatement object, which represents a
pre-compiled PGQL statement.
|
PgqlPreparedStatement |
PgqlConnection.prepareStatement(java.lang.String pgql,
int timeout,
int parallel,
int dynamicSampling,
int maxResults,
java.lang.String matchOptions,
java.lang.String options)
Creates a new PgqlPreparedStatement object, which represents a
pre-compiled PGQL statement.
|
PgqlPreparedStatement |
PgqlConnection.prepareStatement(java.lang.String pgql,
java.lang.String matchOptions,
java.lang.String options)
Creates a new PgqlPreparedStatement object, which represents a
pre-compiled PGQL statement.
|