Uses of Class
org.h2.value.ValueStringFixed

Packages that use ValueStringFixed
org.h2.value Data type and value implementations. 
 

Uses of ValueStringFixed in org.h2.value
 

Methods in org.h2.value that return ValueStringFixed
static ValueStringFixed ValueStringFixed.get(java.lang.String s)
          Get or create a fixed length string value for the given string.