Class ST_Explode.ExplodeResultSetQuery
- java.lang.Object
-
- org.h2gis.functions.spatial.properties.ST_Explode.ExplodeResultSet
-
- org.h2gis.functions.spatial.properties.ST_Explode.ExplodeResultSetQuery
-
- All Implemented Interfaces:
org.h2.tools.SimpleRowSource
- Enclosing class:
- ST_Explode
public static class ST_Explode.ExplodeResultSetQuery extends ST_Explode.ExplodeResultSet
Explode fields only on request The input data must be a SELECT expression that contains a geometry column
-
-
Field Summary
-
Fields inherited from class org.h2gis.functions.spatial.properties.ST_Explode.ExplodeResultSet
columnCount, connection, explodeId, firstRow, sourceRowGeometries, spatialFieldIndex, spatialFieldName, tableName, tableQuery
-
-
Constructor Summary
Constructors Constructor Description ExplodeResultSetQuery(Connection connection, String tableName, String spatialFieldName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResultSetgetResultSet()Return the exploded geometries as multiple rowsvoidreset()-
Methods inherited from class org.h2gis.functions.spatial.properties.ST_Explode.ExplodeResultSet
close, readRow
-
-
-
-
Constructor Detail
-
ExplodeResultSetQuery
public ExplodeResultSetQuery(Connection connection, String tableName, String spatialFieldName) throws SQLException
- Throws:
SQLException
-
-
Method Detail
-
reset
public void reset() throws SQLException- Specified by:
resetin interfaceorg.h2.tools.SimpleRowSource- Overrides:
resetin classST_Explode.ExplodeResultSet- Throws:
SQLException
-
getResultSet
public ResultSet getResultSet() throws SQLException
Description copied from class:ST_Explode.ExplodeResultSetReturn the exploded geometries as multiple rows- Overrides:
getResultSetin classST_Explode.ExplodeResultSet- Returns:
- Throws:
SQLException
-
-