Uses of Class
org.h2.value.ValueVarcharIgnoreCase
-
Packages that use ValueVarcharIgnoreCase Package Description org.h2.value Data type and value implementations. -
-
Uses of ValueVarcharIgnoreCase in org.h2.value
Fields in org.h2.value declared as ValueVarcharIgnoreCase Modifier and Type Field Description private static ValueVarcharIgnoreCase
ValueVarcharIgnoreCase. EMPTY
Methods in org.h2.value that return ValueVarcharIgnoreCase Modifier and Type Method Description static ValueVarcharIgnoreCase
ValueVarcharIgnoreCase. get(java.lang.String s)
Get or create a VARCHAR_IGNORECASE value for the given string.
-