public class OracleJdbcConverter extends GeometryJdbcConverter
gf, wkt| Constructor and Description |
|---|
OracleJdbcConverter(oracle.jdbc.OracleConnection oc) |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
buildLimitSql(StringBuilder sql,
int limit)
Voegt een limiet toe aan een query te gebruiken in geval van insert met
select.
|
String |
buildPaginationSql(String sql,
int offset,
int limit) |
com.vividsolutions.jts.geom.Geometry |
convertToJTSGeometryObject(Object nativeObj) |
Object |
convertToNativeGeometryObject(com.vividsolutions.jts.geom.Geometry g) |
Object |
convertToNativeGeometryObject(com.vividsolutions.jts.geom.Geometry g,
int srid) |
String |
createPSGeometryPlaceholder() |
String |
getGeomTypeName() |
String |
getGeotoolsDBTypeName() |
String |
getMViewRefreshSQL(String mview) |
String |
getMViewsSQL() |
String |
getSchema() |
boolean |
isDuplicateKeyViolationMessage(String message) |
boolean |
isFKConstraintViolationMessage(String message)
bepaal of een melding een contraint violation betreft.
|
boolean |
isPmdKnownBroken() |
void |
setSchema(String schema) |
boolean |
useSavepoints() |
convertToNativeGeometryObject, convertToSQLObject, createNativePointpublic OracleJdbcConverter(oracle.jdbc.OracleConnection oc)
throws SQLException
SQLExceptionpublic boolean isDuplicateKeyViolationMessage(String message)
isDuplicateKeyViolationMessage in class GeometryJdbcConverterpublic boolean isFKConstraintViolationMessage(String message)
GeometryJdbcConverterisFKConstraintViolationMessage in class GeometryJdbcConvertermessage - de melding uit de databasetrue als de melding een contraint violation betreftpublic String createPSGeometryPlaceholder() throws SQLException
createPSGeometryPlaceholder in class GeometryJdbcConverterSQLExceptionpublic Object convertToNativeGeometryObject(com.vividsolutions.jts.geom.Geometry g, int srid) throws SQLException, com.vividsolutions.jts.io.ParseException
convertToNativeGeometryObject in class GeometryJdbcConverterSQLExceptioncom.vividsolutions.jts.io.ParseExceptionpublic Object convertToNativeGeometryObject(com.vividsolutions.jts.geom.Geometry g) 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 StringBuilder buildLimitSql(StringBuilder sql, int limit)
buildPaginationSql(java.lang.String, int, int) is niet bruikbaar voor een
insert+selectbuildLimitSql in class GeometryJdbcConvertersql - query zonder limietlimit - max aantal op te halen records dat voldoet aan querypublic 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 GeometryJdbcConverterpublic com.vividsolutions.jts.geom.Geometry convertToJTSGeometryObject(Object nativeObj)
convertToJTSGeometryObject in class GeometryJdbcConverterCopyright © 2018 B3Partners B.V.. All rights reserved.