public interface MysqlConnection
| Modifier and Type | Method | Description |
|---|---|---|
void |
checkClosed() |
|
void |
cleanup(Throwable whyCleanedUp) |
Destroys this connection and any underlying resources.
|
void |
createNewIO(boolean isForReconnect) |
Creates an IO channel to the server.
|
Lock |
getConnectionLock() |
|
ExceptionInterceptor |
getExceptionInterceptor() |
|
long |
getId() |
|
Properties |
getProperties() |
Returns the parsed and passed in properties for this connection.
|
PropertySet |
getPropertySet() |
|
ServerSessionStateController |
getServerSessionStateController() |
|
Session |
getSession() |
|
String |
getURL() |
|
String |
getUser() |
PropertySet getPropertySet()
void createNewIO(boolean isForReconnect)
isForReconnect - is this request for a re-connectlong getId()
Properties getProperties()
PropertiesLock getConnectionLock()
Session getSession()
String getURL()
String getUser()
ExceptionInterceptor getExceptionInterceptor()
void checkClosed()
void cleanup(Throwable whyCleanedUp)
whyCleanedUp - exception caused the connection clean upServerSessionStateController getServerSessionStateController()