Uses of Interface
org.h2.value.Value.ValueClob

Packages that use Value.ValueClob
org.h2.tools Various tools. 
org.h2.value Data type and value implementations. 
 

Uses of Value.ValueClob in org.h2.tools
 

Methods in org.h2.tools that return Value.ValueClob
static Value.ValueClob Recover.readClobDb(java.sql.Connection conn, long lobId, long precision)
          INTERNAL
 

Uses of Value.ValueClob in org.h2.value
 

Classes in org.h2.value that implement Value.ValueClob
 class ValueLobDb
          An alternate LOB implementation.