Class ST_MemSize

  • All Implemented Interfaces:
    org.h2gis.api.Function, org.h2gis.api.ScalarFunction

    public class ST_MemSize
    extends org.h2gis.api.DeterministicScalarFunction
    Compute the amount of memory space (in bytes) for the input value
    • Constructor Detail

      • ST_MemSize

        public ST_MemSize()
    • 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