Difference between revisions of "PostgreSQL Adapter Project - Extending SQLAdapter"
Line 1: | Line 1: | ||
[[category: NexJ Express PostgreSQL]] | [[category: NexJ Express PostgreSQL]] | ||
− | Task Summary | + | ==Task Summary== |
{| border="1" cellpadding="4" cellspacing="2" style="border: 1px solid black;border-collapse:collapse;" | {| border="1" cellpadding="4" cellspacing="2" style="border: 1px solid black;border-collapse:collapse;" | ||
|- | |- | ||
Line 148: | Line 148: | ||
| colspan="3" |'''Override''' | | colspan="3" |'''Override''' | ||
|} | |} | ||
+ | |||
+ | ==Resources== |
Revision as of 14:25, 22 January 2011
Task Summary
Task | Status | Test Status |
---|---|---|
Implement | ||
appendIdentityColumn | ||
appendIdentityPrefix | ||
appendIdentitySuffix | ||
appendIdentityValue | ||
appendInfixHint | ||
appendLiteral | ||
appendMatchStatement | ||
appendNoRowsBlock | ||
appendNoRowsEnd | ||
appendNoRowsStart | ||
appendPrefixHint | ||
appendStringLengthPrefix | ||
appendSubstringPrefix | ||
appendSuffixHint | ||
appendTableHint | ||
appendTypeConversion | ||
bindIdentity | ||
createSchemaManager | ||
getDuplicateKeyName | ||
getIdentityValue | ||
getMaxTime | ||
getMinTime | ||
getTestSQL | ||
indexNameMatches | ||
isBatchSupported | ||
isBatchUpdateCountSupported | ||
isBatchable | ||
isDateRangeException | ||
isDeadlockException | ||
isDuplicateKeyException | ||
isLiteral | ||
isLockTimeoutException | ||
isQueryTimeoutException | ||
isUnicode | ||
Override |