| Package | Description |
|---|---|
| org.mariadb.jdbc | |
| org.mariadb.jdbc.internal.com.read.dao |
| Modifier and Type | Method and Description |
|---|---|
protected java.sql.BatchUpdateException |
MariaDbStatement.executeBatchExceptionEpilogue(java.sql.SQLException initialSqle,
CmdInformation cmdInformation,
int size) |
private java.sql.BatchUpdateException |
MariaDbStatement.executeLargeBatchExceptionEpilogue(java.sql.SQLException initialException,
CmdInformation cmdInformation,
int size)
Handle Exception for large batch update (return BatchUpdateException with long[].
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmdInformationBatch |
class |
CmdInformationMultiple |
class |
CmdInformationSingle |
| Modifier and Type | Field and Description |
|---|---|
private CmdInformation |
Results.cmdInformation |
| Modifier and Type | Method and Description |
|---|---|
CmdInformation |
Results.getCmdInformation() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Results.setCmdInformation(CmdInformation cmdInformation) |