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 ValueBinaryValue.convertToBinary(TypeInfo targetType, int conversionMode, 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.