Searched defs:batchingCount (Results 1 - 1 of 1) sorted by relevance

/forgerock/openidm-v4/openidm-repo-jdbc/src/main/java/org/forgerock/openidm/repo/jdbc/impl/
H A DGenericTableHandler.java302 Integer batchingCount = 0;
305 batchingCount = writeValueProperties(fullId, dbId, localId, value, connection, propCreateStatement, batchingCount);
306 if (enableBatching && batchingCount > 0) {
333 * @param batchingCount the current number of statements that have been batched and not yet executed on the prepared statement
334 * @return status of the current batchingCount, i.e. how many statements are not yet executed in the PreparedStatement
338 PreparedStatement propCreateStatement, int batchingCount) throws SQLException {
345 batchingCount = writeValueProperties(fullId, dbId, localId, entry, connection, propCreateStatement, batchingCount);
367 batchingCount
337 writeValueProperties(String fullId, long dbId, String localId, JsonValue value, Connection connection, PreparedStatement propCreateStatement, int batchingCount) argument
[all...]

Completed in 30 milliseconds