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 sqle,
CmdInformation cmdInformation,
int size,
boolean rewritten) |
private java.sql.BatchUpdateException |
MariaDbStatement.executeLargeBatchExceptionEpilogue(java.sql.SQLException exception,
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) |