Uses of Class
org.h2.value.ValueBinary
Packages that use ValueBinary
-
Uses of ValueBinary in org.h2.value
Methods in org.h2.value that return ValueBinaryModifier and TypeMethodDescriptionprivate ValueBinary
Value.convertToBinary
(TypeInfo targetType, int conversionMode, 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.