Class FBClob

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

@InternalApi public final class FBClob extends Object implements FirebirdClob, 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.

This class is internal API of Jaybird. Future versions may radically change, move, or make inaccessible this type. For the public API, refer to the Clob, NClob, and FirebirdClob interfaces.

Author:
David Jencks