232233234235236237238
public void rollback() throws SQLException { throw new NotImplementedException(); } public void rollback(Savepoint s) throws SQLException { throw new NotImplementedException(); }
237238239240241242243
throw new NotImplementedException(); } public void rowSetPopulated(RowSetEvent event, int numRows) throws SQLException { throw new NotImplementedException(); }
241242243244245246247
throws SQLException { throw new NotImplementedException(); } public void setKeyColumns(int[] keys) throws SQLException { throw new NotImplementedException(); }
249250251252253254255
public void setMetaData(RowSetMetaData md) throws SQLException { this.meta = md; } public void setOriginalRow() throws SQLException { throw new NotImplementedException(); }
280281282283284285286
public int size() { return rows.size(); } public Collection<?> toCollection() throws SQLException { throw new NotImplementedException(); }
284285286287288289290
public Collection<?> toCollection() throws SQLException { throw new NotImplementedException(); } public Collection<?> toCollection(int column) throws SQLException { throw new NotImplementedException(); }
288289290291292293294
public Collection<?> toCollection(int column) throws SQLException { throw new NotImplementedException(); } public Collection<?> toCollection(String column) throws SQLException { throw new NotImplementedException(); }
292293294295296297298
public Collection<?> toCollection(String column) throws SQLException { throw new NotImplementedException(); } public void undoDelete() throws SQLException { throw new NotImplementedException(); }
296297298299300301302
public void undoDelete() throws SQLException { throw new NotImplementedException(); } public void undoInsert() throws SQLException { throw new NotImplementedException(); }
300301302303304305306
public void undoInsert() throws SQLException { throw new NotImplementedException(); } public void undoUpdate() throws SQLException { throw new NotImplementedException(); }