@PublicEvolving public class JdbcConnectionOptions extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
JdbcConnectionOptions.JdbcConnectionOptionsBuilder
Builder for
JdbcConnectionOptions. |
| Modifier and Type | Field and Description |
|---|---|
protected int |
connectionCheckTimeoutSeconds |
protected String |
driverName |
protected String |
password |
protected String |
url |
protected String |
username |
| Modifier | Constructor and Description |
|---|---|
protected |
JdbcConnectionOptions(String url,
String driverName,
String username,
String password,
int connectionCheckTimeoutSeconds) |
| Modifier and Type | Method and Description |
|---|---|
int |
getConnectionCheckTimeoutSeconds() |
String |
getDbURL() |
String |
getDriverName() |
Optional<String> |
getPassword() |
Optional<String> |
getUsername() |
protected final String url
protected final int connectionCheckTimeoutSeconds
Copyright © 2022–2024 The Apache Software Foundation. All rights reserved.