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) . |
Modifier and Type | Method and Description |
---|---|
PgxFuture<PgxPreparedStatement> |
PgxGraph.preparePgqlAsync(java.lang.String pgqlString)
Prepares a pattern matching query.
|
Copyright © 2016, 2018 Oracle and/or its affiliates. All Rights Reserved.