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

📄 oracle.sql.oraclejdbc2sqlinput.html

📁 Oracle JDBC 的javaDoc
💻 HTML
📖 第 1 页 / 共 2 页
字号:
<dl>  <dd> Read the next attribute in the stream as a java.sql.Timestamp object.<p>  <dd><dl>    <dt> <b>Returns:</b>    <dd> the attribute; if the value is SQL NULL, return null.  </dl></dd></dl><a name="readCharacterStream()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="readCharacterStream"><b>readCharacterStream</b></a><pre> public Reader readCharacterStream() throws SQLException</pre><dl>  <dd> Return the next attribute in the stream as a stream of Unicode characters.<p>  <dd><dl>    <dt> <b>Returns:</b>    <dd> the attribute; if the value is SQL NULL, return null.  </dl></dd></dl><a name="readAsciiStream()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="readAsciiStream"><b>readAsciiStream</b></a><pre> public InputStream readAsciiStream() throws SQLException</pre><dl>  <dd> Return the next attribute in the stream as a stream of ASCII characters.<p>  <dd><dl>    <dt> <b>Returns:</b>    <dd> the attribute; if the value is SQL NULL, return null.  </dl></dd></dl><a name="readBinaryStream()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="readBinaryStream"><b>readBinaryStream</b></a><pre> public InputStream readBinaryStream() throws SQLException</pre><dl>  <dd> Return the next attribute in the stream as a stream of uninterpretedbytes.<p>  <dd><dl>    <dt> <b>Returns:</b>    <dd> the attribute; if the value is SQL NULL, return null.  </dl></dd></dl><a name="readObject()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="readObject"><b>readObject</b></a><pre> public Object readObject() throws SQLException</pre><dl>  <dd> Return the datum at the head of the stream as a Java object.  The actual type of the object returned is determined by the default typemapping, and any customizations present in this stream's type map.A type map is registered with the stream by the JDBC driver before thestream is passed to the application.When the datum at the head of the stream is an SQL NULL, the method returns null.  If the datum is an SQL structured or distincttype, it determines the SQL type of the datum at the head of the stream, constructs an object of the appropriate class, and calls method SQLData.readSQL on that object, which reads additional data from the stream, using the protocol described for SQLData.readSQL.<p></dl><a name="readRef()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="readRef"><b>readRef</b></a><pre> public Ref readRef() throws SQLException</pre><dl>  <dd> Read a REF(&lt;structured-type&gt;) from the stream.<p>  <dd><dl>    <dt> <b>Returns:</b>    <dd> an object representing data of an SQL REF Type  </dl></dd></dl><a name="readBlob()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="readBlob"><b>readBlob</b></a><pre> public Blob readBlob() throws SQLException</pre><dl>  <dd> Read a BLOB from the stream.<p>  <dd><dl>    <dt> <b>Returns:</b>    <dd> an object representing a BLOB  </dl></dd></dl><a name="readClob()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="readClob"><b>readClob</b></a><pre> public Clob readClob() throws SQLException</pre><dl>  <dd> Read a CLOB from the stream.<p>  <dd><dl>    <dt> <b>Returns:</b>    <dd> an object representing  a CLOB  </dl></dd></dl><a name="readArray()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="readArray"><b>readArray</b></a><pre> public Array readArray() throws SQLException</pre><dl>  <dd> Read an array from the stream.<p>  <dd><dl>    <dt> <b>Returns:</b>    <dd> an object representing an SQL array  </dl></dd></dl><a name="readStruct()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="readStruct"><b>readStruct</b></a><pre> public Struct readStruct() throws SQLException</pre><dl>  <dd> Reads a Struct. Unlike readObject, ignore the map.<p>  <dd><dl>    <dt> <b>Returns:</b>    <dd> an object representing an SQL array  </dl></dd></dl><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><dl>  <dd><dl>    <dt> <b>Returns:</b>    <dd> true iff the most recently gotten SQL value was null.  </dl></dd></dl><a name="readOracleObject()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="readOracleObject"><b>readOracleObject</b></a><pre> public Object readOracleObject() throws SQLException</pre><dl>  <dd> Return the next attribute in the stream as a oracle.sql.Datum object.<p>  <dd><dl>    <dt> <b>Returns:</b>    <dd> the attribute; if the value is SQL NULL, return null.  </dl></dd></dl><a name="readNUMBER()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="readNUMBER"><b>readNUMBER</b></a><pre> public NUMBER readNUMBER() throws SQLException</pre><dl>  <dd> Return the next attribute in the stream as a oracle.sql.NUMBER object.<p>  <dd><dl>    <dt> <b>Returns:</b>    <dd> the attribute; if the value is SQL NULL, return null.  </dl></dd></dl><a name="readCHAR()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="readCHAR"><b>readCHAR</b></a><pre> public <a href="oracle.sql.CHAR.html#_top_">CHAR</a> readCHAR() throws SQLException</pre><dl>  <dd> Return the next attribute in the stream as a oracle.sql.CHAR object.<p>  <dd><dl>    <dt> <b>Returns:</b>    <dd> the attribute; if the value is SQL NULL, return null.  </dl></dd></dl><a name="readDATE()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="readDATE"><b>readDATE</b></a><pre> public DATE readDATE() throws SQLException</pre><dl>  <dd> Return the next attribute in the stream as a oracle.sql.DATE object.<p>  <dd><dl>    <dt> <b>Returns:</b>    <dd> the attribute; if the value is SQL NULL, return null.  </dl></dd></dl><a name="readBFILE()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="readBFILE"><b>readBFILE</b></a><pre> public <a href="oracle.sql.BFILE.html#_top_">BFILE</a> readBFILE() throws SQLException</pre><dl>  <dd> Return the next attribute in the stream as a oracle.sql.BFILE object.<p>  <dd><dl>    <dt> <b>Returns:</b>    <dd> the attribute; if the value is SQL NULL, return null.  </dl></dd></dl><a name="readBLOB()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="readBLOB"><b>readBLOB</b></a><pre> public <a href="oracle.sql.BLOB.html#_top_">BLOB</a> readBLOB() throws SQLException</pre><dl>  <dd> Return the next attribute in the stream as a oracle.sql.BLOB object.<p>  <dd><dl>    <dt> <b>Returns:</b>    <dd> the attribute; if the value is SQL NULL, return null.  </dl></dd></dl><a name="readCLOB()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="readCLOB"><b>readCLOB</b></a><pre> public <a href="oracle.sql.CLOB.html#_top_">CLOB</a> readCLOB() throws SQLException</pre><dl>  <dd> Return the next attribute in the stream as a oracle.sql.CLOB object.<p>  <dd><dl>    <dt> <b>Returns:</b>    <dd> the attribute; if the value is SQL NULL, return null.  </dl></dd></dl><a name="readRAW()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="readRAW"><b>readRAW</b></a><pre> public <a href="oracle.sql.RAW.html#_top_">RAW</a> readRAW() throws SQLException</pre><dl>  <dd> Return the next attribute in the stream as a oracle.sql.RAW object.<p>  <dd><dl>    <dt> <b>Returns:</b>    <dd> the attribute; if the value is SQL NULL, return null.  </dl></dd></dl><a name="readREF()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="readREF"><b>readREF</b></a><pre> public <a href="oracle.sql.REF.html#_top_">REF</a> readREF() throws SQLException</pre><dl>  <dd> Return the next attribute in the stream as a oracle.sql.REF object.<p>  <dd><dl>    <dt> <b>Returns:</b>    <dd> the attribute; if the value is SQL NULL, return null.  </dl></dd></dl><a name="readROWID()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="readROWID"><b>readROWID</b></a><pre> public <a href="oracle.sql.ROWID.html#_top_">ROWID</a> readROWID() throws SQLException</pre><dl>  <dd> Return the next attribute in the stream as a oracle.sql.ROwID object.<p>  <dd><dl>    <dt> <b>Returns:</b>    <dd> the attribute; if the value is SQL NULL, return null.  </dl></dd></dl><a name="readARRAY()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="readARRAY"><b>readARRAY</b></a><pre> public <a href="oracle.sql.ARRAY.html#_top_">ARRAY</a> readARRAY() throws SQLException</pre><dl>  <dd> Return the next attribute in the stream as a oracle.sql.ARRAY object.<p>  <dd><dl>    <dt> <b>Returns:</b>    <dd> the attribute; if the value is SQL NULL, return null.  </dl></dd></dl><a name="readSTRUCT()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="readSTRUCT"><b>readSTRUCT</b></a><pre> public <a href="oracle.sql.STRUCT.html#_top_">STRUCT</a> readSTRUCT() throws SQLException</pre><dl>  <dd> Return the next attribute in the stream as a oracle.sql.STRUCT object.<p>  <dd><dl>    <dt> <b>Returns:</b>    <dd> the attribute; if the value is SQL NULL, return null.  </dl></dd></dl><hr><pre><a href="packages.html">All Packages</a>  <a href="tree.html">Class Hierarchy</a>  <a href="Package-oracle.sql.html">This Package</a>  <a href="oracle.sql.CharacterWalker.html#_top_">Previous</a>  <a href="oracle.sql.OracleSQLOutput.html#_top_">Next</a>  <a href="AllNames.html">Index</a></pre></body></html>

⌨️ 快捷键说明

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