Difference between revisions of "PostgreSQL Adapter Project - Extending SQLAdapter"
Line 105: | Line 105: | ||
|- | |- | ||
|<code>indexNameMatches</code> | |<code>indexNameMatches</code> | ||
− | | | + | |DONE |
− | | | + | |DONE |
|- | |- | ||
|<code>isBatchSupported</code> | |<code>isBatchSupported</code> | ||
Line 129: | Line 129: | ||
|- | |- | ||
|<code>isDuplicateKeyException</code> | |<code>isDuplicateKeyException</code> | ||
− | |DONE | + | |DONE |
− | | | + | |DONE |
|- | |- | ||
|<code>isLiteral</code> | |<code>isLiteral</code> |
Revision as of 13:10, 3 March 2011
Summary
- Extend SQLAdapter to support PostgreSQL.
- SQLAdapter is used to manipulate data in existing schemas (DML)
Tasks
Task | Status | Test Status |
---|---|---|
Implement | ||
appendIdentityColumn
|
||
appendIdentityPrefix
|
||
appendIdentitySuffix
|
||
appendIdentityValue
|
||
appendInfixHint
|
||
appendLiteral
|
DONE | DONE |
appendMatchStatement
|
DONE | DONE |
appendNoRowsBlock NOTE: Cannot use conditional statement outside stored procedure |
DONE | |
appendNoRowsEnd see note above |
DONE | |
appendNoRowsStart see note above |
DONE | |
appendPrefixHint
|
||
appendStringLengthPrefix
|
DONE | DONE |
appendSubstringPrefix
|
DONE | DONE |
appendSuffixHint
|
DONE | |
appendTableHint
|
||
appendTypeConversion
|
DONE | DONE |
bindIdentity
|
||
createSchemaManager
|
DONE | |
getDuplicateKeyName
|
DONE | |
getIdentityValue
|
||
getMaxTime
|
DONE | |
getMinTime
|
DONE | |
getTestSQL
|
DONE | |
indexNameMatches
|
DONE | DONE |
isBatchSupported
|
DONE | |
isBatchUpdateCountSupported
|
DONE | |
isBatchable
|
DONE | |
isDateRangeException
|
DONE | |
isDeadlockException
|
DONE ? | |
isDuplicateKeyException
|
DONE | DONE |
isLiteral
|
DONE | |
isLockTimeoutException
|
DONE ? | |
isQueryTimeoutException
|
DONE | |
isUnicode
|
DONE | |
Override | ||
appendLiteral(StringBuffer buf, String sValue)
|
DONE |