|
Oracle JDBC API Reference 11g Release 2 ("11.2.0.3.0") |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OracleResultSetCache
Oracle result set cache interface.
Method Summary | |
---|---|
void |
clear()
Remove all data from the cache. |
void |
close()
Close the cache. |
java.lang.Object |
get(int row,
int column)
Return the data stored in the row-th row and column-th column. |
void |
put(int row,
int column,
java.lang.Object value)
Save the data in the row-th row and column-th column. |
void |
remove(int row)
Remove the row-th row. |
void |
remove(int row,
int column)
Remove the data stored in row-th row and column-th column |
Method Detail |
---|
void put(int row, int column, java.lang.Object value) throws java.io.IOException
row
- column
- value
-
java.io.IOException
java.lang.Object get(int row, int column) throws java.io.IOException
row
- column
-
java.io.IOException
void remove(int row) throws java.io.IOException
row
-
java.io.IOException
void remove(int row, int column) throws java.io.IOException
row
- column
-
java.io.IOException
void clear() throws java.io.IOException
java.io.IOException
void close() throws java.io.IOException
java.io.IOException
|
Oracle JDBC API Reference 11g Release 2 ("11.2.0.3.0") |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |