Open main menu

CDOT Wiki β

Changes

PostgreSQL Adapter-nexj/schema-test

158 bytes removed, 19:59, 14 December 2010
UPDGRADING SCHEMA
===UPDGRADING SCHEMA===
:* List of Files needed to be modified
:src - [[ PostgreSQL_Adapter-nexj/SchemaManger | PostgreSQLSchemaManager.java ]] --- ([[SchemaBackup]]) // Extends SQLSchemaManager.java - class for reading, creating and upgrading the database schema
: [[ PostgreSQL_Adapter-nexj/Upgrade | main.upgrade ]]
: Script - postgresql_drop.sql
:* <u><code> DROP TABLE </code></u>: File to configure: ''PostgreSQLSchemaManager.java''
* <u><code> INSERT INTO TABLE </code></u>
: File to configure: ''PostgreSQLSchemaManager.java''
* <u><code> ALTER TABLE </code></u>
: File to configure: ''PostgreSQLSchemaManager.java''
== DATA MANIPULATION LANGUAGE _ DML ==
1
edit