BEA Systems, Inc.

WebLogic Server 6.1 API Reference

weblogic.jdbc.informix4
Class ManualEntry

java.lang.Object
  |
  +--weblogic.jdbc.informix4.BaseHandler
        |
        +--weblogic.jdbc.informix4.ManualEntry

public class ManualEntry
extends BaseHandler

Author:
Copyright © 2001 BEA Systems, Inc. All Rights Reserved.

Field Summary
protected  java.lang.String m_Value
           
 
Fields inherited from class weblogic.jdbc.informix4.BaseHandler
closed, kInformixProtocol, kMicrosoftProtocol, kOracleProtocol, kSybaseProtocol, kUnknownProtocol, unique, warnings
 
Method Summary
 java.io.InputStream getBinaryStream()
          Get the entry as a stream of raw bytes (or null if sql null).
 java.io.InputStream getUnicodeStream()
          Get the entry as a stream of Unicode characters (or null if sql null).
 java.lang.String toString()
           
 
Methods inherited from class weblogic.jdbc.informix4.BaseHandler
appendWarning, clearWarnings, close, complainIfClosed, finalize, getProtocol, getWarnings, isClosed, setProtocol
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

m_Value

protected java.lang.String m_Value
Method Detail

getUnicodeStream

public java.io.InputStream getUnicodeStream()
                                     throws java.sql.SQLException
Get the entry as a stream of Unicode characters (or null if sql null).

getBinaryStream

public java.io.InputStream getBinaryStream()
                                    throws java.sql.SQLException
Get the entry as a stream of raw bytes (or null if sql null).

toString

public java.lang.String toString()

Overrides:
toString in class java.lang.Object

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.