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

📄 oracle.jdbc.driver.oraclecallablestatement.html

📁 Oracle JDBC 的javaDoc
💻 HTML
📖 第 1 页 / 共 2 页
字号:
Oracle-style batching is not supported for a callable statement.This method simply returns the number of valid rows.<p>  <dd><dl>    <dt> <b>Overrides:</b>    <dd> <a href="oracle.jdbc.driver.OraclePreparedStatement.html#sendBatch()">sendBatch</a> in class <a href="oracle.jdbc.driver.OraclePreparedStatement.html#_top_">OraclePreparedStatement</a>  </dl></dd></dl><a name="registerOutParameter(int, int)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="registerOutParameter"><b>registerOutParameter</b></a><pre> public void registerOutParameter(int paramIndex,                                  int sqlType) throws SQLException</pre><a name="registerOutParameter(int, int, int)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="registerOutParameter"><b>registerOutParameter</b></a><pre> public void registerOutParameter(int paramIndex,                                  int sqlType,                                  int scale) throws SQLException</pre><a name="wasNull()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="wasNull"><b>wasNull</b></a><pre> public boolean wasNull() throws SQLException</pre><a name="getString(int)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="getString"><b>getString</b></a><pre> public String getString(int parameterIndex) throws SQLException</pre><a name="getOracleObject(int)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="getOracleObject"><b>getOracleObject</b></a><pre> public Datum getOracleObject(int parameterIndex) throws SQLException</pre><a name="getROWID(int)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="getROWID"><b>getROWID</b></a><pre> public <a href="oracle.sql.ROWID.html#_top_">ROWID</a> getROWID(int parameterIndex) throws SQLException</pre><a name="getNUMBER(int)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="getNUMBER"><b>getNUMBER</b></a><pre> public NUMBER getNUMBER(int parameterIndex) throws SQLException</pre><a name="getDATE(int)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="getDATE"><b>getDATE</b></a><pre> public DATE getDATE(int parameterIndex) throws SQLException</pre><a name="getREF(int)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="getREF"><b>getREF</b></a><pre> public <a href="oracle.sql.REF.html#_top_">REF</a> getREF(int parameterIndex) throws SQLException</pre><a name="getARRAY(int)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="getARRAY"><b>getARRAY</b></a><pre> public <a href="oracle.sql.ARRAY.html#_top_">ARRAY</a> getARRAY(int parameterIndex) throws SQLException</pre><a name="getSTRUCT(int)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="getSTRUCT"><b>getSTRUCT</b></a><pre> public <a href="oracle.sql.STRUCT.html#_top_">STRUCT</a> getSTRUCT(int parameterIndex) throws SQLException</pre><a name="getCHAR(int)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="getCHAR"><b>getCHAR</b></a><pre> public <a href="oracle.sql.CHAR.html#_top_">CHAR</a> getCHAR(int parameterIndex) throws SQLException</pre><a name="getRAW(int)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="getRAW"><b>getRAW</b></a><pre> public <a href="oracle.sql.RAW.html#_top_">RAW</a> getRAW(int parameterIndex) throws SQLException</pre><a name="getBLOB(int)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="getBLOB"><b>getBLOB</b></a><pre> public <a href="oracle.sql.BLOB.html#_top_">BLOB</a> getBLOB(int parameterIndex) throws SQLException</pre><a name="getCLOB(int)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="getCLOB"><b>getCLOB</b></a><pre> public <a href="oracle.sql.CLOB.html#_top_">CLOB</a> getCLOB(int parameterIndex) throws SQLException</pre><a name="getBFILE(int)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="getBFILE"><b>getBFILE</b></a><pre> public <a href="oracle.sql.BFILE.html#_top_">BFILE</a> getBFILE(int parameterIndex) throws SQLException</pre><a name="getBoolean(int)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="getBoolean"><b>getBoolean</b></a><pre> public boolean getBoolean(int parameterIndex) throws SQLException</pre><a name="getByte(int)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="getByte"><b>getByte</b></a><pre> public byte getByte(int parameterIndex) throws SQLException</pre><a name="getShort(int)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="getShort"><b>getShort</b></a><pre> public short getShort(int parameterIndex) throws SQLException</pre><a name="getInt(int)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="getInt"><b>getInt</b></a><pre> public int getInt(int parameterIndex) throws SQLException</pre><a name="getLong(int)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="getLong"><b>getLong</b></a><pre> public long getLong(int parameterIndex) throws SQLException</pre><a name="getFloat(int)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="getFloat"><b>getFloat</b></a><pre> public float getFloat(int parameterIndex) throws SQLException</pre><a name="getDouble(int)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="getDouble"><b>getDouble</b></a><pre> public double getDouble(int parameterIndex) throws SQLException</pre><a name="getBigDecimal(int, int)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="getBigDecimal"><b>getBigDecimal</b></a><pre> public BigDecimal getBigDecimal(int parameterIndex,                                 int scale) throws SQLException</pre><a name="getBytes(int)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="getBytes"><b>getBytes</b></a><pre> public byte[] getBytes(int parameterIndex) throws SQLException</pre><a name="getDate(int)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="getDate"><b>getDate</b></a><pre> public Date getDate(int parameterIndex) throws SQLException</pre><a name="getTime(int)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="getTime"><b>getTime</b></a><pre> public Time getTime(int parameterIndex) throws SQLException</pre><a name="getTimestamp(int)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="getTimestamp"><b>getTimestamp</b></a><pre> public Timestamp getTimestamp(int parameterIndex) throws SQLException</pre><a name="getAsciiStream(int)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="getAsciiStream"><b>getAsciiStream</b></a><pre> public InputStream getAsciiStream(int parameterIndex) throws SQLException</pre><a name="getUnicodeStream(int)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="getUnicodeStream"><b>getUnicodeStream</b></a><pre> public InputStream getUnicodeStream(int parameterIndex) throws SQLException</pre><a name="getBinaryStream(int)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="getBinaryStream"><b>getBinaryStream</b></a><pre> public InputStream getBinaryStream(int parameterIndex) throws SQLException</pre><a name="getObject(int)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="getObject"><b>getObject</b></a><pre> public Object getObject(int parameterIndex) throws SQLException</pre><a name="getCustomDatum(int, oracle.sql.CustomDatumFactory)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="getCustomDatum"><b>getCustomDatum</b></a><pre> public Object getCustomDatum(int parameterIndex,                              <a href="oracle.sql.CustomDatumFactory.html#_top_">CustomDatumFactory</a> factory) throws SQLException</pre><a name="getCursor(int)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="getCursor"><b>getCursor</b></a><pre> public ResultSet getCursor(int parameterIndex) throws SQLException</pre><a name="clearParameters()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="clearParameters"><b>clearParameters</b></a><pre> public synchronized void clearParameters() throws SQLException</pre><dl>  <dd> <P>In general, parameter values remain in force for repeated use of aStatement.<p>  <dd><dl>    <dt> <b>Overrides:</b>    <dd> <a href="oracle.jdbc.driver.OraclePreparedStatement.html#clearParameters()">clearParameters</a> in class <a href="oracle.jdbc.driver.OraclePreparedStatement.html#_top_">OraclePreparedStatement</a>  </dl></dd></dl><a name="getObject(int, java.util.Dictionary)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="getObject"><b>getObject</b></a><pre> public Object getObject(int parameterIndex,                         Dictionary map) throws SQLException</pre><a name="getRef(int)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="getRef"><b>getRef</b></a><pre> public Ref getRef(int parameterIndex) throws SQLException</pre><a name="getBlob(int)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="getBlob"><b>getBlob</b></a><pre> public Blob getBlob(int parameterIndex) throws SQLException</pre><a name="getClob(int)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="getClob"><b>getClob</b></a><pre> public Clob getClob(int parameterIndex) throws SQLException</pre><a name="getArray(int)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="getArray"><b>getArray</b></a><pre> public Array getArray(int parameterIndex) throws SQLException</pre><a name="getBigDecimal(int)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="getBigDecimal"><b>getBigDecimal</b></a><pre> public BigDecimal getBigDecimal(int parameterIndex) throws SQLException</pre><a name="getDate(int, java.util.Calendar)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="getDate"><b>getDate</b></a><pre> public Date getDate(int parameterIndex,                     Calendar cal) throws SQLException</pre><a name="getTime(int, java.util.Calendar)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="getTime"><b>getTime</b></a><pre> public Time getTime(int parameterIndex,                     Calendar cal) throws SQLException</pre><a name="getTimestamp(int, java.util.Calendar)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="getTimestamp"><b>getTimestamp</b></a><pre> public Timestamp getTimestamp(int parameterIndex,                               Calendar cal) throws SQLException</pre><a name="addBatch()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="addBatch"><b>addBatch</b></a><pre> public void addBatch() throws SQLException</pre><dl>  <dd> Add a set of parameters to the batch.<p>  <dd><dl>    <dt> <b>Throws:</b> SQLException    <dd> if an error occurred.  Note that stored procedureswith out or inout parameters cannot be batched.    <dt> <b>Overrides:</b>    <dd> <a href="oracle.jdbc.driver.OraclePreparedStatement.html#addBatch()">addBatch</a> in class <a href="oracle.jdbc.driver.OraclePreparedStatement.html#_top_">OraclePreparedStatement</a>  </dl></dd></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="Package-oracle.jdbc.driver.html">Previous</a>  <a href="oracle.jdbc.driver.OracleConnection.html#_top_">Next</a>  <a href="AllNames.html">Index</a></pre></body></html>

⌨️ 快捷键说明

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