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