Uses of Class
org.h2.value.ValueVarbinary
Packages that use ValueVarbinary
-
Uses of ValueVarbinary in org.h2.value
Fields in org.h2.value declared as ValueVarbinaryMethods in org.h2.value that return ValueVarbinaryModifier and TypeMethodDescriptionprivate ValueVarbinary
Value.convertToVarbinary
(TypeInfo targetType, int conversionMode, 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.