oracle.sql
Class BLOB

java.lang.Object
  extended byoracle.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()
           
 
Method Summary
abstract  OutputStream getBinaryOutputStream()
           
abstract  int getBufferSize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.sql.Blob
getBinaryStream, getBytes, length, position, position, setBinaryStream, setBytes, setBytes, truncate
 

Constructor Detail

BLOB

public BLOB()
Method Detail

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.