| Package | Description |
|---|---|
| com.mysql.cj.protocol.x | |
| com.mysql.cj.xdevapi |
Java classes for X DevAPI support.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Notice.XWarning |
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<Warning> |
StatementExecuteOk.warnings |
private java.util.List<Warning> |
StatementExecuteOkBuilder.warnings |
| Constructor and Description |
|---|
StatementExecuteOk(long rowsAffected,
java.lang.Long lastInsertId,
java.util.List<java.lang.String> generatedIds,
java.util.List<Warning> warnings) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Warning
A warning generated during statement execution.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WarningImpl
Warning implementation |
| Modifier and Type | Field and Description |
|---|---|
private Warning |
WarningImpl.message |
| Constructor and Description |
|---|
WarningImpl(Warning message)
Constructor.
|