⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 oracle.jdbc.driver.oracleresultsetcache.html

📁 Oracle JDBC 的javaDoc
💻 HTML
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"><!--NewPage--><html><head><!-- Generated by javadoc on Thu Dec 02 03:30:11 PST 1999 --><title>  Interface oracle.jdbc.driver.OracleResultSetCache</title></head><body><a name="_top_"></a><pre><a href="packages.html">All Packages</a>  <a href="tree.html">Class Hierarchy</a>  <a href="Package-oracle.jdbc.driver.html">This Package</a>  <a href="oracle.jdbc.driver.ClientDataSupport.html#_top_">Previous</a>  <a href="Package-oracle.jdbc.driver.html">Next</a>  <a href="AllNames.html">Index</a></pre><hr><h1>  Interface oracle.jdbc.driver.OracleResultSetCache</h1><dl>  <dt> public interface <b>OracleResultSetCache</b></dl><hr><a name="index"></a><h2>  <img src="images/method-index.gif" width=207 height=38 alt="Method Index"></h2><dl>  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">	<a href="#clear()"><b>clear</b></a>()  <dd> Remove all data from the cache.  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">	<a href="#close()"><b>close</b></a>()  <dd> Close the cache.  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">	<a href="#get(int, int)"><b>get</b></a>(int, int)  <dd> Return the data stored in the i-th row and j-th column.  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">	<a href="#put(int, int, java.lang.Object)"><b>put</b></a>(int, int, Object)  <dd> Save the data in the i-th row and j-th column.  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">	<a href="#remove(int)"><b>remove</b></a>(int)  <dd> Remove the i-th row.  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">	<a href="#remove(int, int)"><b>remove</b></a>(int, int)  <dd> Remove the data stored in i-th row and j-th column</dl><a name="methods"></a><h2>  <img src="images/methods.gif" width=151 height=38 alt="Methods"></h2><a name="put(int, int, java.lang.Object)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="put"><b>put</b></a><pre> public abstract void put(int i,                          int j,                          Object value) throws IOException</pre><dl>  <dd> Save the data in the i-th row and j-th column.<p></dl><a name="get(int, int)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="get"><b>get</b></a><pre> public abstract Object get(int i,                            int j) throws IOException</pre><dl>  <dd> Return the data stored in the i-th row and j-th column.<p></dl><a name="remove(int)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="remove"><b>remove</b></a><pre> public abstract void remove(int i) throws IOException</pre><dl>  <dd> Remove the i-th row.<p></dl><a name="remove(int, int)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="remove"><b>remove</b></a><pre> public abstract void remove(int i,                             int j) throws IOException</pre><dl>  <dd> Remove the data stored in i-th row and j-th column<p></dl><a name="clear()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="clear"><b>clear</b></a><pre> public abstract void clear() throws IOException</pre><dl>  <dd> Remove all data from the cache.<p></dl><a name="close()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="close"><b>close</b></a><pre> public abstract void close() throws IOException</pre><dl>  <dd> Close the cache.<p></dl><hr><pre><a href="packages.html">All Packages</a>  <a href="tree.html">Class Hierarchy</a>  <a href="Package-oracle.jdbc.driver.html">This Package</a>  <a href="oracle.jdbc.driver.ClientDataSupport.html#_top_">Previous</a>  <a href="Package-oracle.jdbc.driver.html">Next</a>  <a href="AllNames.html">Index</a></pre></body></html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -