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.
|