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