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