public interface MysqlConnection
| Modifier and Type | Method and 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.
|
Object |
getConnectionMutex() |
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() |
void |
normalClose() |
PropertySet getPropertySet()
void createNewIO(boolean isForReconnect)
isForReconnect - is this request for a re-connectlong getId()
Properties getProperties()
PropertiesObject getConnectionMutex()
Session getSession()
String getURL()
String getUser()
ExceptionInterceptor getExceptionInterceptor()
void checkClosed()
void normalClose()
void cleanup(Throwable whyCleanedUp)
whyCleanedUp - exception caused the connection clean upServerSessionStateController getServerSessionStateController()