| Constructor and Description |
|---|
RdsMultiAzDbClusterPgDialect() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
getDialectUpdateCandidates() |
ExceptionHandler |
getExceptionHandler() |
HostListProviderSupplier |
getHostListProvider() |
boolean |
isDialect(java.sql.Connection connection) |
getDefaultPort, getFailoverRestrictions, getHostAliasQuery, getServerVersionQuery, prepareConnectPropertiespublic ExceptionHandler getExceptionHandler()
getExceptionHandler in interface DialectgetExceptionHandler in class PgDialectpublic boolean isDialect(java.sql.Connection connection)
public java.util.List<java.lang.String> getDialectUpdateCandidates()
getDialectUpdateCandidates in interface DialectgetDialectUpdateCandidates in class PgDialectpublic HostListProviderSupplier getHostListProvider()
getHostListProvider in interface DialectgetHostListProvider in class PgDialect