Package org.apache.openjpa.jdbc.sql
Class PostgresDictionary
java.lang.Object
org.apache.openjpa.jdbc.sql.DBDictionary
org.apache.openjpa.jdbc.sql.PostgresDictionary
- All Implemented Interfaces:
- JoinSyntaxes,- Configurable,- IdentifierConfiguration,- ConnectionDecorator,- LoggingConnectionDecorator.SQLWarningHandler
Dictionary for PostgreSQL.
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionprotected static classConnection wrapper to work around the postgres empty result set bug.protected static classStatement wrapper to work around the postgres empty result set bug.Nested classes/interfaces inherited from class org.apache.openjpa.jdbc.sql.DBDictionaryDBDictionary.DateMillisecondBehaviors, DBDictionary.SerializedData
- 
Field SummaryFieldsModifier and TypeFieldDescriptionSQL statement to load schema,name pairs from a named schema.SQL statement to load all sequence schema,name pairs from all schemas.Statement used to determine whether a sequence is owned.SQL statement to load a sequence's schema,name pair from one schema.SQL statement to load schema,name pairs for all sequences with a certain name from all schemas.booleanSome Postgres drivers do not support theStatement.setFetchSize(int)method.Fields inherited from class org.apache.openjpa.jdbc.sql.DBDictionary_procs, _proxyManager, allowQueryTimeoutOnFindUpdate, allowsAliasInBulkClause, arrayTypeName, autoAssignClause, autoAssignTypeName, batchLimit, bigintTypeName, binaryTypeName, bitLengthFunction, bitTypeName, blobBufferSize, blobTypeName, booleanRepresentation, booleanTypeName, castFunction, catalogSeparator, CENTI, characterColumnSize, charTypeName, clobBufferSize, clobTypeName, closePoolSQL, concatenateDelimiter, concatenateFunction, conf, connected, CONS_NAME_AFTER, CONS_NAME_BEFORE, CONS_NAME_MID, constraintNameMode, createPrimaryKeys, crossJoinClause, currentDateFunction, currentTimeFunction, currentTimestampFunction, databaseProductName, databaseProductVersion, dateFractionDigits, datePrecision, dateTypeName, DECI, decimalTypeName, defaultSchemaName, delimitedCase, disableAlterSeqenceIncrementBy, disableSchemaFactoryColumnTypeErrors, distinctCountColumnSeparator, distinctTypeName, doubleTypeName, driverVendor, dropTableSQL, fixedSizeTypeNames, fixedSizeTypeNameSet, floatTypeName, forUpdateClause, fractionalTypeNameSet, fullResultCollectionInOrderByRelation, getStringVal, inClauseLimit, indexPhysicalForeignKeys, initializationSQL, innerJoinClause, integerTypeName, invalidColumnWordSet, isJDBC3, isJDBC4, javaObjectTypeName, javaToDbColumnNameProcessing, joinSyntax, lastGeneratedKeyQuery, leadingDelimiter, log, longVarbinaryTypeName, longVarcharTypeName, maxAutoAssignNameLength, maxColumnNameLength, maxConstraintNameLength, maxEmbeddedBlobSize, maxEmbeddedClobSize, maxIndexesPerTable, maxIndexNameLength, maxTableNameLength, MICRO, MILLI, NAME_ANY, NAME_SEQUENCE, NAME_TABLE, nameConcatenator, NANO, nativeSequenceType, nextSequenceQuery, NO_BATCH, nullTypeName, numericTypeName, otherTypeName, outerJoinClause, platform, RANGE_POST_DISTINCT, RANGE_POST_LOCK, RANGE_POST_SELECT, RANGE_PRE_DISTINCT, rangePosition, realTypeName, refTypeName, reportsSuccessNoInfoOnBatchUpdates, requiresAliasForSubselect, requiresAutoCommitForMetaData, requiresCastForComparisons, requiresCastForMathFunctions, requiresConditionForCrossJoin, requiresSearchStringEscapeForLike, requiresTargetForDelete, reservedWords, reservedWordSet, roundTimeToMillisec, SCHEMA_CASE_LOWER, SCHEMA_CASE_PRESERVE, SCHEMA_CASE_UPPER, schemaCase, searchStringEscape, SEC, selectWords, selectWordSet, sequenceNameSQL, sequenceSchemaSQL, sequenceSQL, setStringRightTruncationOn, simulateLocking, smallintTypeName, sqlStateCodes, storageLimitationsFatal, storeCharsAsNumbers, storeLargeNumbersAsStrings, stringLengthFunction, structTypeName, substringFunctionName, supportsAlterTableWithAddColumn, supportsAlterTableWithDropColumn, supportsAutoAssign, supportsCascadeDeleteAction, supportsCascadeUpdateAction, supportsCaseConversionForLob, supportsComments, supportsCorrelatedSubselect, supportsDefaultDeleteAction, supportsDefaultUpdateAction, supportsDeferredConstraints, supportsDelimitedIdentifiers, supportsForeignKeys, supportsForeignKeysComposite, supportsGeneralCaseExpression, supportsGetGeneratedKeys, supportsHaving, supportsLockingWithDistinctClause, supportsLockingWithInnerJoin, supportsLockingWithMultipleTables, supportsLockingWithOrderClause, supportsLockingWithOuterJoin, supportsLockingWithSelectRange, supportsModOperator, supportsMultipleNontransactionalResultSets, supportsNullDeleteAction, supportsNullTableForGetColumns, supportsNullTableForGetImportedKeys, supportsNullTableForGetIndexInfo, supportsNullTableForGetPrimaryKeys, supportsNullUniqueColumn, supportsNullUpdateAction, supportsParameterInSelect, supportsQueryTimeout, supportsRestrictDeleteAction, supportsRestrictUpdateAction, supportsSchemaForGetColumns, supportsSchemaForGetTables, supportsSelectEndIndex, supportsSelectForUpdate, supportsSelectFromFinalTable, supportsSelectStartIndex, supportsSimpleCaseExpression, supportsSubselect, supportsUniqueConstraints, supportsXMLColumn, systemSchemas, systemSchemaSet, systemTables, systemTableSet, tableForUpdateClause, tableLengthIncludesSchema, tableTypes, timestampTypeName, timestampWithZoneTypeName, timeTypeName, timeWithZoneTypeName, tinyintTypeName, toLowerCaseFunction, toUpperCaseFunction, trailingDelimiter, trimBothFunction, trimLeadingFunction, trimSchemaName, trimStringColumns, trimTrailingFunction, typeModifierSet, UNLIMITED, useGetBestRowIdentifierForPrimaryKeys, useGetBytesForBlobs, useGetObjectForBlobs, useGetStringForClobs, useJDBC4SetBinaryStream, useNativeSequenceCache, useSchemaName, useSetBytesForBlobs, useSetStringForClobs, useWildCardForCount, validationSQL, varbinaryTypeName, varcharTypeName, VENDOR_DATADIRECT, VENDOR_OTHER, xmlTypeEncoding, xmlTypeNameFields inherited from interface org.apache.openjpa.jdbc.sql.JoinSyntaxesSYNTAX_DATABASE, SYNTAX_SQL92, SYNTAX_TRADITIONAL
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidappendSelectRange(SQLBuffer buf, long start, long end, boolean subselect) If this dictionary can select ranges, use this method to append the range SQL.voidappendXmlComparison(SQLBuffer buf, String op, FilterValue lhs, FilterValue rhs, boolean lhsxml, boolean rhsxml) Append XML comparison.voidDetermine XML column support and backslash handling, etcdecorate(Connection conn) Decorate the given connection if needed.voiddeleteStream(JDBCStore store, Select sel) byteConvert the specified column of the SQL ResultSet to the proper java type.Convert the specified column of the SQL ResultSet to the proper java type.protected ConnectiongetDbcpDelegate(Connection conn) Get the delegated connection from the given DBCP connection.intConvert the specified column of the SQL ResultSet to the proper java type.protected org.postgresql.largeobject.LargeObjectManagerGet the native PostgreSQL Large Object Manager used for LOB handling.getLOBStream(JDBCStore store, ResultSet rs, int column) getLocalDate(ResultSet rs, int column) Retrieve the specified column of the SQL ResultSet to the properLocalDatejava type.getLocalDateTime(ResultSet rs, int column) Retrieve the specified column of the SQL ResultSet to the properLocalDateTimejava type.getLocalTime(ResultSet rs, int column) Retrieve the specified column of the SQL ResultSet to the properLocalTimejava type.longConvert the specified column of the SQL ResultSet to the proper java type.Override the getOjbect() method to handle the case where the latest Postgres JDBC driver returns a org.postgresql.util.PGobject instead of a java.sql.TimestampgetOffsetDateTime(ResultSet rs, int column) Retrieve the specified column of the SQL ResultSet to the properOffsetDateTimejava type.getOffsetTime(ResultSet rs, int column) Retrieve the specified column of the SQL ResultSet to the properOffsetTimejava type.protected org.postgresql.PGConnectionGet the native PostgreSQL connection from the given connection.Return a SQL string to act as a placeholder for the given column.protected StringgetSequencesSQL(String schemaName, String sequenceName) Return the SQL needed to select the list of sequences.protected StringgetSequencesSQL(DBIdentifier schemaName, DBIdentifier sequenceName) shortConvert the specified column of the SQL ResultSet to the proper java type.voidindexOf(SQLBuffer buf, FilterValue str, FilterValue find, FilterValue start) Invoke this database's indexOf function.voidbooleanisFatalException(int subtype, SQLException ex) Determine if the given SQL Exception is fatal or recoverable (such as a timeout).booleanisOwnedSequence(DBIdentifier name, DBIdentifier schema, Connection conn) Uses the native Postgres function pg_get_serial_sequence to determine whether a sequence is owned by the database.booleanisSystemIndex(String name, Table table) This method is used to filter system indexes from database metadata.booleanisSystemIndex(DBIdentifier name, Table table) This method is used to filter system indexes from database metadata.booleanisSystemSequence(String name, String schema, boolean targetSchema) This method is used to filter system sequences from database metadata.booleanisSystemSequence(DBIdentifier name, DBIdentifier schema, boolean targetSchema) This method is used to filter system sequences from database metadata.booleanisSystemSequence(DBIdentifier name, DBIdentifier schema, boolean targetSchema, Connection conn) This method is used to filter system sequences from database metadata.booleanisSystemTable(String name, String schema, boolean targetSchema) This method is used to filter system tables from database metadata.booleanisSystemTable(DBIdentifier name, DBIdentifier schema, boolean targetSchema) This method is used to filter system tables from database metadata.voidsetClobString(PreparedStatement stmnt, int idx, String val, Column col) If column is an XML column, PostgreSQL requires that its value is set by usingPreparedStatement.setObject(int, Object, int)withTypes.OTHERas the third argument.voidsetLocalDate(PreparedStatement stmnt, int idx, LocalDate val, Column col) Set the given LocalDate value as a parameter to the statement.voidsetLocalDateTime(PreparedStatement stmnt, int idx, LocalDateTime val, Column col) Set the given LocalTime value as a parameter to the statement.voidsetLocalTime(PreparedStatement stmnt, int idx, LocalTime val, Column col) Set the given LocalTime value as a parameter to the statement.voidsetNull(PreparedStatement stmnt, int idx, int colType, Column col) Handle XML and bytea/oid columns in a PostgreSQL way.voidsetOffsetDateTime(PreparedStatement stmnt, int idx, OffsetDateTime val, Column col) Set the given LocalTime value as a parameter to the statement.voidsetOffsetTime(PreparedStatement stmnt, int idx, OffsetTime val, Column col) default column type for OffsetTime is 'time with time zone'.protected booleanWhether or not this dictionary supports deferred unique constraints.voidupdateBlob(Select sel, JDBCStore store, InputStream is) Methods inherited from class org.apache.openjpa.jdbc.sql.DBDictionaryaddCastAsType, addErrorCode, appendCast, appendLength, appendNumericCast, appendSelect, appendSize, appendUpdates, applyRange, assertSupport, calculateValue, canOuterJoin, closeDataSource, combineForeignKey, comment, comparison, configureNamingRules, convertSchemaCase, convertSchemaCase, copy, copy, createIndexIfNecessary, createIndexIfNecessary, delimitAll, endConfiguration, executeQuery, fromDBName, getAddColumnSQL, getAddForeignKeySQL, getAddPrimaryKeySQL, getAlterSequenceSQL, getArray, getAsciiStream, getBatchFetchSize, getBatchLimit, getBatchUpdateCount, getBigDecimal, getBigInteger, getBinaryStream, getBlob, getBlobObject, getBoolean, getBooleanRepresentation, getBytes, getCalendar, getCastFunction, getCastFunction, getCatalogNameForMetadata, getCatalogNameForMetadata, getChar, getCharacterStream, getClob, getClobString, getColumnDBName, getColumnIdentifier, getColumnNameForMetadata, getColumnNameForMetadata, getColumns, getColumns, getConversionKey, getCreateIndexSQL, getCreateSequenceSQL, getCreateTableSQL, getCreateTableSQL, getDate, getDateFractionDigits, getDeclareColumnSQL, getDefaultIdentifierRule, getDefaultSchemaName, getDeleteTableContentsSQL, getDeleteTargets, getDelimitedCase, getDelimitIdentifiers, getDouble, getDropColumnSQL, getDropForeignKeySQL, getDropIndexSQL, getDropPrimaryKeySQL, getDropSequenceSQL, getDropTableSQL, getFloat, getForeignKeyConstraintSQL, getForUpdateClause, getFrom, getFromSelect, getFullIdentifier, getFullName, getFullName, getFullName, getGeneratedKey, getGeneratedKeySequenceName, getGenKeySeqName, getIdentifierConcatenator, getIdentifierDelimiter, getIdentifierRule, getIdentifierRules, getIdentityColumnName, getImportedKeys, getImportedKeys, getImportedKeys, getImportedKeys, getIndexInfo, getIndexInfo, getInvalidColumnWordSet, getIsNotNullSQL, getIsNullSQL, getJDBCType, getJDBCType, getJDBCType, getKey, getLeadingDelimiter, getLocale, getLog, getMajorVersion, getMarkerForInsertUpdate, getMillisecondBehavior, getMinorVersion, getNamingUtil, getNumber, getPreferredType, getPrimaryKeyConstraintSQL, getPrimaryKeys, getPrimaryKeys, getPrimaryKeysFromBestRowIdentifier, getPrimaryKeysFromBestRowIdentifier, getPrimaryKeysFromGetPrimaryKeys, getPrimaryKeysFromGetPrimaryKeys, getRef, getSchemaCase, getSchemaNameForMetadata, getSchemaNameForMetadata, getSelectOperation, getSelects, getSelectTableAliases, getSequence, getSequences, getSequences, getStoredProcedure, getString, getSupportsDelimitedIdentifiers, getSupportsXMLColumn, getTableNameForMetadata, getTableNameForMetadata, getTables, getTables, getTime, getTimestamp, getTrailingDelimiter, getTrimSchemaName, getTypeName, getTypeName, getUniqueConstraintSQL, getValidColumnName, getValidColumnName, getValidColumnName, getValidColumnName, getValidForeignKeyName, getValidForeignKeyName, getValidIndexName, getValidIndexName, getValidPrimaryKeyName, getValidSequenceName, getValidSequenceName, getValidTableName, getValidTableName, getValidUniqueName, getValidUniqueName, getVersionColumn, getVersionColumn, getWhere, getXMLTypeEncoding, handleWarning, insertClobForStreamingLoad, insertSize, isImplicitJoin, isSelect, isUsingLimit, isUsingOffset, isUsingOrderBy, isUsingRange, makeNameValid, makeNameValid, makeNameValid, makeNameValid, matchErrorState, mathFunction, needsToCreateIndex, needsToCreateIndex, newColumn, newForeignKey, newIndex, newPrimaryKey, newSequence, newStoreException, newTable, prepareStatement, processDBColumnName, putBytes, putChars, putString, refSchemaComponents, serialize, setArray, setAsciiStream, setBatchLimit, setBigDecimal, setBigInteger, setBinaryStream, setBlob, setBlobObject, setBoolean, setBooleanRepresentation, setByte, setBytes, setCalendar, setChar, setCharacterStream, setClob, setConfiguration, setDate, setDate, setDateMillisecondBehavior, setDefaultSchemaName, setDelimitedCase, setDelimitIdentifiers, setDouble, setFloat, setInt, setJoinSyntax, setLeadingDelimiter, setLocale, setLong, setMajorVersion, setMinorVersion, setNumber, setObject, setQueryTimeout, setRef, setShort, setStatementQueryTimeout, setString, setSupportsDelimitedIdentifiers, setSupportsXMLColumn, setTime, setTimeouts, setTimeouts, setTimestamp, setTrailingDelimiter, setTrimSchemaName, setTyped, setUnknown, setUnknown, setXMLTypeEncoding, shorten, startConfiguration, storageWarning, substring, supportsDeferredForeignKeyConstraints, supportsDeleteAction, supportsIsolationForUpdate, supportsLocking, supportsRandomAccessResultSet, supportsUpdateAction, toBulkOperation, toDBName, toDBName, toDelete, toNativeJoin, toOperation, toOperation, toSelect, toSelect, toSelect, toSelect, toSelect, toSelectCount, toSnakeCase, toSQL92Join, toTraditionalJoin, toUpdate, updateClob, validateBatchProcess, validateDBSpecificBatchProcess, versionEqualOrEarlierThan, versionEqualOrLaterThan, versionLaterThan
- 
Field Details- 
_timestampTypes
- 
allSequencesSQLSQL statement to load all sequence schema,name pairs from all schemas.
- 
namedSequencesFromAllSchemasSQLSQL statement to load schema,name pairs for all sequences with a certain name from all schemas.
- 
allSequencesFromOneSchemaSQLSQL statement to load schema,name pairs from a named schema.
- 
namedSequenceFromOneSchemaSQLSQL statement to load a sequence's schema,name pair from one schema.
- 
supportsSetFetchSizepublic boolean supportsSetFetchSizeSome Postgres drivers do not support theStatement.setFetchSize(int)method.
- 
isOwnedSequenceSQLStatement used to determine whether a sequence is owned. Owned sequences are managed by the database and are considered system sequences. parm 1: '<table_name.schema_name>' parm 2: '' 
 
- 
- 
Constructor Details- 
PostgresDictionarypublic PostgresDictionary()
 
- 
- 
Method Details- 
getDateDescription copied from class:DBDictionaryConvert the specified column of the SQL ResultSet to the proper java type. Converts the date from aTimestampby default.- Overrides:
- getDatein class- DBDictionary
- Throws:
- SQLException
 
- 
getByteDescription copied from class:DBDictionaryConvert the specified column of the SQL ResultSet to the proper java type.- Overrides:
- getBytein class- DBDictionary
- Throws:
- SQLException
 
- 
getShortDescription copied from class:DBDictionaryConvert the specified column of the SQL ResultSet to the proper java type.- Overrides:
- getShortin class- DBDictionary
- Throws:
- SQLException
 
- 
getIntDescription copied from class:DBDictionaryConvert the specified column of the SQL ResultSet to the proper java type.- Overrides:
- getIntin class- DBDictionary
- Throws:
- SQLException
 
- 
getLongDescription copied from class:DBDictionaryConvert the specified column of the SQL ResultSet to the proper java type.- Overrides:
- getLongin class- DBDictionary
- Throws:
- SQLException
 
- 
setNullHandle XML and bytea/oid columns in a PostgreSQL way.- Overrides:
- setNullin class- DBDictionary
- Throws:
- SQLException
 
- 
appendSelectRangeDescription copied from class:DBDictionaryIf this dictionary can select ranges, use this method to append the range SQL.- Overrides:
- appendSelectRangein class- DBDictionary
 
- 
indexOfDescription copied from class:DBDictionaryInvoke this database's indexOf function.- Overrides:
- indexOfin class- DBDictionary
- Parameters:
- buf- the SQL buffer to write the indexOf invocation to
- str- a query value representing the target string
- find- a query value representing the search string
- start- a query value representing the start index, or null to start at the beginning
 
- 
supportsDeferredUniqueConstraintsprotected boolean supportsDeferredUniqueConstraints()Description copied from class:DBDictionaryWhether or not this dictionary supports deferred unique constraints. This implementation returnsDBDictionary.supportsUniqueConstraints.- Overrides:
- supportsDeferredUniqueConstraintsin class- DBDictionary
 
- 
getSequencesSQLDescription copied from class:DBDictionaryReturn the SQL needed to select the list of sequences.- Overrides:
- getSequencesSQLin class- DBDictionary
 
- 
getSequencesSQL- Overrides:
- getSequencesSQLin class- DBDictionary
 
- 
isSystemSequenceDescription copied from class:DBDictionaryThis method is used to filter system sequences from database metadata. Return true if the given sequence represents a system sequence that should not appear in the schema definition. Returns true if system schema by default.- Overrides:
- isSystemSequencein class- DBDictionary
- Parameters:
- name- the table name
- schema- the table schema; may be null
- targetSchema- if true, then the given schema was listed by the user as one of his schemas
 
- 
isSystemSequenceDescription copied from class:DBDictionaryThis method is used to filter system sequences from database metadata. Return true if the given sequence represents a system sequence that should not appear in the schema definition. Returns true if system schema by default.- Overrides:
- isSystemSequencein class- DBDictionary
- Parameters:
- name- the table name
- schema- the table schema; may be null
- targetSchema- if true, then the given schema was listed by the user as one of his schemas
 
- 
isSystemSequencepublic boolean isSystemSequence(DBIdentifier name, DBIdentifier schema, boolean targetSchema, Connection conn) Description copied from class:DBDictionaryThis method is used to filter system sequences from database metadata. Return true if the given sequence represents a system sequence that should not appear in the schema definition. Returns true if system schema by default.- Overrides:
- isSystemSequencein class- DBDictionary
- Parameters:
- name- the table name
- schema- the table schema; may be null
- targetSchema- if true, then the given schema was listed by the user as one of his schemas
- conn- connection to the database
 
- 
isOwnedSequenceUses the native Postgres function pg_get_serial_sequence to determine whether a sequence is owned by the database. Column types such as bigserial use a system assigned sequence generator of the format: table_column_seq
- 
isSystemTableDescription copied from class:DBDictionaryThis method is used to filter system tables from database metadata. Return true if the given table name represents a system table that should not appear in the schema definition. By default, returns true only if the given table is in the internal list of system tables, or if the given schema is in the list of system schemas and is not the target schema.- Overrides:
- isSystemTablein class- DBDictionary
- Parameters:
- name- the table name
- schema- the table schema; may be null
- targetSchema- if true, then the given schema was listed by the user as one of his schemas
 
- 
isSystemTableDescription copied from class:DBDictionaryThis method is used to filter system tables from database metadata. Return true if the given table name represents a system table that should not appear in the schema definition. By default, returns true only if the given table is in the internal list of system tables, or if the given schema is in the list of system schemas and is not the target schema.- Overrides:
- isSystemTablein class- DBDictionary
- Parameters:
- name- the table name
- schema- the table schema; may be null
- targetSchema- if true, then the given schema was listed by the user as one of his schemas
 
- 
isSystemIndexDescription copied from class:DBDictionaryThis method is used to filter system indexes from database metadata. Return true if the given index name represents a system index that should not appear in the schema definition. Returns false by default.- Overrides:
- isSystemIndexin class- DBDictionary
- Parameters:
- name- the index name
- table- the index table
 
- 
isSystemIndexDescription copied from class:DBDictionaryThis method is used to filter system indexes from database metadata. Return true if the given index name represents a system index that should not appear in the schema definition. Returns false by default.- Overrides:
- isSystemIndexin class- DBDictionary
- Parameters:
- name- the index name
- table- the index table
 
- 
decorateDescription copied from class:DBDictionaryDecorate the given connection if needed. Some databases require special handling for JDBC bugs. This implementation issues anyDBDictionary.initializationSQLthat has been set for the dictionary but does not decorate the connection.- Specified by:
- decoratein interface- ConnectionDecorator
- Overrides:
- decoratein class- DBDictionary
- Throws:
- SQLException
 
- 
getLOBStream- Overrides:
- getLOBStreamin class- DBDictionary
- Throws:
- SQLException
 
- 
insertBlobForStreamingLoadpublic void insertBlobForStreamingLoad(Row row, Column col, JDBCStore store, Object ob, Select sel) throws SQLException - Overrides:
- insertBlobForStreamingLoadin class- DBDictionary
- Throws:
- SQLException
 
- 
updateBlob- Overrides:
- updateBlobin class- DBDictionary
- Throws:
- SQLException
 
- 
deleteStream- Overrides:
- deleteStreamin class- DBDictionary
- Throws:
- SQLException
 
- 
getLocalDateDescription copied from class:DBDictionaryRetrieve the specified column of the SQL ResultSet to the properLocalDatejava type.- Overrides:
- getLocalDatein class- DBDictionary
- Throws:
- SQLException
 
- 
getLocalTimeDescription copied from class:DBDictionaryRetrieve the specified column of the SQL ResultSet to the properLocalTimejava type.- Overrides:
- getLocalTimein class- DBDictionary
- Throws:
- SQLException
 
- 
getLocalDateTimeDescription copied from class:DBDictionaryRetrieve the specified column of the SQL ResultSet to the properLocalDateTimejava type.- Overrides:
- getLocalDateTimein class- DBDictionary
- Throws:
- SQLException
 
- 
getOffsetDateTimeDescription copied from class:DBDictionaryRetrieve the specified column of the SQL ResultSet to the properOffsetDateTimejava type.- Overrides:
- getOffsetDateTimein class- DBDictionary
- Throws:
- SQLException
 
- 
setOffsetTimepublic void setOffsetTime(PreparedStatement stmnt, int idx, OffsetTime val, Column col) throws SQLException default column type for OffsetTime is 'time with time zone'. But opposed to the name PostgreSQL internally stores those values in UTC time without any timezone.- Overrides:
- setOffsetTimein class- DBDictionary
- Throws:
- SQLException
 
- 
getOffsetTimeDescription copied from class:DBDictionaryRetrieve the specified column of the SQL ResultSet to the properOffsetTimejava type.- Overrides:
- getOffsetTimein class- DBDictionary
- Throws:
- SQLException
 
- 
setLocalDatepublic void setLocalDate(PreparedStatement stmnt, int idx, LocalDate val, Column col) throws SQLException Description copied from class:DBDictionarySet the given LocalDate value as a parameter to the statement.- Overrides:
- setLocalDatein class- DBDictionary
- Throws:
- SQLException
 
- 
setLocalTimepublic void setLocalTime(PreparedStatement stmnt, int idx, LocalTime val, Column col) throws SQLException Description copied from class:DBDictionarySet the given LocalTime value as a parameter to the statement.- Overrides:
- setLocalTimein class- DBDictionary
- Throws:
- SQLException
 
- 
setLocalDateTimepublic void setLocalDateTime(PreparedStatement stmnt, int idx, LocalDateTime val, Column col) throws SQLException Description copied from class:DBDictionarySet the given LocalTime value as a parameter to the statement.- Overrides:
- setLocalDateTimein class- DBDictionary
- Throws:
- SQLException
 
- 
setOffsetDateTimepublic void setOffsetDateTime(PreparedStatement stmnt, int idx, OffsetDateTime val, Column col) throws SQLException Description copied from class:DBDictionarySet the given LocalTime value as a parameter to the statement.- Overrides:
- setOffsetDateTimein class- DBDictionary
- Throws:
- SQLException
 
- 
connectedConfigurationDetermine XML column support and backslash handling, etc- Overrides:
- connectedConfigurationin class- DBDictionary
- Throws:
- SQLException
 
- 
isFatalExceptionDescription copied from class:DBDictionaryDetermine if the given SQL Exception is fatal or recoverable (such as a timeout). This implementation always returns true (i.e. all exceptions are fatal). The current dictionary implementation can overwrite this method to mark certain exception conditions as recoverable error.- Overrides:
- isFatalExceptionin class- DBDictionary
- Parameters:
- subtype- A constant indicating the category of error as defined in- StoreException.
- ex- original SQL Exception as raised by the database driver.
- Returns:
- false if the error is fatal.
 
- 
setClobStringpublic void setClobString(PreparedStatement stmnt, int idx, String val, Column col) throws SQLException If column is an XML column, PostgreSQL requires that its value is set by usingPreparedStatement.setObject(int, Object, int)withTypes.OTHERas the third argument.- Overrides:
- setClobStringin class- DBDictionary
- Throws:
- SQLException
 
- 
getObjectOverride the getOjbect() method to handle the case where the latest Postgres JDBC driver returns a org.postgresql.util.PGobject instead of a java.sql.Timestamp- Overrides:
- getObjectin class- DBDictionary
- Parameters:
- rs-
- column-
- map-
- Throws:
- SQLException
 
- 
appendXmlComparisonpublic void appendXmlComparison(SQLBuffer buf, String op, FilterValue lhs, FilterValue rhs, boolean lhsxml, boolean rhsxml) Append XML comparison.- Overrides:
- appendXmlComparisonin class- DBDictionary
- Parameters:
- buf- the SQL buffer to write the comparison
- op- the comparison operation to perform
- lhs- the left hand side of the comparison
- rhs- the right hand side of the comparison
- lhsxml- indicates whether the left operand maps to XML
- rhsxml- indicates whether the right operand maps to XML
 
- 
getPlaceholderValueStringReturn a SQL string to act as a placeholder for the given column.- Overrides:
- getPlaceholderValueStringin class- DBDictionary
 
- 
getLargeObjectManagerprotected org.postgresql.largeobject.LargeObjectManager getLargeObjectManager(DelegatingConnection conn) throws SQLException Get the native PostgreSQL Large Object Manager used for LOB handling.- Throws:
- SQLException
 
- 
getPGConnectionGet the native PostgreSQL connection from the given connection. Various attempts of unwrapping are being performed.
- 
getDbcpDelegateGet the delegated connection from the given DBCP connection.- Parameters:
- conn- must be a DBCP connection
- Returns:
- connection the DBCP connection delegates to
 
 
-