コード例 #1
0
 public final int getMaxRows() {
   return AvaticaUtils.toSaturatedInt(getLargeMaxRows());
 }
コード例 #2
0
 public int getUpdateCount() throws SQLException {
   return AvaticaUtils.toSaturatedInt(updateCount);
 }
コード例 #3
0
 public final int executeUpdate(String sql) throws SQLException {
   return AvaticaUtils.toSaturatedInt(executeLargeUpdate(sql));
 }