| Package | Description |
|---|---|
| oracle.pgx.api |
This package contains the main Java APIs.
|
| Modifier and Type | Field and Description |
|---|---|
static GraphSource |
GraphSource.PG_VIEW |
| Modifier and Type | Method and Description |
|---|---|
PgxGraph |
PgxSession.readGraphByName(java.lang.String name, GraphSource source)
Blocking version of
PgxSession.readGraphByName(String, GraphSource). |
PgxFuture<PgxGraph> |
PgxSession.readGraphByNameAsync(java.lang.String name, GraphSource source)
Reads a graph identified by the given name into memory.
|