Difference between revisions of "PostgreSQL Adapter Project - Extending SQLSchemaManager"
AnastasiaS (talk | contribs) |
AnastasiaS (talk | contribs) |
||
Line 1: | Line 1: | ||
<big><big> PostgreSQL Adapter for NexJ - Extending SQL Schema manager</big></big> | <big><big> PostgreSQL Adapter for NexJ - Extending SQL Schema manager</big></big> | ||
{{NexJ_Express Index}} | {{NexJ_Express Index}} | ||
+ | |||
+ | == Task Summary == | ||
+ | {| border="1" cellpadding="4" cellspacing="2" style="border: 1px solid black;border-collapse:collapse;" | ||
+ | |- | ||
+ | ! Task | ||
+ | ! Status | ||
+ | ! Test Status | ||
+ | |- | ||
+ | | Create the PostgreSQLSchemaManager class by extending SQLSchemaManager | ||
+ | | DONE | ||
+ | | DONE | ||
+ | |- | ||
+ | | Research and add Maximum column Presision | ||
+ | | | ||
+ | | | ||
+ | |- | ||
+ | | Figure out Data Type Mapping | ||
+ | | | ||
+ | | | ||
+ | |- | ||
+ | | Implement <code>appendColumnType()</code> method | ||
+ | | | ||
+ | | | ||
+ | |- | ||
+ | | Implement <code>appendConcatenate()</code> method | ||
+ | | | ||
+ | | | ||
+ | |- | ||
+ | | Implement <code>appendPrint()</code> method | ||
+ | | | ||
+ | | | ||
+ | |- | ||
+ | | Implement <code>appendUpgradeStepEnd()</code> method | ||
+ | | | ||
+ | | | ||
+ | |- | ||
+ | | Implement <code>appendUpgradeStepStart()</code> method | ||
+ | | | ||
+ | | | ||
+ | |- | ||
+ | | Implement <code>appendTSExtract()</code> method | ||
+ | | | ||
+ | | | ||
+ | |- | ||
+ | | Implement <code>appendTSIncrement()</code> method | ||
+ | | | ||
+ | | | ||
+ | |- | ||
+ | | Implement <code>getCreateEtcScriptName()</code> method | ||
+ | | | ||
+ | | | ||
+ | |- | ||
+ | | Implement <code>getDefaultIndexspace()</code> method | ||
+ | | | ||
+ | | | ||
+ | |- | ||
+ | | Implement <code>getDefaultLongspace()</code> method | ||
+ | | | ||
+ | | | ||
+ | |- | ||
+ | | Implement <code>getDefaultTablespace()</code> method | ||
+ | | | ||
+ | | | ||
+ | |- | ||
+ | | Implement <code>getDropEtcScriptName()</code> method | ||
+ | | | ||
+ | | | ||
+ | |- | ||
+ | | Implement <code>getDynamicSQLAppender()</code> method | ||
+ | | | ||
+ | | | ||
+ | |- | ||
+ | | Implement <code>getGUIDExpr()</code> method | ||
+ | | | ||
+ | | | ||
+ | |- | ||
+ | | Implement <code>getNowExpr()</code> method | ||
+ | | | ||
+ | | | ||
+ | |- | ||
+ | | Implement <code>getSeparator()</code> method | ||
+ | | | ||
+ | | | ||
+ | |- | ||
+ | | Implement <code>getSetupEtcScriptName()</code> method | ||
+ | | | ||
+ | | | ||
+ | |} |
Revision as of 12:12, 18 January 2011
PostgreSQL Adapter for NexJ - Extending SQL Schema manager
Task Summary
Task | Status | Test Status |
---|---|---|
Create the PostgreSQLSchemaManager class by extending SQLSchemaManager | DONE | DONE |
Research and add Maximum column Presision | ||
Figure out Data Type Mapping | ||
Implement appendColumnType() method
|
||
Implement appendConcatenate() method
|
||
Implement appendPrint() method
|
||
Implement appendUpgradeStepEnd() method
|
||
Implement appendUpgradeStepStart() method
|
||
Implement appendTSExtract() method
|
||
Implement appendTSIncrement() method
|
||
Implement getCreateEtcScriptName() method
|
||
Implement getDefaultIndexspace() method
|
||
Implement getDefaultLongspace() method
|
||
Implement getDefaultTablespace() method
|
||
Implement getDropEtcScriptName() method
|
||
Implement getDynamicSQLAppender() method
|
||
Implement getGUIDExpr() method
|
||
Implement getNowExpr() method
|
||
Implement getSeparator() method
|
||
Implement getSetupEtcScriptName() method
|