📄 oracle.sql.oraclesqloutput.html
字号:
</dl></dd></dl><a name="writeCharacterStream(java.io.Reader)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="writeCharacterStream"><b>writeCharacterStream</b></a><pre> public void writeCharacterStream(Reader x) throws SQLException</pre><dl> <dd> Write the next attribute to the stream as a stream of Unicode characters.<p> <dd><dl> <dt> <b>Parameters:</b> <dd> x - the value to pass to the database. </dl></dd></dl><a name="writeAsciiStream(java.io.InputStream)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="writeAsciiStream"><b>writeAsciiStream</b></a><pre> public void writeAsciiStream(InputStream x) throws SQLException</pre><dl> <dd> Write the next attribute to the stream as a stream of ASCII characters.<p> <dd><dl> <dt> <b>Parameters:</b> <dd> x - the value to pass to the database. </dl></dd></dl><a name="writeBinaryStream(java.io.InputStream)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="writeBinaryStream"><b>writeBinaryStream</b></a><pre> public void writeBinaryStream(InputStream x) throws SQLException</pre><dl> <dd> Write the next attribute to the stream as a stream of uninterpretedbytes.<p> <dd><dl> <dt> <b>Parameters:</b> <dd> x - the value to pass to the database. </dl></dd></dl><a name="writeObject(oracle.jdbc2.SQLData)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="writeObject"><b>writeObject</b></a><pre> public void writeObject(SQLData x) throws SQLException</pre><dl> <dd> Write to the stream the data contained in the given object.When @x is null, the method writes an SQL NULL to the stream. Otherwise, it calls the SQLData.writeSQL method of the @x, which writes to the stream using the protocol described for SQLData.writeSQL.<p> <dd><dl> <dt> <b>Parameters:</b> <dd> x - the object representing data of an SQL structured ordistinct type </dl></dd></dl><a name="writeObject(java.lang.Object)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="writeObject"><b>writeObject</b></a><pre> public void writeObject(Object x) throws SQLException</pre><dl> <dd> Write the next attribute to the stream as a Java object.The driver handles the necessary conversion.<p> <dd><dl> <dt> <b>Parameters:</b> <dd> x - the value to pass to the database. </dl></dd></dl><a name="writeRef(oracle.jdbc2.Ref)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="writeRef"><b>writeRef</b></a><pre> public void writeRef(Ref x) throws SQLException</pre><dl> <dd> Write a REF(<structured-type>) to the stream.<p> <dd><dl> <dt> <b>Parameters:</b> <dd> x - an object representing data of an SQL REF Type </dl></dd></dl><a name="writeBlob(oracle.jdbc2.Blob)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="writeBlob"><b>writeBlob</b></a><pre> public void writeBlob(Blob x) throws SQLException</pre><dl> <dd> Write a BLOB to the stream.<p> <dd><dl> <dt> <b>Parameters:</b> <dd> x - an object representing a BLOB </dl></dd></dl><a name="writeClob(oracle.jdbc2.Clob)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="writeClob"><b>writeClob</b></a><pre> public void writeClob(Clob x) throws SQLException</pre><dl> <dd> Write a CLOB to the stream.<p> <dd><dl> <dt> <b>Parameters:</b> <dd> x - an object representing a CLOB </dl></dd></dl><a name="writeStruct(oracle.jdbc2.Struct)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="writeStruct"><b>writeStruct</b></a><pre> public void writeStruct(Struct x) throws SQLException</pre><dl> <dd> Write a structured-type to the stream.<p> <dd><dl> <dt> <b>Parameters:</b> <dd> x - an object representing data of a Structured Type </dl></dd></dl><a name="writeArray(oracle.jdbc2.Array)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="writeArray"><b>writeArray</b></a><pre> public void writeArray(Array x) throws SQLException</pre><dl> <dd> Write an array to the stream.<p> <dd><dl> <dt> <b>Parameters:</b> <dd> x - an object representing an SQL array </dl></dd></dl><a name="writeOracleObject(oracle.sql.Datum)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="writeOracleObject"><b>writeOracleObject</b></a><pre> public void writeOracleObject(Datum x) throws SQLException</pre><dl> <dd> Oracle extension.Write an oracle.sql.Datum to the stream.<p> <dd><dl> <dt> <b>Parameters:</b> <dd> x - an object representing an SQL array </dl></dd></dl><a name="writeRef(oracle.sql.REF)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="writeRef"><b>writeRef</b></a><pre> public void writeRef(<a href="oracle.sql.REF.html#_top_">REF</a> x) throws SQLException</pre><dl> <dd> Oracle extension.Write an oracle.sql.REF to the stream.<p> <dd><dl> <dt> <b>Parameters:</b> <dd> x - an object representing an SQL array </dl></dd></dl><a name="writeBlob(oracle.sql.BLOB)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="writeBlob"><b>writeBlob</b></a><pre> public void writeBlob(<a href="oracle.sql.BLOB.html#_top_">BLOB</a> x) throws SQLException</pre><dl> <dd> Oracle extension.Write an oracle.sql.BLOB to the stream.<p> <dd><dl> <dt> <b>Parameters:</b> <dd> x - an object representing an SQL array </dl></dd></dl><a name="writeBfile(oracle.sql.BFILE)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="writeBfile"><b>writeBfile</b></a><pre> public void writeBfile(<a href="oracle.sql.BFILE.html#_top_">BFILE</a> x) throws SQLException</pre><dl> <dd> Oracle extension.Write an oracle.sql.BFILE to the stream.<p> <dd><dl> <dt> <b>Parameters:</b> <dd> x - an object representing an SQL array </dl></dd></dl><a name="writeClob(oracle.sql.CLOB)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="writeClob"><b>writeClob</b></a><pre> public void writeClob(<a href="oracle.sql.CLOB.html#_top_">CLOB</a> x) throws SQLException</pre><dl> <dd> Oracle extension.Write an oracle.sql.CLOB to the stream.<p> <dd><dl> <dt> <b>Parameters:</b> <dd> x - an object representing an SQL array </dl></dd></dl><a name="writeStruct(oracle.sql.STRUCT)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="writeStruct"><b>writeStruct</b></a><pre> public void writeStruct(<a href="oracle.sql.STRUCT.html#_top_">STRUCT</a> x) throws SQLException</pre><dl> <dd> Oracle extension.Write an oracle.sql.STRUCT to the stream.<p> <dd><dl> <dt> <b>Parameters:</b> <dd> x - an object representing an SQL array </dl></dd></dl><a name="writeArray(oracle.sql.ARRAY)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="writeArray"><b>writeArray</b></a><pre> public void writeArray(<a href="oracle.sql.ARRAY.html#_top_">ARRAY</a> x) throws SQLException</pre><dl> <dd> Oracle extension.ARRAYWrite an oracle.sql. to the stream.<p> <dd><dl> <dt> <b>Parameters:</b> <dd> x - an object representing an SQL array </dl></dd></dl><a name="writeNUMBER(oracle.sql.NUMBER)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="writeNUMBER"><b>writeNUMBER</b></a><pre> public void writeNUMBER(NUMBER x) throws SQLException</pre><dl> <dd> Oracle extension.Write an oracle.sql.NUMBER to the stream.<p> <dd><dl> <dt> <b>Parameters:</b> <dd> x - an object representing an SQL array </dl></dd></dl><a name="writeCHAR(oracle.sql.CHAR)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="writeCHAR"><b>writeCHAR</b></a><pre> public void writeCHAR(<a href="oracle.sql.CHAR.html#_top_">CHAR</a> x) throws SQLException</pre><dl> <dd> Oracle extension.Write an oracle.sql.CHAR to the stream.<p> <dd><dl> <dt> <b>Parameters:</b> <dd> x - an object representing an SQL array </dl></dd></dl><a name="writeDATE(oracle.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> Oracle extension.Write an oracle.sql.DATE to the stream.<p> <dd><dl> <dt> <b>Parameters:</b> <dd> x - an object representing an SQL array </dl></dd></dl><a name="writeRAW(oracle.sql.RAW)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="writeRAW"><b>writeRAW</b></a><pre> public void writeRAW(<a href="oracle.sql.RAW.html#_top_">RAW</a> x) throws SQLException</pre><dl> <dd> Oracle extension.Write an oracle.sql.RAW to the stream.<p> <dd><dl> <dt> <b>Parameters:</b> <dd> x - an object representing an SQL array </dl></dd></dl><a name="writeROWID(oracle.sql.ROWID)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="writeROWID"><b>writeROWID</b></a><pre> public void writeROWID(<a href="oracle.sql.ROWID.html#_top_">ROWID</a> x) throws SQLException</pre><dl> <dd> Oracle extension.Write an oracle.sql.ROWID to the stream.<p> <dd><dl> <dt> <b>Parameters:</b> <dd> x - an object representing an SQL array </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.OracleJdbc2SQLInput.html#_top_">Previous</a> <a href="oracle.sql.RAW.html#_top_">Next</a> <a href="AllNames.html">Index</a></pre></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -