public interface PostgisDBManagerI
| Modifier and Type | Method and Description |
|---|---|
void |
commit() |
void |
create(PostgisTable toCreate) |
int |
deleteByFieldValue(PostgisTable target,
PostgisTable.Field field,
Object value) |
void |
deleteTable(String tableName) |
BBOX |
evaluateBoundingBox(PostgisTable table) |
PostgisTable.POINT |
evaluateCentroid(PostgisTable table) |
PreparedStatement |
prepareInsertStatement(PostgisTable target,
boolean createTable,
boolean geometryAsText) |
ResultSet |
queryAll(PostgisTable table) |
void |
truncate(String tableName) |
void commit()
throws SQLException
SQLExceptionBBOX evaluateBoundingBox(PostgisTable table) throws SQLException, DataParsingException
SQLExceptionDataParsingExceptionPreparedStatement prepareInsertStatement(PostgisTable target, boolean createTable, boolean geometryAsText) throws SQLException
SQLExceptionvoid deleteTable(String tableName) throws SQLException
SQLExceptionvoid truncate(String tableName) throws SQLException
SQLExceptionvoid create(PostgisTable toCreate) throws SQLException
SQLExceptionPostgisTable.POINT evaluateCentroid(PostgisTable table) throws SQLException, DataParsingException
SQLExceptionDataParsingExceptionResultSet queryAll(PostgisTable table) throws SQLException
SQLExceptionint deleteByFieldValue(PostgisTable target, PostgisTable.Field field, Object value) throws SQLException
SQLExceptionCopyright © 2020. All Rights Reserved.