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