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

📄 oracle.sql.oraclesqloutput.html

📁 Oracle JDBC 的javaDoc
💻 HTML
📖 第 1 页 / 共 2 页
字号:
<!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>  Class oracle.sql.OracleSQLOutput</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.sql.html">This Package</a>  <a href="oracle.sql.OracleJdbc2SQLInput.html#_top_">Previous</a>  <a href="oracle.sql.RAW.html#_top_">Next</a>  <a href="AllNames.html">Index</a></pre><hr><h1>  Class oracle.sql.OracleSQLOutput</h1><pre>java.lang.Object   |   +----oracle.sql.OracleSQLOutput</pre><hr><dl>  <dt> public class <b>OracleSQLOutput</b>  <dt> extends Object  <dt> implements SQLOutput</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="#writeArray(oracle.jdbc2.Array)"><b>writeArray</b></a>(Array)  <dd> Write an array to the stream.  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">	<a href="#writeArray(oracle.sql.ARRAY)"><b>writeArray</b></a>(ARRAY)  <dd> Oracle extension.ARRAYWrite an oracle.sql.  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">	<a href="#writeAsciiStream(java.io.InputStream)"><b>writeAsciiStream</b></a>(InputStream)  <dd> Write the next attribute to the stream as a stream of ASCII characters.  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">	<a href="#writeBfile(oracle.sql.BFILE)"><b>writeBfile</b></a>(BFILE)  <dd> Oracle extension.  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">	<a href="#writeBigDecimal(java.math.BigDecimal)"><b>writeBigDecimal</b></a>(BigDecimal)  <dd> Write the next attribute to the stream as a java.math.BigDecimal object.  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">	<a href="#writeBinaryStream(java.io.InputStream)"><b>writeBinaryStream</b></a>(InputStream)  <dd> Write the next attribute to the stream as a stream of uninterpretedbytes.  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">	<a href="#writeBlob(oracle.sql.BLOB)"><b>writeBlob</b></a>(BLOB)  <dd> Oracle extension.  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">	<a href="#writeBlob(oracle.jdbc2.Blob)"><b>writeBlob</b></a>(Blob)  <dd> Write a BLOB to the stream.  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">	<a href="#writeBoolean(boolean)"><b>writeBoolean</b></a>(boolean)  <dd> Write the next attribute to the stream as a Java boolean.  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">	<a href="#writeByte(byte)"><b>writeByte</b></a>(byte)  <dd> Write the next attribute to the stream as a Java byte.  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">	<a href="#writeBytes(byte[])"><b>writeBytes</b></a>(byte[])  <dd> Write the next attribute to the stream as an array of bytes.  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">	<a href="#writeCHAR(oracle.sql.CHAR)"><b>writeCHAR</b></a>(CHAR)  <dd> Oracle extension.  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">	<a href="#writeCharacterStream(java.io.Reader)"><b>writeCharacterStream</b></a>(Reader)  <dd> Write the next attribute to the stream as a stream of Unicode characters.  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">	<a href="#writeClob(oracle.sql.CLOB)"><b>writeClob</b></a>(CLOB)  <dd> Oracle extension.  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">	<a href="#writeClob(oracle.jdbc2.Clob)"><b>writeClob</b></a>(Clob)  <dd> Write a CLOB to the stream.  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">	<a href="#writeDate(java.sql.Date)"><b>writeDate</b></a>(Date)  <dd> Write the next attribute to the stream as a java.sql.Date object.  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">	<a href="#writeDATE(oracle.sql.DATE)"><b>writeDATE</b></a>(DATE)  <dd> Oracle extension.  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">	<a href="#writeDouble(double)"><b>writeDouble</b></a>(double)  <dd> Write the next attribute to the stream as a Java double.  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">	<a href="#writeFloat(float)"><b>writeFloat</b></a>(float)  <dd> Write the next attribute to the stream as a Java float.  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">	<a href="#writeInt(int)"><b>writeInt</b></a>(int)  <dd> Write the next attribute to the stream as a Java int.  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">	<a href="#writeLong(long)"><b>writeLong</b></a>(long)  <dd> Write the next attribute to the stream as a Java long.  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">	<a href="#writeNUMBER(oracle.sql.NUMBER)"><b>writeNUMBER</b></a>(NUMBER)  <dd> Oracle extension.  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">	<a href="#writeObject(java.lang.Object)"><b>writeObject</b></a>(Object)  <dd> Write the next attribute to the stream as a Java object.  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">	<a href="#writeObject(oracle.jdbc2.SQLData)"><b>writeObject</b></a>(SQLData)  <dd> Write to the stream the data contained in the given object.  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">	<a href="#writeOracleObject(oracle.sql.Datum)"><b>writeOracleObject</b></a>(Datum)  <dd> Oracle extension.  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">	<a href="#writeRAW(oracle.sql.RAW)"><b>writeRAW</b></a>(RAW)  <dd> Oracle extension.  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">	<a href="#writeRef(oracle.sql.REF)"><b>writeRef</b></a>(REF)  <dd> Oracle extension.  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">	<a href="#writeRef(oracle.jdbc2.Ref)"><b>writeRef</b></a>(Ref)  <dd> Write a REF(&lt;structured-type&gt;) to the stream.  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">	<a href="#writeROWID(oracle.sql.ROWID)"><b>writeROWID</b></a>(ROWID)  <dd> Oracle extension.  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">	<a href="#writeShort(short)"><b>writeShort</b></a>(short)  <dd> Write the next attribute to the stream as a Java short.  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">	<a href="#writeString(java.lang.String)"><b>writeString</b></a>(String)  <dd> Write the next attribute to the stream as a Java String.  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">	<a href="#writeStruct(oracle.jdbc2.Struct)"><b>writeStruct</b></a>(Struct)  <dd> Write a structured-type to the stream.  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">	<a href="#writeStruct(oracle.sql.STRUCT)"><b>writeStruct</b></a>(STRUCT)  <dd> Oracle extension.  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">	<a href="#writeTime(java.sql.Time)"><b>writeTime</b></a>(Time)  <dd> Write the next attribute to the stream as a java.sql.Time object.  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">	<a href="#writeTimestamp(java.sql.Timestamp)"><b>writeTimestamp</b></a>(Timestamp)  <dd> Write the next attribute to the stream as a java.sql.Timestamp object.</dl><a name="methods"></a><h2>  <img src="images/methods.gif" width=151 height=38 alt="Methods"></h2><a name="writeString(java.lang.String)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="writeString"><b>writeString</b></a><pre> public void writeString(String x) throws SQLException</pre><dl>  <dd> Write the next attribute to the stream as a Java String.<p>  <dd><dl>    <dt> <b>Parameters:</b>    <dd> x - the value to pass to the database.  </dl></dd></dl><a name="writeBoolean(boolean)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="writeBoolean"><b>writeBoolean</b></a><pre> public void writeBoolean(boolean x) throws SQLException</pre><dl>  <dd> Write the next attribute to the stream as a Java boolean.<p>  <dd><dl>    <dt> <b>Parameters:</b>    <dd> x - the value to pass to the database.  </dl></dd></dl><a name="writeByte(byte)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="writeByte"><b>writeByte</b></a><pre> public void writeByte(byte x) throws SQLException</pre><dl>  <dd> Write the next attribute to the stream as a Java byte.<p>  <dd><dl>    <dt> <b>Parameters:</b>    <dd> x - the value to pass to the database.  </dl></dd></dl><a name="writeShort(short)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="writeShort"><b>writeShort</b></a><pre> public void writeShort(short x) throws SQLException</pre><dl>  <dd> Write the next attribute to the stream as a Java short.<p>  <dd><dl>    <dt> <b>Parameters:</b>    <dd> x - the value to pass to the database.  </dl></dd></dl><a name="writeInt(int)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="writeInt"><b>writeInt</b></a><pre> public void writeInt(int x) throws SQLException</pre><dl>  <dd> Write the next attribute to the stream as a Java int.<p>  <dd><dl>    <dt> <b>Parameters:</b>    <dd> x - the value to pass to the database.  </dl></dd></dl><a name="writeLong(long)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="writeLong"><b>writeLong</b></a><pre> public void writeLong(long x) throws SQLException</pre><dl>  <dd> Write the next attribute to the stream as a Java long.<p>  <dd><dl>    <dt> <b>Parameters:</b>    <dd> x - the value to pass to the database.  </dl></dd></dl><a name="writeFloat(float)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="writeFloat"><b>writeFloat</b></a><pre> public void writeFloat(float x) throws SQLException</pre><dl>  <dd> Write the next attribute to the stream as a Java float.<p>  <dd><dl>    <dt> <b>Parameters:</b>    <dd> x - the value to pass to the database.  </dl></dd></dl><a name="writeDouble(double)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="writeDouble"><b>writeDouble</b></a><pre> public void writeDouble(double x) throws SQLException</pre><dl>  <dd> Write the next attribute to the stream as a Java double.<p>  <dd><dl>    <dt> <b>Parameters:</b>    <dd> x - the value to pass to the database.  </dl></dd></dl><a name="writeBigDecimal(java.math.BigDecimal)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="writeBigDecimal"><b>writeBigDecimal</b></a><pre> public void writeBigDecimal(BigDecimal x) throws SQLException</pre><dl>  <dd> Write the next attribute to the stream as a java.math.BigDecimal object.<p>  <dd><dl>    <dt> <b>Parameters:</b>    <dd> x - the value to pass to the database.  </dl></dd></dl><a name="writeBytes(byte[])"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="writeBytes"><b>writeBytes</b></a><pre> public void writeBytes(byte x[]) throws SQLException</pre><dl>  <dd> Write the next attribute to the stream as an array of bytes.<p>  <dd><dl>    <dt> <b>Parameters:</b>    <dd> x - the value to pass to the database.  </dl></dd></dl><a name="writeDate(java.sql.Date)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="writeDate"><b>writeDate</b></a><pre> public void writeDate(Date x) throws SQLException</pre><dl>  <dd> Write the next attribute to the stream as a java.sql.Date object.<p>  <dd><dl>    <dt> <b>Parameters:</b>    <dd> x - the value to pass to the database.  </dl></dd></dl><a name="writeTime(java.sql.Time)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="writeTime"><b>writeTime</b></a><pre> public void writeTime(Time x) throws SQLException</pre><dl>  <dd> Write the next attribute to the stream as a java.sql.Time object.<p>  <dd><dl>    <dt> <b>Parameters:</b>    <dd> x - the value to pass to the database.  </dl></dd></dl><a name="writeTimestamp(java.sql.Timestamp)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="writeTimestamp"><b>writeTimestamp</b></a><pre> public void writeTimestamp(Timestamp x) throws SQLException</pre><dl>  <dd> Write the next attribute to the stream as a java.sql.Timestamp object.<p>  <dd><dl>    <dt> <b>Parameters:</b>    <dd> x - the value to pass to the database.

⌨️ 快捷键说明

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