Difference between revisions of "PostgreSQL Adapter-nexj/schema-dml"

From CDOT Wiki
Jump to: navigation, search
Line 1: Line 1:
 
<big><big> PostgreSQL Adapter for NexJ - Working Inside Schema 'test' </big></big>
 
<big><big> PostgreSQL Adapter for NexJ - Working Inside Schema 'test' </big></big>
{{NexJ_Express Index}}
+
 
  
 
==Working with Data in a Table - DML ==
 
==Working with Data in a Table - DML ==

Revision as of 15:31, 22 January 2011

PostgreSQL Adapter for NexJ - Working Inside Schema 'test'


Working with Data in a Table - DML

  • List of Files needed to be modified
src- PostgreSQLAdapter.java // Extends SQLAdapter.java - SQL Persistence adapter, responsible for regular data queries (insert, select, delete)
test- PostgreSQLAdapterTest.java ] // Extends SQLAdapterTest.java
Script - scripts are being processed through SQLDataTest.java
postgresql_insert.sql