public class PostgresDictionary extends DBDictionary
| Modifier and Type | Class and Description |
|---|---|
protected static class |
PostgresDictionary.PostgresConnection
Connection wrapper to work around the postgres empty result set bug.
|
protected static class |
PostgresDictionary.PostgresPreparedStatement
Statement wrapper to work around the postgres empty result set bug.
|
DBDictionary.SerializedData| Modifier and Type | Field and Description |
|---|---|
protected java.util.Set<java.lang.String> |
_timestampTypes |
java.lang.String |
allSequencesFromOneSchemaSQL
SQL statement to load schema,name pairs from a named schema.
|
java.lang.String |
allSequencesSQL
SQL statement to load all sequence schema,name pairs from all schemas.
|
java.lang.String |
isOwnedSequenceSQL
Statement used to determine whether a sequence is owned.
|
java.lang.String |
namedSequenceFromOneSchemaSQL
SQL statement to load a sequence's schema,name pair from one schema.
|
java.lang.String |
namedSequencesFromAllSchemasSQL
SQL statement to load schema,name pairs for all sequences with a
certain name from all schemas.
|
boolean |
supportsSetFetchSize
Some Postgres drivers do not support the
Statement.setFetchSize(int)
method. |
_proxyManager, allowsAliasInBulkClause, arrayTypeName, autoAssignClause, autoAssignTypeName, batchLimit, bigintTypeName, binaryTypeName, bitLengthFunction, bitTypeName, blobBufferSize, blobTypeName, 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, datePrecision, dateTypeName, DECI, decimalTypeName, defaultSchemaName, delimitedCase, distinctCountColumnSeparator, distinctTypeName, doubleTypeName, driverVendor, dropTableSQL, fixedSizeTypeNames, fixedSizeTypeNameSet, floatTypeName, forUpdateClause, getStringVal, inClauseLimit, initializationSQL, innerJoinClause, integerTypeName, invalidColumnWordSet, isJDBC3, isJDBC4, javaObjectTypeName, 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, timeTypeName, 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, xmlTypeNameSYNTAX_DATABASE, SYNTAX_SQL92, SYNTAX_TRADITIONAL| Constructor and Description |
|---|
PostgresDictionary() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
appendSelectRange(SQLBuffer buf,
long start,
long end,
boolean subselect)
If this dictionary can select ranges,
use this method to append the range SQL.
|
void |
appendXmlComparison(SQLBuffer buf,
java.lang.String op,
FilterValue lhs,
FilterValue rhs,
boolean lhsxml,
boolean rhsxml)
Append XML comparison.
|
void |
connectedConfiguration(java.sql.Connection conn)
Determine XML column support and backslash handling.
|
java.sql.Connection |
decorate(java.sql.Connection conn)
Decorate the given connection if needed.
|
void |
deleteStream(JDBCStore store,
Select sel) |
byte |
getByte(java.sql.ResultSet rs,
int column)
Convert the specified column of the SQL ResultSet to the proper
java type.
|
java.util.Date |
getDate(java.sql.ResultSet rs,
int column)
Convert the specified column of the SQL ResultSet to the proper
java type.
|
protected java.sql.Connection |
getDbcpDelegate(java.sql.Connection conn)
Get the delegated connection from the given DBCP connection.
|
int |
getInt(java.sql.ResultSet rs,
int column)
Convert the specified column of the SQL ResultSet to the proper
java type.
|
protected org.postgresql.largeobject.LargeObjectManager |
getLargeObjectManager(DelegatingConnection conn)
Get the native PostgreSQL Large Object Manager used for LOB handling.
|
java.io.InputStream |
getLOBStream(JDBCStore store,
java.sql.ResultSet rs,
int column) |
long |
getLong(java.sql.ResultSet rs,
int column)
Convert the specified column of the SQL ResultSet to the proper
java type.
|
java.lang.Object |
getObject(java.sql.ResultSet rs,
int column,
java.util.Map map)
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.Timestamp
|
protected org.postgresql.PGConnection |
getPGConnection(DelegatingConnection conn)
Get the native PostgreSQL connection from the given connection.
|
java.lang.String |
getPlaceholderValueString(Column col)
Return a SQL string to act as a placeholder for the given column.
|
protected java.lang.String |
getSequencesSQL(DBIdentifier schemaName,
DBIdentifier sequenceName) |
protected java.lang.String |
getSequencesSQL(java.lang.String schemaName,
java.lang.String sequenceName)
Return the SQL needed to select the list of sequences.
|
short |
getShort(java.sql.ResultSet rs,
int column)
Convert the specified column of the SQL ResultSet to the proper
java type.
|
void |
indexOf(SQLBuffer buf,
FilterValue str,
FilterValue find,
FilterValue start)
Invoke this database's indexOf function.
|
void |
insertBlobForStreamingLoad(Row row,
Column col,
JDBCStore store,
java.lang.Object ob,
Select sel) |
boolean |
isOwnedSequence(DBIdentifier name,
DBIdentifier schema,
java.sql.Connection conn)
Uses the native Postgres function pg_get_serial_sequence to determine whether
a sequence is owned by the database.
|
boolean |
isSystemIndex(DBIdentifier name,
Table table)
This method is used to filter system indexes from database metadata.
|
boolean |
isSystemIndex(java.lang.String name,
Table table)
This method is used to filter system indexes from database metadata.
|
boolean |
isSystemSequence(DBIdentifier name,
DBIdentifier schema,
boolean targetSchema)
This method is used to filter system sequences from database metadata.
|
boolean |
isSystemSequence(DBIdentifier name,
DBIdentifier schema,
boolean targetSchema,
java.sql.Connection conn)
This method is used to filter system sequences from database metadata.
|
boolean |
isSystemSequence(java.lang.String name,
java.lang.String schema,
boolean targetSchema)
This method is used to filter system sequences from database metadata.
|
boolean |
isSystemTable(DBIdentifier name,
DBIdentifier schema,
boolean targetSchema)
This method is used to filter system tables from database metadata.
|
boolean |
isSystemTable(java.lang.String name,
java.lang.String schema,
boolean targetSchema)
This method is used to filter system tables from database metadata.
|
void |
setBoolean(java.sql.PreparedStatement stmnt,
int idx,
boolean val,
Column col)
Set the given value as a parameter to the statement.
|
void |
setClobString(java.sql.PreparedStatement stmnt,
int idx,
java.lang.String val,
Column col)
If column is an XML column, PostgreSQL requires that its value is set
by using
PreparedStatement.setObject(int, Object, int)
with Types.OTHER as the third argument. |
void |
setNull(java.sql.PreparedStatement stmnt,
int idx,
int colType,
Column col)
Handle XML and bytea/oid columns in a PostgreSQL way.
|
protected boolean |
supportsDeferredUniqueConstraints()
Whether or not this dictionary supports deferred unique constraints.
|
void |
updateBlob(Select sel,
JDBCStore store,
java.io.InputStream is) |
addCastAsType, addErrorCode, appendCast, appendLength, appendNumericCast, appendSelect, appendSize, appendUpdates, assertSupport, calculateValue, canOuterJoin, checkNameLength, checkNameLength, checkNameLength, 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, getBytes, getCalendar, getCastFunction, getCastFunction, getCatalogNameForMetadata, getCatalogNameForMetadata, getChar, getCharacterStream, getClob, getClobString, getColumnDBName, getColumnIdentifier, getColumnNameForMetadata, getColumnNameForMetadata, getColumns, getColumns, getConversionKey, getCreateIndexSQL, getCreateSequenceSQL, getCreateTableSQL, getCreateTableSQL, getDate, 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, getMarkerForInsertUpdate, getNamingUtil, getNumber, getPreferredType, getPrimaryKeyConstraintSQL, getPrimaryKeys, getPrimaryKeys, getPrimaryKeysFromBestRowIdentifier, getPrimaryKeysFromBestRowIdentifier, getPrimaryKeysFromGetPrimaryKeys, getPrimaryKeysFromGetPrimaryKeys, getRef, getSchemaCase, getSchemaNameForMetadata, getSchemaNameForMetadata, getSelectOperation, getSelects, getSelectTableAliases, getSequence, getSequences, getSequences, 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, isFatalException, isImplicitJoin, isSelect, makeNameValid, makeNameValid, makeNameValid, makeNameValid, matchErrorState, mathFunction, narrow, needsToCreateIndex, needsToCreateIndex, newColumn, newForeignKey, newIndex, newPrimaryKey, newSequence, newStoreException, newTable, prepareStatement, putBytes, putChars, putString, refSchemaComponents, serialize, setArray, setAsciiStream, setBatchLimit, setBigDecimal, setBigInteger, setBinaryStream, setBlob, setBlobObject, setByte, setBytes, setCalendar, setChar, setCharacterStream, setClob, setConfiguration, setDate, setDate, setDefaultSchemaName, setDelimitedCase, setDelimitIdentifiers, setDouble, setFloat, setInt, setJoinSyntax, setLeadingDelimiter, setLocale, setLong, 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, toLong, toNativeJoin, toOperation, toOperation, toSelect, toSelect, toSelect, toSelect, toSelect, toSelectCount, toSQL92Join, toTraditionalJoin, toUpdate, updateClob, validateBatchProcess, validateDBSpecificBatchProcessprotected java.util.Set<java.lang.String> _timestampTypes
public java.lang.String allSequencesSQL
public java.lang.String namedSequencesFromAllSchemasSQL
public java.lang.String allSequencesFromOneSchemaSQL
public java.lang.String namedSequenceFromOneSchemaSQL
public boolean supportsSetFetchSize
Statement.setFetchSize(int)
method.public java.lang.String isOwnedSequenceSQL
public java.util.Date getDate(java.sql.ResultSet rs,
int column)
throws java.sql.SQLException
DBDictionaryTimestamp by default.getDate in class DBDictionaryjava.sql.SQLExceptionpublic byte getByte(java.sql.ResultSet rs,
int column)
throws java.sql.SQLException
DBDictionarygetByte in class DBDictionaryjava.sql.SQLExceptionpublic short getShort(java.sql.ResultSet rs,
int column)
throws java.sql.SQLException
DBDictionarygetShort in class DBDictionaryjava.sql.SQLExceptionpublic int getInt(java.sql.ResultSet rs,
int column)
throws java.sql.SQLException
DBDictionarygetInt in class DBDictionaryjava.sql.SQLExceptionpublic long getLong(java.sql.ResultSet rs,
int column)
throws java.sql.SQLException
DBDictionarygetLong in class DBDictionaryjava.sql.SQLExceptionpublic void setBoolean(java.sql.PreparedStatement stmnt,
int idx,
boolean val,
Column col)
throws java.sql.SQLException
DBDictionarysetBoolean in class DBDictionaryjava.sql.SQLExceptionpublic void setNull(java.sql.PreparedStatement stmnt,
int idx,
int colType,
Column col)
throws java.sql.SQLException
setNull in class DBDictionaryjava.sql.SQLExceptionprotected void appendSelectRange(SQLBuffer buf, long start, long end, boolean subselect)
DBDictionaryappendSelectRange in class DBDictionarypublic void indexOf(SQLBuffer buf, FilterValue str, FilterValue find, FilterValue start)
DBDictionaryindexOf in class DBDictionarybuf - the SQL buffer to write the indexOf invocation tostr - a query value representing the target stringfind - a query value representing the search stringstart - a query value representing the start index, or null
to start at the beginningprotected boolean supportsDeferredUniqueConstraints()
DBDictionaryDBDictionary.supportsUniqueConstraints.supportsDeferredUniqueConstraints in class DBDictionaryprotected java.lang.String getSequencesSQL(java.lang.String schemaName,
java.lang.String sequenceName)
DBDictionarygetSequencesSQL in class DBDictionaryprotected java.lang.String getSequencesSQL(DBIdentifier schemaName, DBIdentifier sequenceName)
getSequencesSQL in class DBDictionarypublic boolean isSystemSequence(java.lang.String name,
java.lang.String schema,
boolean targetSchema)
DBDictionaryisSystemSequence in class DBDictionaryname - the table nameschema - the table schema; may be nulltargetSchema - if true, then the given schema was listed by
the user as one of his schemaspublic boolean isSystemSequence(DBIdentifier name, DBIdentifier schema, boolean targetSchema)
DBDictionaryisSystemSequence in class DBDictionaryname - the table nameschema - the table schema; may be nulltargetSchema - if true, then the given schema was listed by
the user as one of his schemaspublic boolean isSystemSequence(DBIdentifier name, DBIdentifier schema, boolean targetSchema, java.sql.Connection conn)
DBDictionaryisSystemSequence in class DBDictionaryname - the table nameschema - the table schema; may be nulltargetSchema - if true, then the given schema was listed by
the user as one of his schemasconn - connection to the databasepublic boolean isOwnedSequence(DBIdentifier name, DBIdentifier schema, java.sql.Connection conn)
http://www.postgresql.org/docs/current/static/functions-info.htmlpublic boolean isSystemTable(java.lang.String name,
java.lang.String schema,
boolean targetSchema)
DBDictionaryisSystemTable in class DBDictionaryname - the table nameschema - the table schema; may be nulltargetSchema - if true, then the given schema was listed by
the user as one of his schemaspublic boolean isSystemTable(DBIdentifier name, DBIdentifier schema, boolean targetSchema)
DBDictionaryisSystemTable in class DBDictionaryname - the table nameschema - the table schema; may be nulltargetSchema - if true, then the given schema was listed by
the user as one of his schemaspublic boolean isSystemIndex(java.lang.String name,
Table table)
DBDictionaryisSystemIndex in class DBDictionaryname - the index nametable - the index tablepublic boolean isSystemIndex(DBIdentifier name, Table table)
DBDictionaryisSystemIndex in class DBDictionaryname - the index nametable - the index tablepublic java.sql.Connection decorate(java.sql.Connection conn)
throws java.sql.SQLException
DBDictionaryDBDictionary.initializationSQL that has been set for the dictionary but
does not decorate the connection.decorate in interface ConnectionDecoratordecorate in class DBDictionaryjava.sql.SQLExceptionpublic java.io.InputStream getLOBStream(JDBCStore store, java.sql.ResultSet rs, int column) throws java.sql.SQLException
getLOBStream in class DBDictionaryjava.sql.SQLExceptionpublic void insertBlobForStreamingLoad(Row row, Column col, JDBCStore store, java.lang.Object ob, Select sel) throws java.sql.SQLException
insertBlobForStreamingLoad in class DBDictionaryjava.sql.SQLExceptionpublic void updateBlob(Select sel, JDBCStore store, java.io.InputStream is) throws java.sql.SQLException
updateBlob in class DBDictionaryjava.sql.SQLExceptionpublic void deleteStream(JDBCStore store, Select sel) throws java.sql.SQLException
deleteStream in class DBDictionaryjava.sql.SQLExceptionpublic void connectedConfiguration(java.sql.Connection conn)
throws java.sql.SQLException
connectedConfiguration in class DBDictionaryjava.sql.SQLExceptionpublic void setClobString(java.sql.PreparedStatement stmnt,
int idx,
java.lang.String val,
Column col)
throws java.sql.SQLException
PreparedStatement.setObject(int, Object, int)
with Types.OTHER as the third argument.setClobString in class DBDictionaryjava.sql.SQLExceptionpublic java.lang.Object getObject(java.sql.ResultSet rs,
int column,
java.util.Map map)
throws java.sql.SQLException
getObject in class DBDictionaryrs - column - map - java.sql.SQLExceptionpublic void appendXmlComparison(SQLBuffer buf, java.lang.String op, FilterValue lhs, FilterValue rhs, boolean lhsxml, boolean rhsxml)
appendXmlComparison in class DBDictionarybuf - the SQL buffer to write the comparisonop - the comparison operation to performlhs - the left hand side of the comparisonrhs - the right hand side of the comparisonlhsxml - indicates whether the left operand maps to XMLrhsxml - indicates whether the right operand maps to XMLpublic java.lang.String getPlaceholderValueString(Column col)
getPlaceholderValueString in class DBDictionaryprotected org.postgresql.largeobject.LargeObjectManager getLargeObjectManager(DelegatingConnection conn) throws java.sql.SQLException
java.sql.SQLExceptionprotected org.postgresql.PGConnection getPGConnection(DelegatingConnection conn)
protected java.sql.Connection getDbcpDelegate(java.sql.Connection conn)
conn - must be a DBCP connectionCopyright © 2006-2013 Apache Software Foundation. All Rights Reserved.