Class ST_Explode.ExplodeResultSet
java.lang.Object
org.h2gis.functions.spatial.properties.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 Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionExplodeResultSet(Connection connection, String tableName, String spatialFieldName) -
Method Summary
-
Field Details
-
firstRow
public boolean firstRow -
tableQuery
-
tableName
-
spatialFieldName
-
spatialFieldIndex
public int spatialFieldIndex -
columnCount
public int columnCount -
sourceRowGeometries
-
explodeId
public int explodeId -
connection
-
-
Constructor Details
-
ExplodeResultSet
public ExplodeResultSet(Connection connection, String tableName, String spatialFieldName) throws SQLException - Throws:
SQLException
-
-
Method Details
-
readRow
- Specified by:
readRowin interfaceorg.h2.tools.SimpleRowSource- Throws:
SQLException
-
close
public void close()- Specified by:
closein interfaceorg.h2.tools.SimpleRowSource
-
reset
- Specified by:
resetin interfaceorg.h2.tools.SimpleRowSource- Throws:
SQLException
-
getResultSet
Return the exploded geometries as multiple rows- Returns:
- Throws:
SQLException
-