com.mysql.jdbc
class StatementImpl.CancelTask extends java.util.TimerTask
Modifier and Type | Field and Description |
---|---|
(package private) java.sql.SQLException |
caughtWhileCancelling |
(package private) long |
connectionId |
(package private) java.util.Properties |
origConnProps |
(package private) java.lang.String |
origConnURL |
(package private) java.lang.String |
origHost |
(package private) StatementImpl |
toCancel |
Constructor and Description |
---|
StatementImpl.CancelTask(StatementImpl cancellee) |
Modifier and Type | Method and Description |
---|---|
void |
run() |
long connectionId
java.lang.String origHost
java.sql.SQLException caughtWhileCancelling
StatementImpl toCancel
java.util.Properties origConnProps
java.lang.String origConnURL
StatementImpl.CancelTask(StatementImpl cancellee) throws java.sql.SQLException
java.sql.SQLException