Open main menu

CDOT Wiki β

Changes

PostgreSQL Adapter

537 bytes removed, 13:59, 11 January 2011
no edit summary
SQLAdapter is used in manipulate data in existing schemas (DML)<br/>
<!--=== Phase 3: Test first design ===Running [[PostgreSQL_Adapter-nexj/alltests | AllTests.java]]* 1- [[PostgreSQL_Adapter-nexj/scripts | Create a PostgreSQL database through some scripts]]* 2- Working inside Schema 'test': 2.a- [[ PostgreSQL_Adapter-nexj/schema-init | Initilizaing the SQL Environment]]: 2.b- [[ PostgreSQL_Adapter-nexj/schema-ddl | Working with Database Structure - DDL ]]: 2.c- [[ PostgreSQL_Adapter-nexj/schema-dml | Working with Data in a Table - DML ]]--> ===Phase 5: Test properties specific to PostgreSQL PostgreSQLAdapterTest === * Add test cases that are database specific to PostgreSQL databasetests
=== Phase 6: Optimization===
 
*After implementation is done, optimizing the modified files.
1
edit