| Package | Description |
|---|---|
| oracle.pgx.api |
This package contains the main Java APIs.
|
| Modifier and Type | Method and Description |
|---|---|
PgxPreparedStatement |
PgxSession.preparePgql(java.lang.String pgqlString)
Blocking version of
PgxSession.preparePgqlAsync(String). |
PgxPreparedStatement |
PgxGraph.preparePgql(java.lang.String pgqlString)
Blocking version of
PgxGraph.preparePgql(String). |
| Modifier and Type | Method and Description |
|---|---|
PgxFuture<PgxPreparedStatement> |
PgxSession.preparePgqlAsync(java.lang.String pgqlString)
Prepares a pattern matching query with a ON-clause.
|
PgxFuture<PgxPreparedStatement> |
PgxGraph.preparePgqlAsync(java.lang.String pgqlString)
Prepares a PGQL query.
|