Package | Description |
---|---|
oracle.pg.rdbms |
This package contains the APIs specific to the property graph support on Oracle Database.
|
oracle.pgx.api |
This package contains the main Java APIs.
|
oracle.pgx.api.admin |
This package contains the administrative interfaces of PGX.
|
Modifier and Type | Method and Description |
---|---|
static ServerInstance |
GraphServer.getEmbeddedInstance()
Connects to an embedded graph server.
|
static ServerInstance |
GraphServer.getInstance(ClientConfig clientConfig, java.lang.String username, char[] password)
Connects to a remote graph server
|
static ServerInstance |
GraphServer.getInstance(java.lang.String baseUrl, java.lang.String username, char[] password)
Connects to a remote graph server
|
Modifier and Type | Method and Description |
---|---|
static ServerInstance |
Pgx.getInstance()
Get a handle to a PGX instance using
Pgx.getDefaultUrl() . |
static ServerInstance |
Pgx.getInstance(ClientConfig config)
Get a handle to a PGX instance.
|
static ServerInstance |
Pgx.getInstance(java.lang.String baseUrl)
Get a handle to a PGX instance.
|
static ServerInstance |
Pgx.getInstance(java.lang.String baseUrl, java.lang.String token)
Get a handle to a PGX instance, providing the token for authentication.
|
static ServerInstance |
Pgx.getInstance(java.lang.String baseUrl, java.lang.String username, java.lang.String password)
Get a handle to a PGX instance.
|
ServerInstance |
PgxGraph.getPgxInstance()
Gets the server instance.
|
ServerInstance |
PgxSession.getServerInstance()
Gets the server instance.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
StartupLogging.createVersionInfoString(java.util.function.Function<java.lang.String,java.lang.String> highlighter, java.lang.String shellVersion, ServerInstance instance) |
Copyright © 2010, 2020 Oracle and/or its affiliates. All Rights Reserved.