Uses of Class
org.h2.value.ValueString

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

Uses of ValueString in org.h2.value
 

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