
public class OracleJdbcConverter extends GeometryJdbcConverter
| 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) |
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 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 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 GeometryJdbcConverterCopyright © 2014–2017 B3Partners B.V.. All rights reserved.