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 ValueBinaryValue. convertToBinary(TypeInfo targetType, int conversionMode, java.lang.Object column)static ValueBinaryValueBinary. get(byte[] b)Get or create a VARBINARY value for the given byte array.static ValueBinaryValueBinary. getNoCopy(byte[] b)Get or create a VARBINARY value for the given byte array.
-