public class PostgisJdbcConverter extends GeometryJdbcConverter
| Constructor and Description |
|---|
PostgisJdbcConverter() |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
buildLimitSql(StringBuilder sql,
int limit) |
String |
buildPaginationSql(String sql,
int offset,
int limit) |
Object |
convertToNativeGeometryObject(String param) |
String |
createPSGeometryPlaceholder() |
String |
getGeomTypeName() |
String |
getGeotoolsDBTypeName() |
String |
getMViewRefreshSQL(String mview) |
String |
getMViewsSQL() |
String |
getSchema() |
boolean |
isDuplicateKeyViolationMessage(String message) |
boolean |
isPmdKnownBroken() |
void |
setSchema(String schema) |
boolean |
useSavepoints() |
convertToSQLObjectpublic boolean isDuplicateKeyViolationMessage(String message)
isDuplicateKeyViolationMessage in class GeometryJdbcConverterpublic String createPSGeometryPlaceholder() throws SQLException
createPSGeometryPlaceholder in class GeometryJdbcConverterSQLExceptionpublic Object convertToNativeGeometryObject(String param) throws SQLException, com.vividsolutions.jts.io.ParseException
convertToNativeGeometryObject in class GeometryJdbcConverterSQLExceptioncom.vividsolutions.jts.io.ParseExceptionpublic String getSchema()
getSchema in class GeometryJdbcConverterpublic void setSchema(String schema)
public String getGeomTypeName()
getGeomTypeName in class GeometryJdbcConverterpublic String buildPaginationSql(String sql, int offset, int limit)
buildPaginationSql in class GeometryJdbcConverterpublic StringBuilder buildLimitSql(StringBuilder sql, int limit)
buildLimitSql in class GeometryJdbcConverterpublic boolean useSavepoints()
useSavepoints in class GeometryJdbcConverterpublic boolean isPmdKnownBroken()
isPmdKnownBroken in class GeometryJdbcConverterpublic String getGeotoolsDBTypeName()
getGeotoolsDBTypeName in class GeometryJdbcConverterpublic String getMViewsSQL()
getMViewsSQL in class GeometryJdbcConverterpublic String getMViewRefreshSQL(String mview)
getMViewRefreshSQL in class GeometryJdbcConverterCopyright © 2017 B3Partners B.V.. All rights reserved.