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

From CDOT Wiki
Jump to: navigation, search
(Task Summary)
 
(31 intermediate revisions by 3 users not shown)
Line 1: Line 1:
[[category: NexJ Express PostgreSQL]]
+
{{Admon/obsolete}}
 +
 
 +
[[category: NexJ Express PostgreSQL]][[category: NexJ Express Development]][[category: NexJ Express]]
 +
==Summary==
 
* Extend SQLAdapter to support PostgreSQL.<br/>
 
* Extend SQLAdapter to support PostgreSQL.<br/>
 
* SQLAdapter is used to manipulate data in existing schemas (DML)<br/>
 
* SQLAdapter is used to manipulate data in existing schemas (DML)<br/>
<br>
+
==Tasks==
<br>
 
==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 14: Line 15:
 
|-
 
|-
 
|<code>appendIdentityColumn</code>
 
|<code>appendIdentityColumn</code>
|
+
| DONE
|
+
| DONE
 
|-
 
|-
 
|<code>appendIdentityPrefix</code>
 
|<code>appendIdentityPrefix</code>
|
+
| DONE
|
+
| DONE
 
|-
 
|-
 
|<code>appendIdentitySuffix</code>
 
|<code>appendIdentitySuffix</code>
|
+
| DONE
|
+
| DONE
 
|-
 
|-
 
|<code>appendIdentityValue</code>
 
|<code>appendIdentityValue</code>
|
+
| DONE
|
+
| DONE
 
|-
 
|-
|<code>appendInfixHint</code>
+
|<code>appendInfixHint</code> <br/> PostgreSQL doesn't support HINTS [http://xzilla.net/blog/2011/Feb/Why-the-F%25-Doesnt-Postgres-Have-Hints!!.html ]
|
+
| N/A
|
+
| N/A
 
|-
 
|-
 
|<code>appendLiteral</code>
 
|<code>appendLiteral</code>
 
|DONE
 
|DONE
|
+
| DONE
 
|-
 
|-
|a<code>ppendMatchStatement</code>
+
|a<code>ppendMatchStatement</code>  
|
+
| DONE
|
+
| DONE
 
|-
 
|-
|<code>appendNoRowsBlock</code>
+
|<code>appendNoRowsBlock</code> <br/> NOTE: Cannot use conditional statement outside<br/> stored procedure
|
+
| N/A
|
+
| N/A
 
|-
 
|-
|<code>appendNoRowsEnd</code>
+
|<code>appendNoRowsEnd</code> <br/>see note above
|
+
| N/A
|
+
| N/A
 
|-
 
|-
|<code>appendNoRowsStart</code>
+
|<code>appendNoRowsStart</code> <br/> see note above
|
+
| N/A
|
+
| N/A
 
|-
 
|-
 
|<code>appendPrefixHint</code>
 
|<code>appendPrefixHint</code>
|
+
| N/A
|
+
| N/A
 
|-
 
|-
 
|<code>appendStringLengthPrefix</code>
 
|<code>appendStringLengthPrefix</code>
|
+
| DONE
|
+
| DONE
 
|-
 
|-
 
|<code>appendSubstringPrefix</code>
 
|<code>appendSubstringPrefix</code>
|
+
| DONE
|
+
| DONE
 
|-
 
|-
 
|<code>appendSuffixHint</code>
 
|<code>appendSuffixHint</code>
|
+
| DONE
|
+
| DONE
 
|-
 
|-
 
|<code>appendTableHint</code>
 
|<code>appendTableHint</code>
|
+
| N/A
|
+
| N/A
 
|-
 
|-
 
|<code>appendTypeConversion</code>
 
|<code>appendTypeConversion</code>
|
+
| DONE
|
+
| DONE
 
|-
 
|-
 
|<code>bindIdentity</code>
 
|<code>bindIdentity</code>
|
+
| DONE
|
+
| DONE
 
|-
 
|-
 
|<code>createSchemaManager</code>
 
|<code>createSchemaManager</code>
 
| DONE
 
| DONE
|  
+
| DONE
 
|-
 
|-
 
|<code>getDuplicateKeyName</code>
 
|<code>getDuplicateKeyName</code>
|
+
| DONE
|
+
| DONE
 
|-
 
|-
 
|<code>getIdentityValue</code>
 
|<code>getIdentityValue</code>
|
+
| DONE
|
+
| DONE
 
|-
 
|-
 
|<code>getMaxTime</code>
 
|<code>getMaxTime</code>
|DONE
+
| DONE
|
+
| DONE
 
|-
 
|-
 
|<code>getMinTime</code>
 
|<code>getMinTime</code>
|DONE
+
| DONE
|
+
| DONE
 
|-
 
|-
 
|<code>getTestSQL</code>
 
|<code>getTestSQL</code>
|DONE
+
| DONE
|
+
| DONE
 
|-
 
|-
 
|<code>indexNameMatches</code>
 
|<code>indexNameMatches</code>
|
+
| DONE
|
+
| DONE
 
|-
 
|-
 
|<code>isBatchSupported</code>
 
|<code>isBatchSupported</code>
 
|DONE
 
|DONE
|
+
| DONE
 
|-
 
|-
 
|<code>isBatchUpdateCountSupported</code>
 
|<code>isBatchUpdateCountSupported</code>
|DONE
+
| DONE
|
+
| DONE
 
|-
 
|-
 
|<code>isBatchable</code>
 
|<code>isBatchable</code>
|DONE
+
| DONE
|
+
| DONE
 
|-
 
|-
 
|<code>isDateRangeException</code>
 
|<code>isDateRangeException</code>
|DONE
+
| DONE
|
+
| DONE
 
|-
 
|-
 
|<code>isDeadlockException</code>
 
|<code>isDeadlockException</code>
|
+
| DONE ?
|
+
| DONE
 
|-
 
|-
 
|<code>isDuplicateKeyException</code>
 
|<code>isDuplicateKeyException</code>
|DONE ?
+
| DONE  
|
+
| DONE
 
|-
 
|-
 
|<code>isLiteral</code>
 
|<code>isLiteral</code>
|
+
| DONE
|
+
| DONE
 
|-
 
|-
 
|<code>isLockTimeoutException</code>
 
|<code>isLockTimeoutException</code>
|
+
| DONE ?
|
+
| DONE
 
|-
 
|-
 
|<code>isQueryTimeoutException</code>
 
|<code>isQueryTimeoutException</code>
|
+
| DONE
|
+
| DONE
 
|-
 
|-
 
|<code>isUnicode</code>
 
|<code>isUnicode</code>
|DONE
+
| DONE
|
+
| DONE
 
|-
 
|-
 
| colspan="3" |'''Override'''
 
| colspan="3" |'''Override'''
Line 153: Line 154:
 
| <code>appendLiteral(StringBuffer buf, String sValue)</code>
 
| <code>appendLiteral(StringBuffer buf, String sValue)</code>
 
|DONE
 
|DONE
|
+
| DONE
 
|}
 
|}
  

Latest revision as of 20:32, 26 January 2014

Important.png
This page may be obsolete.
It contains historical information.

Summary

  • Extend SQLAdapter to support PostgreSQL.
  • SQLAdapter is used to manipulate data in existing schemas (DML)

Tasks

Task Status Test Status
Implement
appendIdentityColumn DONE DONE
appendIdentityPrefix DONE DONE
appendIdentitySuffix DONE DONE
appendIdentityValue DONE DONE
appendInfixHint
PostgreSQL doesn't support HINTS [1]
N/A N/A
appendLiteral DONE DONE
appendMatchStatement DONE DONE
appendNoRowsBlock
NOTE: Cannot use conditional statement outside
stored procedure
N/A N/A
appendNoRowsEnd
see note above
N/A N/A
appendNoRowsStart
see note above
N/A N/A
appendPrefixHint N/A N/A
appendStringLengthPrefix DONE DONE
appendSubstringPrefix DONE DONE
appendSuffixHint DONE DONE
appendTableHint N/A N/A
appendTypeConversion DONE DONE
bindIdentity DONE DONE
createSchemaManager DONE DONE
getDuplicateKeyName DONE DONE
getIdentityValue DONE DONE
getMaxTime DONE DONE
getMinTime DONE DONE
getTestSQL DONE DONE
indexNameMatches DONE DONE
isBatchSupported DONE DONE
isBatchUpdateCountSupported DONE DONE
isBatchable DONE DONE
isDateRangeException DONE DONE
isDeadlockException DONE ? DONE
isDuplicateKeyException DONE DONE
isLiteral DONE DONE
isLockTimeoutException DONE ? DONE
isQueryTimeoutException DONE DONE
isUnicode DONE DONE
Override
appendLiteral(StringBuffer buf, String sValue) DONE DONE

Resources

String Literals
Database Encoding
Error Codes