public interface Dialect
| Modifier and Type | Method and Description |
|---|---|
int |
getDefaultPort() |
java.util.List<java.lang.String> |
getDialectUpdateCandidates() |
ExceptionHandler |
getExceptionHandler() |
java.util.EnumSet<FailoverRestriction> |
getFailoverRestrictions() |
java.lang.String |
getHostAliasQuery() |
@Nullable Pair<java.lang.String,java.lang.String> |
getHostId(java.sql.Connection connection) |
HostListProviderSupplier |
getHostListProviderSupplier() |
HostRole |
getHostRole(java.sql.Connection connection) |
java.lang.String |
getServerVersionQuery() |
boolean |
isDialect(java.sql.Connection connection) |
void |
prepareConnectProperties(@NonNull java.util.Properties connectProperties,
@NonNull java.lang.String protocol,
@NonNull HostSpec hostSpec) |
boolean isDialect(java.sql.Connection connection)
int getDefaultPort()
java.util.List<java.lang.String> getDialectUpdateCandidates()
ExceptionHandler getExceptionHandler()
HostListProviderSupplier getHostListProviderSupplier()
java.lang.String getHostAliasQuery()
void prepareConnectProperties(@NonNull java.util.Properties connectProperties,
@NonNull java.lang.String protocol,
@NonNull HostSpec hostSpec)
java.util.EnumSet<FailoverRestriction> getFailoverRestrictions()
java.lang.String getServerVersionQuery()
HostRole getHostRole(java.sql.Connection connection) throws java.sql.SQLException
java.sql.SQLException@Nullable Pair<java.lang.String,java.lang.String> getHostId(java.sql.Connection connection) throws java.sql.SQLException
java.sql.SQLException