Package org.apache.openjpa.jdbc.sql
Class FirebirdDictionary
java.lang.Object
org.apache.openjpa.jdbc.sql.DBDictionary
org.apache.openjpa.jdbc.sql.FirebirdDictionary
- All Implemented Interfaces:
JoinSyntaxes
,Configurable
,IdentifierConfiguration
,ConnectionDecorator
,LoggingConnectionDecorator.SQLWarningHandler
Dictionary for Firebird. Supports Firebird versions 1.5, 2.0 and 2.1.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.openjpa.jdbc.sql.DBDictionary
DBDictionary.DateMillisecondBehaviors, DBDictionary.SerializedData
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected String
protected String
protected String
protected String
protected String
protected String
static final int
static final int
static final int
int
int
protected long
static final String
static final String
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, xmlTypeName
Fields inherited from interface org.apache.openjpa.jdbc.sql.JoinSyntaxes
SYNTAX_DATABASE, SYNTAX_SQL92, SYNTAX_TRADITIONAL
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
appendSelectRange
(SQLBuffer buf, long start, long end, boolean subselect) Use eitherFIRST <p> SKIP <q>
orROWS <m> TO <n>
syntax.protected String
appendSize
(Column col, String typeName) On Firebird 1.5 reduce the size of indexedVARCHAR
column to 252 or a value specified by user. 252 is the maximum Firebird 1.5 can handle for one-column indexes.void
Determine Firebird version and configure itself accordingly.protected int
Determine Firebird version either by using JDBC 3 methods or, if they are not available, by parsing the value returned by DatabaseMetaData.getDatabaseProductVersion().protected void
Determine range syntax to be used depending on Firebird version.protected String
getColumnNameForMetadata
(String columnName) Return%
ifcolumnName
isnull
, otherwise delegate to super implementation.String[]
Return eitherCREATE SEQUENCE <sequence name>
orCREATE GENERATOR <sequence name>
.String[]
getDropColumnSQL
(Column column) ReturnALTER TABLE <table name> DROP <col name>
.String[]
On Firebird 1.5 returnDROP GENERATOR <sequence name>
.Return<value> AS <type>
.protected String
getSequencesSQL
(String schemaName, String sequenceName) Return Firebird-specific statement to select the list of sequences.protected String
getSequencesSQL
(DBIdentifier schemaName, DBIdentifier sequenceName) protected String
getTableNameForMetadata
(String tableName) Return%
iftableName
isnull
, otherwise delegate to super implementation.protected String
getTableNameForMetadata
(DBIdentifier tableName) Returns the table name that will be used for obtaining information fromDatabaseMetaData
.void
indexOf
(SQLBuffer buf, FilterValue str, FilterValue find, FilterValue start) On Firebird 2.1 returnPOSITION(<find>, <str> [, <start>])
.
protected int
matchErrorState
(Map<Integer, Set<String>> errorStates, SQLException ex) Use error code as SQL state returned by Firebird is ambiguous.protected Sequence
newSequence
(ResultSet sequenceMeta) Call super implementation and trim sequence name.void
substring
(SQLBuffer buf, FilterValue str, FilterValue start, FilterValue length) UseSUBSTRING(<col name> FROM <m> FOR <n>)
.Methods inherited from class org.apache.openjpa.jdbc.sql.DBDictionary
addCastAsType, addErrorCode, appendCast, appendLength, appendNumericCast, appendSelect, appendUpdates, appendXmlComparison, applyRange, assertSupport, calculateValue, canOuterJoin, closeDataSource, combineForeignKey, comment, comparison, configureNamingRules, convertSchemaCase, convertSchemaCase, copy, copy, createIndexIfNecessary, createIndexIfNecessary, decorate, deleteStream, delimitAll, endConfiguration, executeQuery, fromDBName, getAddColumnSQL, getAddForeignKeySQL, getAddPrimaryKeySQL, getAlterSequenceSQL, getArray, getAsciiStream, getBatchFetchSize, getBatchLimit, getBatchUpdateCount, getBigDecimal, getBigInteger, getBinaryStream, getBlob, getBlobObject, getBoolean, getBooleanRepresentation, getByte, getBytes, getCalendar, getCastFunction, getCastFunction, getCatalogNameForMetadata, getCatalogNameForMetadata, getChar, getCharacterStream, getClob, getClobString, getColumnDBName, getColumnIdentifier, getColumnNameForMetadata, getColumns, getColumns, getConversionKey, getCreateIndexSQL, getCreateTableSQL, getCreateTableSQL, getDate, getDate, getDateFractionDigits, getDeclareColumnSQL, getDefaultIdentifierRule, getDefaultSchemaName, getDeleteTableContentsSQL, getDeleteTargets, getDelimitedCase, getDelimitIdentifiers, getDouble, getDropForeignKeySQL, getDropIndexSQL, getDropPrimaryKeySQL, getDropTableSQL, getFloat, getForeignKeyConstraintSQL, getForUpdateClause, getFrom, getFromSelect, getFullIdentifier, getFullName, getFullName, getFullName, getGeneratedKey, getGeneratedKeySequenceName, getGenKeySeqName, getIdentifierConcatenator, getIdentifierDelimiter, getIdentifierRule, getIdentifierRules, getIdentityColumnName, getImportedKeys, getImportedKeys, getImportedKeys, getImportedKeys, getIndexInfo, getIndexInfo, getInt, getInvalidColumnWordSet, getIsNotNullSQL, getIsNullSQL, getJDBCType, getJDBCType, getJDBCType, getKey, getLeadingDelimiter, getLOBStream, getLocalDate, getLocalDateTime, getLocale, getLocalTime, getLog, getLong, getMajorVersion, getMarkerForInsertUpdate, getMillisecondBehavior, getMinorVersion, getNamingUtil, getNumber, getObject, getOffsetDateTime, getOffsetTime, getPreferredType, getPrimaryKeyConstraintSQL, getPrimaryKeys, getPrimaryKeys, getPrimaryKeysFromBestRowIdentifier, getPrimaryKeysFromBestRowIdentifier, getPrimaryKeysFromGetPrimaryKeys, getPrimaryKeysFromGetPrimaryKeys, getRef, getSchemaCase, getSchemaNameForMetadata, getSchemaNameForMetadata, getSelectOperation, getSelects, getSelectTableAliases, getSequence, getSequences, getSequences, getShort, getStoredProcedure, getString, getSupportsDelimitedIdentifiers, getSupportsXMLColumn, 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, insertBlobForStreamingLoad, insertClobForStreamingLoad, insertSize, isFatalException, isImplicitJoin, isSelect, isSystemIndex, isSystemIndex, isSystemSequence, isSystemSequence, isSystemSequence, isSystemTable, isSystemTable, isUsingLimit, isUsingOffset, isUsingOrderBy, isUsingRange, makeNameValid, makeNameValid, makeNameValid, makeNameValid, mathFunction, needsToCreateIndex, needsToCreateIndex, newColumn, newForeignKey, newIndex, newPrimaryKey, 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, setClobString, setConfiguration, setDate, setDate, setDateMillisecondBehavior, setDefaultSchemaName, setDelimitedCase, setDelimitIdentifiers, setDouble, setFloat, setInt, setJoinSyntax, setLeadingDelimiter, setLocalDate, setLocalDateTime, setLocale, setLocalTime, setLong, setMajorVersion, setMinorVersion, setNull, setNumber, setObject, setOffsetDateTime, setOffsetTime, setQueryTimeout, setRef, setShort, setStatementQueryTimeout, setString, setSupportsDelimitedIdentifiers, setSupportsXMLColumn, setTime, setTimeouts, setTimeouts, setTimestamp, setTrailingDelimiter, setTrimSchemaName, setTyped, setUnknown, setUnknown, setXMLTypeEncoding, shorten, startConfiguration, storageWarning, supportsDeferredForeignKeyConstraints, supportsDeferredUniqueConstraints, supportsDeleteAction, supportsIsolationForUpdate, supportsLocking, supportsRandomAccessResultSet, supportsUpdateAction, toBulkOperation, toDBName, toDBName, toDelete, toNativeJoin, toOperation, toOperation, toSelect, toSelect, toSelect, toSelect, toSelect, toSelectCount, toSnakeCase, toSQL92Join, toTraditionalJoin, toUpdate, updateBlob, updateClob, validateBatchProcess, validateDBSpecificBatchProcess, versionEqualOrEarlierThan, versionEqualOrLaterThan, versionLaterThan
-
Field Details
-
firebirdVersion
public int firebirdVersion -
indexedVarcharMaxSizeFB15
public int indexedVarcharMaxSizeFB15 -
rangeSyntax
-
maxRowNumberInRange
protected long maxRowNumberInRange -
alterSequenceSQLFB15
-
alterSequenceSQLFB20
-
createSequenceSQLFB15
-
createSequenceSQLFB20
-
dropSequenceSQLFB15
-
alterSequenceSQL
-
createSequenceSQL
-
FB_VERSION_15
public static final int FB_VERSION_15- See Also:
-
FB_VERSION_20
public static final int FB_VERSION_20- See Also:
-
FB_VERSION_21
public static final int FB_VERSION_21- See Also:
-
RANGE_SYNTAX_FIRST_SKIP
- See Also:
-
RANGE_SYNTAX_ROWS
- See Also:
-
-
Constructor Details
-
FirebirdDictionary
public FirebirdDictionary()
-
-
Method Details
-
connectedConfiguration
Determine Firebird version and configure itself accordingly.- Overrides:
connectedConfiguration
in classDBDictionary
- Throws:
SQLException
-
appendSelectRange
Use eitherFIRST <p> SKIP <q>
orROWS <m> TO <n>
syntax. IfROWS
variant is used andend
equalsLong.MAX_VALUE
, a constant is used as<n>
value.- Overrides:
appendSelectRange
in classDBDictionary
-
determineFirebirdVersion
Determine Firebird version either by using JDBC 3 methods or, if they are not available, by parsing the value returned by DatabaseMetaData.getDatabaseProductVersion(). User can override Firebird version.- Throws:
SQLException
-
determineRangeSyntax
protected void determineRangeSyntax()Determine range syntax to be used depending on Firebird version. User can override range syntax. -
getPlaceholderValueString
Return<value> AS <type>
.- Overrides:
getPlaceholderValueString
in classDBDictionary
-
getTableNameForMetadata
Return%
iftableName
isnull
, otherwise delegate to super implementation.- Overrides:
getTableNameForMetadata
in classDBDictionary
-
getTableNameForMetadata
Description copied from class:DBDictionary
Returns the table name that will be used for obtaining information fromDatabaseMetaData
.- Overrides:
getTableNameForMetadata
in classDBDictionary
-
getColumnNameForMetadata
Return%
ifcolumnName
isnull
, otherwise delegate to super implementation.- Overrides:
getColumnNameForMetadata
in classDBDictionary
-
getDropColumnSQL
ReturnALTER TABLE <table name> DROP <col name>
.- Overrides:
getDropColumnSQL
in classDBDictionary
-
getCreateSequenceSQL
Return eitherCREATE SEQUENCE <sequence name>
orCREATE GENERATOR <sequence name>
. If initial value of sequence is set, return also an appropriateALTER
statement.- Overrides:
getCreateSequenceSQL
in classDBDictionary
-
getSequencesSQL
Return Firebird-specific statement to select the list of sequences.- Overrides:
getSequencesSQL
in classDBDictionary
-
getSequencesSQL
- Overrides:
getSequencesSQL
in classDBDictionary
-
newSequence
Call super implementation and trim sequence name. This is because of trailing spaces problem:RDB$GENERATORS.RDB$GENERATOR_NAME
isCHAR(31)
and usingRTRIM
UDF function on Firebird 1.5 surprisingly returns a string right-padded with spaces up to the length of 255.- Overrides:
newSequence
in classDBDictionary
- Throws:
SQLException
-
getDropSequenceSQL
On Firebird 1.5 returnDROP GENERATOR <sequence name>
. On Firebird 2.0 and later delegate to the super implementation.- Overrides:
getDropSequenceSQL
in classDBDictionary
-
indexOf
On Firebird 2.1 returnPOSITION(<find>, <str> [, <start>])
. On older versions throw
UnsupportedException
- no suitable function exists.- Overrides:
indexOf
in classDBDictionary
- Parameters:
buf
- 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 beginning
-
substring
UseSUBSTRING(<col name> FROM <m> FOR <n>)
. Parameters are inlined because neither parameter binding nor expressions are accepted by Firebird here. As a result, anUnsupportedException
is thrown when something else than a constant is used instart
orlength
.- Overrides:
substring
in classDBDictionary
- Parameters:
buf
- the SQL buffer to write the substring invocation tostr
- a query value representing the target stringstart
- a query value representing the start indexlength
- a query value representing the length of substring, or null for none
-
appendSize
On Firebird 1.5 reduce the size of indexedVARCHAR
column to 252 or a value specified by user. 252 is the maximum Firebird 1.5 can handle for one-column indexes. On Firebird 2.0 and later delegate to the super implementation.- Overrides:
appendSize
in classDBDictionary
-
matchErrorState
Use error code as SQL state returned by Firebird is ambiguous.- Overrides:
matchErrorState
in classDBDictionary
- Parameters:
errorStates
- classification of SQL error states by their specific nature. The keys of the map represent one of the constants defined inStoreException
. The value corresponding to a key represent the set of SQL Error States representing specific category of database error. This supplied map is sourced fromsql-error-state-codes.xml and filtered the error states for the current database.
ex
- original SQL Exception as raised by the database driver.- Returns:
- A constant indicating the category of error as defined in
StoreException
.
-