oracle.sql
Class BLOB
java.lang.Object
oracle.sql.BLOB
- All Implemented Interfaces:
- Blob
- public abstract class BLOB
- extends Object
- implements Blob
Mock class providing the declarations required to compile the Cocoon code when
the actual library is not present.
- Version:
- $Id: BLOB.java 587758 2007-10-24 02:55:27Z vgritsenko $
|
Constructor Summary |
BLOB()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BLOB
public BLOB()
getBufferSize
public abstract int getBufferSize()
throws SQLException
- Throws:
SQLException
getBinaryOutputStream
public abstract OutputStream getBinaryOutputStream()
throws SQLException
- Throws:
SQLException
Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.