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.readGraphByNameAsync(String, GraphSource, ReadGraphOption...) . |
PgxGraph |
PgxSession.readGraphByName(java.lang.String name, GraphSource source, ReadGraphOption... options)
Blocking version of
PgxSession.readGraphByNameAsync(String, GraphSource, ReadGraphOption...) . |
PgxFuture<PgxGraph> |
PgxSession.readGraphByNameAsync(java.lang.String name, GraphSource source)
Reads a graph identified by the given name into memory.
|
PgxFuture<PgxGraph> |
PgxSession.readGraphByNameAsync(java.lang.String name, GraphSource source, ReadGraphOption... options)
Reads a graph identified by the given name into memory.
|