コード例 #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();
  }