public class Oracle12JdbcConverter extends OracleJdbcConverter
LOGgf, wkt| Constructor and Description |
|---|
Oracle12JdbcConverter(oracle.jdbc.OracleConnection oc) |
| Modifier and Type | Method and Description |
|---|---|
String |
getUpdateSequenceSQL(String seqName,
long nextVal)
Gets a statement to use in a prepared statement to restart a sequence.
|
buildLimitSql, buildPaginationSql, convertToJTSGeometryObject, convertToNativeGeometryObject, convertToNativeGeometryObject, createPSGeometryPlaceholder, getGeomTypeName, getGeotoolsDBTypeName, getMViewRefreshSQL, getMViewsSQL, getSchema, getSelectNextValueFromSequenceSQL, isDuplicateKeyViolationMessage, isFKConstraintViolationMessage, isPmdKnownBroken, setSchema, useSavepointsconvertToNativeGeometryObject, convertToSQLObject, createNativePointpublic Oracle12JdbcConverter(oracle.jdbc.OracleConnection oc)
throws SQLException
SQLExceptionpublic String getUpdateSequenceSQL(String seqName, long nextVal)
getUpdateSequenceSQL in class OracleJdbcConverterseqName - name of sequencenextVal - the value to restart the sequence, some systems
require this to be larger than the next value of the sequence.Copyright © 2020 B3Partners B.V.. All rights reserved.