PostgreSQL Adapter Project - Extending SQLAdapter

From CDOT Wiki
Revision as of 12:45, 27 January 2011 by Gbatumbya (talk | contribs)
Jump to: navigation, search
  • 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 DONE
Override
appendLiteral(StringBuffer buf, String sValue) DONE

Resources