Uses of Class
org.h2.value.ValueVarbinary
-
Packages that use ValueVarbinary Package Description org.h2.value Data type and value implementations. -
-
Uses of ValueVarbinary in org.h2.value
Fields in org.h2.value declared as ValueVarbinary Modifier and Type Field Description static ValueVarbinaryValueVarbinary. EMPTYEmpty value.Methods in org.h2.value that return ValueVarbinary Modifier and Type Method Description private ValueVarbinaryValue. convertToVarbinary(TypeInfo targetType, int conversionMode, java.lang.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.
-