Package org.h2gis.functions.system
Class H2GISversion
- java.lang.Object
-
- org.h2gis.api.AbstractFunction
-
- org.h2gis.api.DeterministicScalarFunction
-
- org.h2gis.functions.system.H2GISversion
-
- All Implemented Interfaces:
org.h2gis.api.Function,org.h2gis.api.ScalarFunction
public class H2GISversion extends org.h2gis.api.DeterministicScalarFunctionReturn the current version of H2GIS stored in the manifest- Author:
- Erwan Bocher
-
-
Constructor Summary
Constructors Constructor Description H2GISversion()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Stringgeth2gisVersion()Return the H2GIS version available in the version txt file Otherwise return unknownStringgetJavaStaticMethod()-
Methods inherited from class org.h2gis.api.AbstractFunction
addProperty, getProperty, removeProperty
-
-