Package org.h2gis.functions.string
Class HexToVarBinary
- java.lang.Object
-
- org.h2gis.api.AbstractFunction
-
- org.h2gis.api.DeterministicScalarFunction
-
- org.h2gis.functions.string.HexToVarBinary
-
- All Implemented Interfaces:
org.h2gis.api.Function,org.h2gis.api.ScalarFunction
public class HexToVarBinary extends org.h2gis.api.DeterministicScalarFunctionConvert Hexadecimal string into an array of byte.- Author:
- Nicolas Fortin
-
-
Constructor Summary
Constructors Constructor Description HexToVarBinary()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetJavaStaticMethod()static byte[]toVarBinary(String hex)-
Methods inherited from class org.h2gis.api.AbstractFunction
addProperty, getProperty, removeProperty
-
-