Difference between revisions of "PostgreSQL Adapter Project - Extending SQLAdapter"
Line 36: | Line 36: | ||
| DONE | | DONE | ||
|- | |- | ||
− | |a<code>ppendMatchStatement</code> | + | |a<code>ppendMatchStatement</code> |
− | | DONE | + | | DONE |
| DONE | | DONE | ||
|- | |- | ||
|<code>appendNoRowsBlock</code> <br/> NOTE: Cannot use conditional statement outside<br/> stored procedure | |<code>appendNoRowsBlock</code> <br/> NOTE: Cannot use conditional statement outside<br/> stored procedure | ||
− | | | + | | DONE |
− | | | + | | |
|- | |- | ||
− | |<code>appendNoRowsEnd</code> | + | |<code>appendNoRowsEnd</code> <br/>see note above |
− | | | + | | DONE |
− | | | + | | |
|- | |- | ||
− | |<code>appendNoRowsStart</code> | + | |<code>appendNoRowsStart</code> <br/> see note above |
− | | | + | | DONE |
− | | | + | | |
|- | |- | ||
|<code>appendPrefixHint</code> | |<code>appendPrefixHint</code> | ||
Line 65: | Line 65: | ||
|- | |- | ||
|<code>appendSuffixHint</code> | |<code>appendSuffixHint</code> | ||
− | | | + | | DONE |
| | | | ||
|- | |- |
Revision as of 12:22, 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
|
||
isBatchSupported
|
DONE | |
isBatchUpdateCountSupported
|
DONE | |
isBatchable
|
DONE | |
isDateRangeException
|
DONE | |
isDeadlockException
|
DONE ? | |
isDuplicateKeyException
|
DONE ? | |
isLiteral
|
DONE | |
isLockTimeoutException
|
DONE ? | |
isQueryTimeoutException
|
DONE | |
isUnicode
|
DONE | |
Override | ||
appendLiteral(StringBuffer buf, String sValue)
|
DONE |