Package | Description |
---|---|
oracle.pgx.api |
This package contains the main Java APIs.
|
Modifier and Type | Method and Description |
---|---|
PgxPreparedStatement |
PgxGraph.preparePgql(java.lang.String pgqlString)
Blocking version of
PgxGraph.preparePgql(String) . |
PgxPreparedStatement |
PgxSession.preparePgql(java.lang.String pgqlString)
Blocking version of
PgxSession.preparePgql(String) . |
Modifier and Type | Method and Description |
---|---|
PgxFuture<PgxPreparedStatement> |
PgxGraph.preparePgqlAsync(java.lang.String pgqlString)
Prepares a pattern matching select only query.
|
PgxFuture<PgxPreparedStatement> |
PgxSession.preparePgqlAsync(java.lang.String pgqlString)
Prepares a pattern matching query with a FROM-statements.
|
Copyright © 2015 - 2020 Oracle and/or its affiliates. All Rights Reserved.