public static class ST_Explode.ExplodeResultSet extends Object implements org.h2.tools.SimpleRowSource
| Modifier and Type | Field and Description |
|---|---|
int |
columnCount |
Connection |
connection |
int |
explodeId |
boolean |
firstRow |
Queue<org.locationtech.jts.geom.Geometry> |
sourceRowGeometries |
int |
spatialFieldIndex |
String |
spatialFieldName |
String |
tableName |
ResultSet |
tableQuery |
| Constructor and Description |
|---|
ExplodeResultSet(Connection connection,
String tableName,
String spatialFieldName) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
ResultSet |
getResultSet()
Return the exploded geometries as multiple rows
|
Object[] |
readRow() |
void |
reset() |
public boolean firstRow
public ResultSet tableQuery
public String tableName
public String spatialFieldName
public int spatialFieldIndex
public int columnCount
public Queue<org.locationtech.jts.geom.Geometry> sourceRowGeometries
public int explodeId
public Connection connection
public ExplodeResultSet(Connection connection, String tableName, String spatialFieldName)
public Object[] readRow() throws SQLException
readRow in interface org.h2.tools.SimpleRowSourceSQLExceptionpublic void close()
close in interface org.h2.tools.SimpleRowSourcepublic void reset()
throws SQLException
reset in interface org.h2.tools.SimpleRowSourceSQLExceptionpublic ResultSet getResultSet() throws SQLException
SQLExceptionCopyright © 2019 CNRS. All rights reserved.