Difference between revisions of "PostgreSQL Adapter Project - Extending SQLAdapter"

From CDOT Wiki
Jump to: navigation, search
Line 1: Line 1:
 
[[category: NexJ Express PostgreSQL]]
 
[[category: NexJ Express PostgreSQL]]
 
* Extend SQLAdapter to support PostgreSQL.<br/>
 
* Extend SQLAdapter to support PostgreSQL.<br/>
* SQLAdapter is used in manipulate data in existing schemas (DML)<br/>
+
* SQLAdapter is used to manipulate data in existing schemas (DML)<br/>
 
<br>
 
<br>
 
<br>
 
<br>

Revision as of 15:49, 22 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
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

Resources