| Modifier and Type | Field and Description |
|---|---|
static String |
AWS_AUTH_MODE_PROPERTY_NAME |
static String |
AWS_BASIC_CREDENTIALS_KEY |
static String |
AWS_BASIC_CREDENTIALS_SECRET |
static String |
CLUSTER_REGION |
static String |
REPLICA_POLL_INTERVAL_PROPERTY_NAME |
| Constructor and Description |
|---|
AuroraReadReplicasDriver() |
AuroraReadReplicasDriver(Supplier<ScheduledExecutorService> executorSupplier) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptsURL(String url) |
Connection |
connect(String url,
Properties properties) |
int |
getMajorVersion() |
int |
getMinorVersion() |
Logger |
getParentLogger() |
DriverPropertyInfo[] |
getPropertyInfo(String url,
Properties properties) |
boolean |
jdbcCompliant() |
public static final String AWS_AUTH_MODE_PROPERTY_NAME
public static final String AWS_BASIC_CREDENTIALS_KEY
public static final String AWS_BASIC_CREDENTIALS_SECRET
public static final String REPLICA_POLL_INTERVAL_PROPERTY_NAME
public static final String CLUSTER_REGION
public AuroraReadReplicasDriver()
public AuroraReadReplicasDriver(Supplier<ScheduledExecutorService> executorSupplier)
public boolean acceptsURL(String url) throws SQLException
acceptsURL in interface DriverSQLExceptionpublic Connection connect(String url, Properties properties) throws SQLException
connect in interface DriverSQLExceptionpublic int getMajorVersion()
getMajorVersion in interface Driverpublic int getMinorVersion()
getMinorVersion in interface Driverpublic Logger getParentLogger()
getParentLogger in interface Driverpublic DriverPropertyInfo[] getPropertyInfo(String url, Properties properties)
getPropertyInfo in interface Driverpublic boolean jdbcCompliant()
jdbcCompliant in interface DriverCopyright © 2021. All rights reserved.