Пример #1
0
  public int getResultSetHoldability() throws SQLException {

    return resultSet.getHoldability();
  }
Пример #2
0
  public int getResultSetType() throws SQLException {

    return resultSet.getType();
  }
Пример #3
0
  public int getResultSetConcurrency() throws SQLException {

    return resultSet.getConcurrency();
  }