| Package | Description |
|---|---|
| com.mysql.cj.xdevapi |
Java classes for X DevAPI support.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SqlResult
A result from a SQL statement which may have several sets of data following by a DML result.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InsertResultImpl
A result from a statement that doesn't return a set of rows.
|
class |
SqlMultiResult
SqlResult representing a multiple result sets. |
class |
SqlSingleResult
SqlResult representing a single result set. |
class |
SqlUpdateResult
SqlResult for insert, update, delete and DDL statements. |
| Modifier and Type | Method and Description |
|---|---|
InsertResult |
InsertResultBuilder.build() |
InsertResult |
InsertStatementImpl.execute() |
| Modifier and Type | Method and Description |
|---|---|
java.util.concurrent.CompletableFuture<InsertResult> |
InsertStatementImpl.executeAsync() |