Changes

Jump to: navigation, search

PostgreSQL Adapter

905 bytes removed, 11:00, 10 December 2010
Phase 2: Connect to PostgreSQL
=== Phase 2: Connect to PostgreSQL===
* [[PostgreSQL_Adapter-nexj/test-env | Create Test Environment]]
 
{|class="collapsible collapsed" style="border-style:solid;border-width:thin;border-color:black"
!align="left" style="background-color:SteelBlue; font-weight:bold;border-style:solid;border-width:thin;padding: 2px 2px 2px 2px;"| '''Files to Configure'''
|-
|
: src
:: system.dstype
:: DatabaseTool.java // This file calles SQLSchemaMangerFactory.java and creates the connection
:: RelationalDatabase.java // Sets the default properties for the supported drivers
:: RelationalDatabaseFragment.java // Sets the custom fragment properties for the supported drivers
:: Driver type and some other properties in JDBCInfo.java
:: SQLSchemaManagerFactory.java // Sets the connection for the particular adapter type
: test
:: AllTests.java
:: default.config // System resources are being extracted from these 4 XML files
:: postgresql.connection
:: filestorage.connections
::filestoragefragment.connections
|}
=== Phase 3: Test first design ===
1
edit

Navigation menu