BEA Systems, Inc.

WebLogic Server 5.1.0 API Reference

weblogic.jdbc20.common
Interface OracleClob


public interface OracleClob

Author:
Copyright (c) 1999 by BEA Systems, Inc. All Rights Reserved.
Copyright © 2000 BEA Systems, Inc. All Rights Reserved.

Method Summary
 java.io.OutputStream getAsciiOutputStream()
          WebLogic extension to return an OutputStream for writing single byte ASCII characters to this CLOB
 java.io.Writer getCharacterOutputStream()
          WebLogic extension to return an OutputStream for writing UNICODE characters to this CLOB
 

Method Detail

getAsciiOutputStream

public java.io.OutputStream getAsciiOutputStream()
                                          throws java.sql.SQLException
WebLogic extension to return an OutputStream for writing single byte ASCII characters to this CLOB

getCharacterOutputStream

public java.io.Writer getCharacterOutputStream()
                                        throws java.sql.SQLException
WebLogic extension to return an OutputStream for writing UNICODE characters to this CLOB

Documentation is available at
http://www.weblogic.com/docs51