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