| Package | Description |
|---|---|
| com.mysql.cj | |
| com.mysql.cj.jdbc |
| Modifier and Type | Field and Description |
|---|---|
private Query.CancelStatus |
AbstractQuery.cancelStatus |
| Modifier and Type | Method and Description |
|---|---|
static Query.CancelStatus |
Query.CancelStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Query.CancelStatus[] |
Query.CancelStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Query.setCancelStatus(Query.CancelStatus cs) |
void |
AbstractQuery.setCancelStatus(Query.CancelStatus cs) |
| Modifier and Type | Method and Description |
|---|---|
void |
StatementImpl.setCancelStatus(Query.CancelStatus cs) |