Difference between revisions of "PostgreSQL Adapter Project - Extending SQLAdapter"
(→Task Summary) |
(→Task Summary) |
||
Line 34: | Line 34: | ||
|- | |- | ||
|<code>appendLiteral</code> | |<code>appendLiteral</code> | ||
− | | | + | |DONE |
| | | | ||
|- | |- | ||
Line 82: | Line 82: | ||
|- | |- | ||
|<code>createSchemaManager</code> | |<code>createSchemaManager</code> | ||
− | | | + | | DONE |
− | | | + | | |
|- | |- | ||
|<code>getDuplicateKeyName</code> | |<code>getDuplicateKeyName</code> | ||
Line 94: | Line 94: | ||
|- | |- | ||
|<code>getMaxTime</code> | |<code>getMaxTime</code> | ||
− | | | + | |DONE |
| | | | ||
|- | |- | ||
|<code>getMinTime</code> | |<code>getMinTime</code> | ||
− | | | + | |DONE |
| | | | ||
|- | |- | ||
|<code>getTestSQL</code> | |<code>getTestSQL</code> | ||
− | | | + | |DONE |
| | | | ||
|- | |- | ||
Line 110: | Line 110: | ||
|- | |- | ||
|<code>isBatchSupported</code> | |<code>isBatchSupported</code> | ||
− | | | + | |DONE |
| | | | ||
|- | |- | ||
Line 118: | Line 118: | ||
|- | |- | ||
|<code>isBatchable</code> | |<code>isBatchable</code> | ||
− | | | + | |DONE |
| | | | ||
|- | |- |
Revision as of 14:32, 26 January 2011
- Extend SQLAdapter to support PostgreSQL.
- SQLAdapter is used to manipulate data in existing schemas (DML)
Task Summary
Task | Status | Test Status |
---|---|---|
Implement | ||
appendIdentityColumn
|
||
appendIdentityPrefix
|
||
appendIdentitySuffix
|
||
appendIdentityValue
|
||
appendInfixHint
|
||
appendLiteral
|
DONE | |
appendMatchStatement
|
||
appendNoRowsBlock
|
||
appendNoRowsEnd
|
||
appendNoRowsStart
|
||
appendPrefixHint
|
||
appendStringLengthPrefix
|
||
appendSubstringPrefix
|
||
appendSuffixHint
|
||
appendTableHint
|
||
appendTypeConversion
|
||
bindIdentity
|
||
createSchemaManager
|
DONE | |
getDuplicateKeyName
|
||
getIdentityValue
|
||
getMaxTime
|
DONE | |
getMinTime
|
DONE | |
getTestSQL
|
DONE | |
indexNameMatches
|
||
isBatchSupported
|
DONE | |
isBatchUpdateCountSupported
|
||
isBatchable
|
DONE | |
isDateRangeException
|
||
isDeadlockException
|
||
isDuplicateKeyException
|
||
isLiteral
|
||
isLockTimeoutException
|
||
isQueryTimeoutException
|
||
isUnicode
|
||
Override | ||
appendLiteral(StringBuffer buf, String sValue)
|
DONE |