Esempio n. 1
0
 public final int getMaxRows() {
   return AvaticaUtils.toSaturatedInt(getLargeMaxRows());
 }
Esempio n. 2
0
 public int getUpdateCount() throws SQLException {
   return AvaticaUtils.toSaturatedInt(updateCount);
 }
Esempio n. 3
0
 public final int executeUpdate(String sql) throws SQLException {
   return AvaticaUtils.toSaturatedInt(executeLargeUpdate(sql));
 }