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

From CDOT Wiki
Jump to: navigation, search
(Task Summary)
Line 9: Line 9:
 
! Test Status
 
! Test Status
 
|-  
 
|-  
| Create the PostgreSQLSchemaManager class by extending SQLSchemaManager
+
| Extend SQLSchemaManager to support PostgreSQL
 
| DONE
 
| DONE
 
| DONE
 
| DONE

Revision as of 13:14, 18 January 2011

PostgreSQL Adapter for NexJ - Extending SQL Schema manager

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