org.postgresql.pljava.jdbc
Class SyntheticResultSet
- ResultSet
public class SyntheticResultSet
extends org.postgresql.pljava.jdbc.ResultSetBase
A Synthetic ResultSet that provides direct access to data stored
in a java.util.ArrayList
. This kind of ResultSet has nothing
common with any statement.
absolute , afterLast , beforeFirst , close , first , getFetchDirection , getFetchSize , getRow , getType , isAfterLast , isBeforeFirst , isFirst , last , previous , relative , setFetchDirection , setFetchSize |
cancelRowUpdates , deleteRow , getConcurrency , insertRow , moveToCurrentRow , moveToInsertRow , rowDeleted , rowInserted , rowUpdated , updateObject , updateObject , updateRow |
clearWarnings , getArray , getAsciiStream , getBigDecimal , getBigDecimal , getBinaryStream , getBlob , getBoolean , getByte , getBytes , getCharacterStream , getClob , getDate , getDate , getDouble , getFloat , getInt , getLong , getMetaData , getNumber , getObject , getObject , getObjectValue , getObjectValue , getRef , getShort , getString , getTime , getTime , getTimestamp , getTimestamp , getURL , getUnicodeStream , getValue , getValue , getWarnings , refreshRow , updateArray , updateAsciiStream , updateBigDecimal , updateBinaryStream , updateBlob , updateBoolean , updateByte , updateBytes , updateCharacterStream , updateClob , updateDate , updateDouble , updateFloat , updateInt , updateLong , updateNull , updateRef , updateShort , updateString , updateTime , updateTimestamp , wasNull |
getArray , getAsciiStream , getBigDecimal , getBigDecimal , getBinaryStream , getBlob , getBoolean , getByte , getBytes , getCharacterStream , getClob , getCursorName , getDate , getDate , getDouble , getFloat , getInt , getLong , getObject , getObject , getRef , getShort , getStatement , getString , getTime , getTime , getTimestamp , getTimestamp , getURL , getUnicodeStream , updateArray , updateAsciiStream , updateBigDecimal , updateBinaryStream , updateBlob , updateBoolean , updateByte , updateBytes , updateCharacterStream , updateClob , updateDate , updateDouble , updateFloat , updateInt , updateLong , updateNull , updateObject , updateObject , updateRef , updateShort , updateString , updateTime , updateTimestamp |
close
public void close()
throws SQLException
- close in interface org.postgresql.pljava.jdbc.ResultSetBase
findColumn
public int findColumn(String columnName)
throws SQLException
getCurrentRow
protected final Object[] getCurrentRow()
throws SQLException
isLast
public boolean isLast()
throws SQLException
next
public boolean next()
throws SQLException
Copyright (c) 2003, 2004, 2005 TADA AB - Taby Sweden. \
Distributed under the terms shown in COPYRIGHT