public interface Connection extends CommandScheduler
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Connection.Holder |
| Modifier and Type | Method and Description |
|---|---|
void |
close(Connection.Holder holder,
Promise<Void> promise) |
DatabaseMetadata |
getDatabaseMetaData() |
int |
getProcessId() |
int |
getSecretKey() |
void |
init(Connection.Holder holder) |
default boolean |
isIndeterminatePreparedStatementError(Throwable error) |
boolean |
isSsl() |
scheduledefault boolean isIndeterminatePreparedStatementError(Throwable error)
true when error is an indeterminate data type reported when preparing a statementvoid init(Connection.Holder holder)
boolean isSsl()
DatabaseMetadata getDatabaseMetaData()
void close(Connection.Holder holder, Promise<Void> promise)
int getProcessId()
int getSecretKey()
Copyright © 2021. All rights reserved.