Class ST_MemSize
- java.lang.Object
-
- org.h2gis.api.AbstractFunction
-
- org.h2gis.api.DeterministicScalarFunction
-
- org.h2gis.functions.spatial.properties.ST_MemSize
-
- All Implemented Interfaces:
org.h2gis.api.Function,org.h2gis.api.ScalarFunction
public class ST_MemSize extends org.h2gis.api.DeterministicScalarFunctionCompute the amount of memory space (in bytes) for the input value
-
-
Constructor Summary
Constructors Constructor Description ST_MemSize()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetJavaStaticMethod()static Longmemsize(org.h2.value.Value value)-
Methods inherited from class org.h2gis.api.AbstractFunction
addProperty, getProperty, removeProperty
-
-
-
-
Method Detail
-
getJavaStaticMethod
public String getJavaStaticMethod()
-
memsize
public static Long memsize(org.h2.value.Value value) throws SQLException
- Parameters:
value- Geometry instance or null- Returns:
- the amount of memory space (in bytes)
- Throws:
SQLException
-
-