14.1.1 Large update counts
HADB supports the following methods that handle the updated row count of update SQL statements as long values.
- PreparedStatement interface
-
-
executeLargeUpdate
-
- Statement interface
-
-
getLargeUpdateCount
-
setLargeMaxRows
-
getLargeMaxRows
-
executeLargeBatch
-
executeLargeUpdate
-
Use these methods when executing the following SQL statements if the number of updated rows might exceed Integer.MAX_VALUE:
-
UPDATE
-
INSERT
-
DELETE