344345346347348349350
public void unsetMatchColumn(String[] columnName) throws SQLException { throw new NotImplementedException(); } public boolean absolute(int row) throws SQLException { throw new NotImplementedException(); }
348349350351352353354
public boolean absolute(int row) throws SQLException { throw new NotImplementedException(); } public void afterLast() throws SQLException { throw new NotImplementedException(); }
352353354355356357358
public void afterLast() throws SQLException { throw new NotImplementedException(); } public void beforeFirst() throws SQLException { throw new NotImplementedException(); }
356357358359360361362
public void beforeFirst() throws SQLException { throw new NotImplementedException(); } public void cancelRowUpdates() throws SQLException { throw new NotImplementedException(); }
360361362363364365366
public void cancelRowUpdates() throws SQLException { throw new NotImplementedException(); } public void clearWarnings() throws SQLException { throw new NotImplementedException(); }
364365366367368369370
public void clearWarnings() throws SQLException { throw new NotImplementedException(); } public void close() throws SQLException { throw new NotImplementedException(); }
380381382383384385386
throw new SQLException(Messages.getString("rowset.0")); } } public int findColumn(String columnName) throws SQLException { throw new NotImplementedException(); }
392393394395396397398
this.currentRow = (CachedRow) rows.get(0); return true; } public Array getArray(int columnIndex) throws SQLException { throw new NotImplementedException(); }
396397398399400401402
public Array getArray(int columnIndex) throws SQLException { throw new NotImplementedException(); } public Array getArray(String colName) throws SQLException { throw new NotImplementedException(); }
400401402403404405406
public Array getArray(String colName) throws SQLException { throw new NotImplementedException(); } public InputStream getAsciiStream(int columnIndex) throws SQLException { throw new NotImplementedException(); }