Changes

Jump to: navigation, search

PostgreSQL Adapter-nexj/schema-ddl

1 byte removed, 15:50, 15 December 2010
Working with Database Structure - DDL
== Working with Database Structure - DDL ==
=== CREATING SCHEMA ===
- List of files need to be modified
:src- [[ PostgreSQL_Adapter-nexj/SchemaManger | PostgreSQLSchemaManager.java ]] --- ([[SchemaBackup]]) // Extends SQLSchemaManager.java - class for reading, creating and upgrading the database schema
: test- [[ PostgreSQL_Adapter-nexj/SchemaMangerTest | PostgreSQLSchemaManagerTest.java]] // Extends SQLSchemaManagerTest.java
: Script - scripts are being processed through SQLDataTest.java
=== CREATING SCHEMA ===
* <u><code> CREATE TABLE </code></u>
: 1- DATA TYPE: data types are changed in '''''<code> appendColumnType() </code>''''' based on each jdbc type's equivalent in PostgreSQL.
1
edit

Navigation menu