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

From CDOT Wiki
Jump to: navigation, search
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 +
{{Admon/obsolete}}
 +
 
<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 ==

Latest revision as of 20:55, 26 January 2014

Important.png
This page may be obsolete.
It contains historical information.

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