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) |
PostgisTable.POINT |
evaluateCentroid(PostgisTable table) |
org.gcube.application.geoportal.common.model.rest.DatabaseConnection |
getConnectionDescriptor() |
PreparedStatement |
prepareInsertStatement(PostgisTable target,
boolean createTable,
boolean geometryAsText) |
ResultSet |
queryAll(PostgisTable table) |
void |
truncate(String tableName) |
void commit()
throws SQLException
SQLExceptionPreparedStatement 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
SQLExceptionorg.gcube.application.geoportal.common.model.rest.DatabaseConnection getConnectionDescriptor()
Copyright © 2022. All Rights Reserved.