- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for addBatch (0.05 sec)
-
src/main/java/org/codelibs/core/sql/PreparedStatementUtil.java
* @throws SQLRuntimeException * {@link SQLException}が発生した場合 */ public static void addBatch(final PreparedStatement ps) throws SQLRuntimeException { assertArgumentNotNull("ps", ps); try { ps.addBatch(); } catch (final SQLException ex) { throw new SQLRuntimeException(ex); } }
Registered: Fri Nov 01 20:58:10 UTC 2024 - Last Modified: Thu Mar 07 01:59:08 UTC 2024 - 3.9K bytes - Viewed (0)