Class ST_Explode.ExplodeResultSet

  • All Implemented Interfaces:
    org.h2.tools.SimpleRowSource
    Direct Known Subclasses:
    ST_Explode.ExplodeResultSetQuery
    Enclosing class:
    ST_Explode

    public static class ST_Explode.ExplodeResultSet
    extends Object
    implements org.h2.tools.SimpleRowSource
    Explode fields only on request
    • Field Detail

      • firstRow

        public boolean firstRow
      • tableName

        public String tableName
      • spatialFieldName

        public String spatialFieldName
      • spatialFieldIndex

        public int spatialFieldIndex
      • columnCount

        public int columnCount
      • sourceRowGeometries

        public Queue<org.locationtech.jts.geom.Geometry> sourceRowGeometries
      • explodeId

        public int explodeId
    • Method Detail

      • close

        public void close()
        Specified by:
        close in interface org.h2.tools.SimpleRowSource
      • reset

        public void reset()
                   throws SQLException
        Specified by:
        reset in interface org.h2.tools.SimpleRowSource
        Throws:
        SQLException