Uses of Class
org.h2.value.ValueVarbinary
-
Packages that use ValueVarbinary Package Description org.h2.value Data type and value implementations. -
-
Uses of ValueVarbinary in org.h2.value
Fields in org.h2.value declared as ValueVarbinary Modifier and Type Field Description static ValueVarbinary
ValueVarbinary. EMPTY
Empty value.Methods in org.h2.value that return ValueVarbinary Modifier and Type Method Description private ValueVarbinary
Value. convertToVarbinary(TypeInfo targetType, int conversionMode, java.lang.Object column)
static ValueVarbinary
ValueVarbinary. get(byte[] b)
Get or create a VARBINARY value for the given byte array.static ValueVarbinary
ValueVarbinary. getNoCopy(byte[] b)
Get or create a VARBINARY value for the given byte array.
-