Package | Description |
---|---|
oracle.pg.rdbms |
Modifier and Type | Method and Description |
---|---|
AdbGraphClientConfiguration |
AdbGraphClientConfiguration.AdbGraphClientConfigurationBuilder.build() |
static AdbGraphClientConfiguration |
AdbGraphClientConfiguration.fromConnection(java.sql.Connection connection,
java.lang.String password)
Creates a configuration object given a connection and the password to the
database.
|
static AdbGraphClientConfiguration |
AdbGraphClientConfiguration.fromCredentials(java.lang.String jdbcUrl,
java.lang.String username,
java.lang.String password)
Creates a configuration object given the JDBC URL, username and password to
the database.
|
AdbGraphClientConfiguration |
AdbGraphClient.getConfig()
The configuration of this client.
|
Constructor and Description |
---|
AdbGraphClient(AdbGraphClientConfiguration config)
Creates a new ADB Graph Client.
|