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

From CDOT Wiki
Jump to: navigation, search
(Task Summary)
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}}
 +
 +
*  SQLSchemaManager is used in maintaining database schemas (DDL)
  
 
== Task Summary ==
 
== Task Summary ==

Revision as of 13:15, 18 January 2011

PostgreSQL Adapter for NexJ - Extending SQL Schema Manager

  • SQLSchemaManager is used in maintaining database schemas (DDL)

Task Summary

Task Status Test Status
Extend SQLSchemaManager to support PostgreSQL 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