public final int getMaxRows() { return AvaticaUtils.toSaturatedInt(getLargeMaxRows()); }
public int getUpdateCount() throws SQLException { return AvaticaUtils.toSaturatedInt(updateCount); }
public final int executeUpdate(String sql) throws SQLException { return AvaticaUtils.toSaturatedInt(executeLargeUpdate(sql)); }