Difference between revisions of "PostgreSQL Adapter Project - Extending SQLAdapter"
(→Resources) |
(→Resources) |
||
Line 157: | Line 157: | ||
==Resources== | ==Resources== | ||
− | [http://www.postgresql.org/docs/9.0/interactive/sql-syntax-lexical.html String Literals] | + | [http://www.postgresql.org/docs/9.0/interactive/sql-syntax-lexical.html String Literals] <br> |
− | [http://www.postgresql.org/docs/9.0/static/catalog-pg-database.html Database Encoding] | + | [http://www.postgresql.org/docs/9.0/static/catalog-pg-database.html Database Encoding] <br> |
− | [http://www.postgresql.org/docs/9.0/static/errcodes-appendix.html Error Codes] | + | [http://www.postgresql.org/docs/9.0/static/errcodes-appendix.html Error Codes] <br> |
Revision as of 13:27, 28 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
|
DONE | |
isBatchable
|
DONE | |
isDateRangeException
|
DONE | |
isDeadlockException
|
||
isDuplicateKeyException
|
||
isLiteral
|
||
isLockTimeoutException
|
||
isQueryTimeoutException
|
||
isUnicode
|
DONE | |
Override | ||
appendLiteral(StringBuffer buf, String sValue)
|
DONE |