| Package | Description |
|---|---|
| com.mysql.cj | |
| com.mysql.cj.jdbc |
| Modifier and Type | Class and Description |
|---|---|
class |
CancelQueryTaskImpl
Thread used to implement query timeouts...Eventually we could be more
efficient and have one thread with timers, but this is a straightforward
and simple way to implement a feature that isn't used all that often.
|
| Modifier and Type | Method and Description |
|---|---|
CancelQueryTask |
Query.startQueryTimer(Query stmtToCancel,
int timeout) |
CancelQueryTask |
AbstractQuery.startQueryTimer(Query stmtToCancel,
int timeout) |
| Modifier and Type | Method and Description |
|---|---|
void |
Query.stopQueryTimer(CancelQueryTask timeoutTask,
boolean rethrowCancelReason,
boolean checkCancelTimeout) |
void |
AbstractQuery.stopQueryTimer(CancelQueryTask timeoutTask,
boolean rethrowCancelReason,
boolean checkCancelTimeout) |
| Modifier and Type | Method and Description |
|---|---|
CancelQueryTask |
StatementImpl.startQueryTimer(Query stmtToCancel,
int timeout) |
| Modifier and Type | Method and Description |
|---|---|
void |
StatementImpl.stopQueryTimer(CancelQueryTask timeoutTask,
boolean rethrowCancelReason,
boolean checkCancelTimeout) |