public interface JdbcVersionSupport
Modifier and Type | Method and Description |
---|---|
java.sql.BatchUpdateException |
createBatchUpdateException(java.lang.String reason,
java.lang.String SQLState,
int vendorCode,
long[] updateCounts,
java.lang.Throwable cause)
Constructs a
BatchUpdateException . |
java.sql.BatchUpdateException createBatchUpdateException(java.lang.String reason, java.lang.String SQLState, int vendorCode, long[] updateCounts, java.lang.Throwable cause)
BatchUpdateException
.
For JDBC versions < 4.2, the updateCounts
can be converted to integers without taking overflow into
account.
reason
- A description of the errorSQLState
- SQL state of the errorvendorCode
- Vendor specific error code (use 0
if there is no specific error code)updateCounts
- An array of long
update countscause
- Underlying cause (may be null
).Copyright © 2001-2021 Jaybird (Firebird JDBC/JCA) team. All rights reserved.