Ejemplo n.º 1
0
  public int getResultSetHoldability() throws SQLException {

    return resultSet.getHoldability();
  }
Ejemplo n.º 2
0
  public int getResultSetType() throws SQLException {

    return resultSet.getType();
  }
Ejemplo n.º 3
0
  public int getResultSetConcurrency() throws SQLException {

    return resultSet.getConcurrency();
  }