public interface JdbcVersionSupport
Modifier and Type | Method and Description |
---|---|
BatchUpdateException |
createBatchUpdateException(String reason,
String SQLState,
int vendorCode,
long[] updateCounts,
Throwable cause)
Constructs a
BatchUpdateException . |
BatchUpdateException createBatchUpdateException(String reason, String SQLState, int vendorCode, long[] updateCounts, 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-2015 Jaybird (Firebird JDBC/JCA) team. All rights reserved.