public class OracleJdbcConverter extends GeometryJdbcConverter
| Constructor and Description |
|---|
OracleJdbcConverter(oracle.jdbc.OracleConnection oc) |
| Modifier and Type | Method and Description |
|---|---|
String |
buildPaginationSql(String sql,
int offset,
int limit) |
Object |
convertToNativeGeometryObject(String param) |
String |
createPSGeometryPlaceholder() |
String |
getGeomTypeName() |
String |
getSchema() |
boolean |
isDuplicateKeyViolationMessage(String message) |
boolean |
isPmdKnownBroken() |
void |
setSchema(String schema) |
boolean |
useSavepoints() |
convertToSQLObjectpublic OracleJdbcConverter(oracle.jdbc.OracleConnection oc)
throws SQLException
SQLExceptionpublic 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)
schema - the schema to setpublic String getGeomTypeName()
getGeomTypeName in class GeometryJdbcConverterpublic String buildPaginationSql(String sql, int offset, int limit)
buildPaginationSql in class GeometryJdbcConverterpublic boolean useSavepoints()
useSavepoints in class GeometryJdbcConverterpublic boolean isPmdKnownBroken()
isPmdKnownBroken in class GeometryJdbcConverterCopyright © 2014–2016 B3Partners B.V.. All rights reserved.