156157158159160161162
public RowSet createShared() throws SQLException { throw new NotImplementedException(); } public void execute(Connection conn) throws SQLException { throw new NotImplementedException(); }
160161162163164165166
public void execute(Connection conn) throws SQLException { throw new NotImplementedException(); } public int[] getKeyColumns() throws SQLException { throw new NotImplementedException(); }
164165166167168169170
public int[] getKeyColumns() throws SQLException { throw new NotImplementedException(); } public ResultSet getOriginal() throws SQLException { throw new NotImplementedException(); }
171172173174175176177
public ResultSet getOriginalRow() throws SQLException { if (currentRow == null) throw new SQLException(); // ResultSet originalRow.s throw new NotImplementedException(); }
179180181182183184185
public int getPageSize() { return pageSize; } public RowSetWarning getRowSetWarnings() throws SQLException { throw new NotImplementedException(); }
191192193194195196197
public String getTableName() throws SQLException { return tableName; } public boolean nextPage() throws SQLException { throw new NotImplementedException(); }
216217218219220221222
// TODO set other meta info when necessary this.meta = rowSetMetaData; } public boolean previousPage() throws SQLException { throw new NotImplementedException(); }
220221222223224225226
public boolean previousPage() throws SQLException { throw new NotImplementedException(); } public void release() throws SQLException { throw new NotImplementedException(); }
224225226227228229230
public void release() throws SQLException { throw new NotImplementedException(); } public void restoreOriginal() throws SQLException { throw new NotImplementedException(); }
228229230231232233234
public void restoreOriginal() throws SQLException { throw new NotImplementedException(); } public void rollback() throws SQLException { throw new NotImplementedException(); }