PostgreSQL Adapter Project - Extending SQLSchemaManager

From CDOT Wiki
Revision as of 13:12, 18 January 2011 by AnastasiaS (talk | contribs)
Jump to: navigation, search

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