public RowId getRowId(int columnIndex) throws SQLException {
   throw SQLError.notImplemented();
 }
 public int getHoldability() throws SQLException {
   throw SQLError.notImplemented();
 }