Uses of Interface
org.axiondb.jdbc.AxionClob

Packages that use AxionClob
org.axiondb.jdbc JDBC implementations. 
org.axiondb.types DataType implementations. 
 

Uses of AxionClob in org.axiondb.jdbc
 

Classes in org.axiondb.jdbc that implement AxionClob
 class AbstractAxionClob
          Abstract base implementation of AxionClob.
 

Uses of AxionClob in org.axiondb.types
 

Classes in org.axiondb.types that implement AxionClob
 class ClobSource
          An Clob wrapping a LobSource.
 class StringClob
          A Clob based upon a simple String.