| java.lang.Object org.lateralnz.c3d.DCResultSet
DCResultSet | public class DCResultSet implements ResultSet,Serializable,Constants(Code) | | a resultset object to use in the cache. All operations related to updating the contents
of this resultset are unsupported. See individual methods for details
|
Method Summary | |
public boolean | absolute(int param) | public void | afterLast() | public void | beforeFirst() | public void | cancelRowUpdates() | public void | clearWarnings() | public void | close() | public void | deleteRow() | public int | findColumn(String str) | public boolean | first() | public Array | getArray(int param) | public Array | getArray(String str) | public InputStream | getAsciiStream(int param) | public InputStream | getAsciiStream(String str) | public BigDecimal | getBigDecimal(int param) | public BigDecimal | getBigDecimal(String str) | public BigDecimal | getBigDecimal(int param, int param1) | public BigDecimal | getBigDecimal(String str, int param) | public InputStream | getBinaryStream(int param) | public InputStream | getBinaryStream(String str) | public Blob | getBlob(int param) | public Blob | getBlob(String str) | public boolean | getBoolean(int param) | public boolean | getBoolean(String str) | public byte | getByte(int param) | public byte | getByte(String str) | public byte[] | getBytes(int param) | public byte[] | getBytes(String str) | public Reader | getCharacterStream(int param) | public Reader | getCharacterStream(String str) | public Clob | getClob(int param) | public Clob | getClob(String str) | public int | getConcurrency() | public String | getCursorName() | public Date | getDate(int param) | public Date | getDate(String str) | public Date | getDate(int param, java.util.Calendar calendar) | public Date | getDate(String str, java.util.Calendar calendar) | public double | getDouble(int param) | public double | getDouble(String str) | public int | getFetchDirection() | public int | getFetchSize() | public float | getFloat(int param) | public float | getFloat(String str) | public int | getInt(int param) | public int | getInt(String str) | public long | getLong(int param) | public long | getLong(String str) | public ResultSetMetaData | getMetaData() | public Object | getObject(int param) | public Object | getObject(String str) | public Object | getObject(int param, java.util.Map map) | public Object | getObject(String str, java.util.Map map) | public Ref | getRef(int param) | public Ref | getRef(String str) | public int | getRow() | public int | getRowCount() | public short | getShort(int param) | public short | getShort(String str) | public Statement | getStatement() | public String | getString(int param) | public String | getString(String str) | public Time | getTime(int param) | public Time | getTime(String str) | public Time | getTime(int param, java.util.Calendar calendar) | public Time | getTime(String str, java.util.Calendar calendar) | public Timestamp | getTimestamp(int param) | public Timestamp | getTimestamp(String str) | public Timestamp | getTimestamp(int param, java.util.Calendar calendar) | public Timestamp | getTimestamp(String str, java.util.Calendar calendar) | public int | getType() | public URL | getURL(int param) | public URL | getURL(String str) | public InputStream | getUnicodeStream(String str) | public InputStream | getUnicodeStream(int param) | public SQLWarning | getWarnings() | public void | insertRow() | public boolean | isAfterLast() | public boolean | isBeforeFirst() | public boolean | isFirst() | public boolean | isLast() | public boolean | last() | public void | moveToCurrentRow() | public void | moveToInsertRow() | public boolean | next() | public boolean | previous() | public void | refreshRow() | public boolean | relative(int param) | public boolean | rowDeleted() | public boolean | rowInserted() | public boolean | rowUpdated() | public void | setFetchDirection(int param) | public void | setFetchSize(int param) | public void | updateArray(String str, Array array) | public void | updateArray(int param, Array array) | public void | updateAsciiStream(String str, InputStream inputStream, int param) | public void | updateAsciiStream(int param, InputStream inputStream, int param2) | public void | updateBigDecimal(String str, BigDecimal bigDecimal) | public void | updateBigDecimal(int param, BigDecimal bigDecimal) | public void | updateBinaryStream(int param, InputStream inputStream, int param2) | public void | updateBinaryStream(String str, InputStream inputStream, int param) | public void | updateBlob(int param, java.sql.Blob blob) | public void | updateBlob(String str, java.sql.Blob blob) | public void | updateBoolean(int param, boolean param1) | public void | updateBoolean(String str, boolean param) | public void | updateByte(int param, byte param1) | public void | updateByte(String str, byte param) | public void | updateBytes(int param, byte[] values) | public void | updateBytes(String str, byte[] values) | public void | updateCharacterStream(int param, java.io.Reader reader, int param2) | public void | updateCharacterStream(String str, java.io.Reader reader, int param) | public void | updateClob(String str, java.sql.Clob clob) | public void | updateClob(int param, java.sql.Clob clob) | public void | updateDate(int param, Date date) | public void | updateDate(String str, Date date) | public void | updateDouble(int param, double param1) | public void | updateDouble(String str, double param) | public void | updateFloat(String str, float param) | public void | updateFloat(int param, float param1) | public void | updateInt(String str, int param) | public void | updateInt(int param, int param1) | public void | updateLong(int param, long param1) | public void | updateLong(String str, long param) | public void | updateNull(String str) | public void | updateNull(int param) | public void | updateObject(String str, Object obj) | public void | updateObject(int param, Object obj) | public void | updateObject(int param, Object obj, int param2) | public void | updateObject(String str, Object obj, int param) | public void | updateRef(int param, java.sql.Ref ref) | public void | updateRef(String str, java.sql.Ref ref) | public void | updateRow() | public void | updateShort(int param, short param1) | public void | updateShort(String str, short param) | public void | updateString(int param, String str) | public void | updateString(String str, String str1) | public void | updateTime(String str, Time time) | public void | updateTime(int param, Time time) | public void | updateTimestamp(String str, Timestamp timestamp) | public void | updateTimestamp(int param, Timestamp timestamp) | public boolean | wasNull() |
lastAccessed | protected long lastAccessed(Code) | | |
cancelRowUpdates | public void cancelRowUpdates() throws SQLException(Code) | | this operation is not supported
|
deleteRow | public void deleteRow() throws SQLException(Code) | | this operation is not supported
|
getFetchSize | public int getFetchSize() throws SQLException(Code) | | this operation is not supported
|
getRowCount | public int getRowCount()(Code) | | |
insertRow | public void insertRow() throws SQLException(Code) | | this operation is not supported
|
moveToCurrentRow | public void moveToCurrentRow() throws SQLException(Code) | | this operation is not supported
|
moveToInsertRow | public void moveToInsertRow() throws SQLException(Code) | | this operation is not supported
|
refreshRow | public void refreshRow() throws SQLException(Code) | | this operation is not supported
|
setFetchDirection | public void setFetchDirection(int param) throws SQLException(Code) | | this operation is not supported
|
setFetchSize | public void setFetchSize(int param) throws SQLException(Code) | | this operation is not supported
|
updateArray | public void updateArray(int param, Array array) throws SQLException(Code) | | this operation is not supported
|
updateAsciiStream | public void updateAsciiStream(int param, InputStream inputStream, int param2) throws SQLException(Code) | | this operation is not supported
|
updateBinaryStream | public void updateBinaryStream(int param, InputStream inputStream, int param2) throws SQLException(Code) | | this operation is not supported
|
updateBoolean | public void updateBoolean(int param, boolean param1) throws SQLException(Code) | | this operation is not supported
|
updateBoolean | public void updateBoolean(String str, boolean param) throws SQLException(Code) | | this operation is not supported
|
updateByte | public void updateByte(int param, byte param1) throws SQLException(Code) | | this operation is not supported
|
updateBytes | public void updateBytes(int param, byte[] values) throws SQLException(Code) | | this operation is not supported
|
updateDate | public void updateDate(int param, Date date) throws SQLException(Code) | | this operation is not supported
|
updateDouble | public void updateDouble(int param, double param1) throws SQLException(Code) | | this operation is not supported
|
updateDouble | public void updateDouble(String str, double param) throws SQLException(Code) | | this operation is not supported
|
updateFloat | public void updateFloat(int param, float param1) throws SQLException(Code) | | this operation is not supported
|
updateInt | public void updateInt(int param, int param1) throws SQLException(Code) | | this operation is not supported
|
updateLong | public void updateLong(int param, long param1) throws SQLException(Code) | | this operation is not supported
|
updateNull | public void updateNull(int param) throws SQLException(Code) | | this operation is not supported
|
updateObject | public void updateObject(int param, Object obj, int param2) throws SQLException(Code) | | this operation is not supported
|
updateRow | public void updateRow() throws SQLException(Code) | | this operation is not supported
|
updateShort | public void updateShort(int param, short param1) throws SQLException(Code) | | this operation is not supported
|
updateTime | public void updateTime(int param, Time time) throws SQLException(Code) | | this operation is not supported
|
|
|