Class FBClob

java.lang.Object
org.firebirdsql.jdbc.FBClob
All Implemented Interfaces:
Clob, NClob

public class FBClob extends Object implements Clob, NClob
Implementation of Clob.

This class also implements NClob so it can be used with the set/get/updateNClob methods transparently. It technically does not conform to the JDBC requirements for NClob.

Version:
1.0
Author:
David Jencks