Changes

Jump to: navigation, search

PostgreSQL Adapter-nexj/SchemaManger

935 bytes removed, 19:42, 14 December 2010
no edit summary
=== INITIAL SETUP OF SCHEMA ===
{| class="wikitable sortable" border="1" cellpadding="5"
|+'''Abstract methods to work on'''
! Modifier !! Method !! Tests Cases !! Status !! ToDo
|-
|-
| protected abstract || SQLAppender getDynamicSQLAppender(StringBuffer buf) ||--- || not started || ---
|-
|}
 
=== DROP SCHEMA ===
{| class="wikitable sortable" border="1" cellpadding="5"
|+'''Abstract methods to work on'''
! Modifier !! Method !! Tests Cases !! Status !! ToDo
|-
| protected abstract || String getDropEtcScriptName() ||--- || not started || ---
|-
| protected abstract || String getSetupEtcScriptName() ||--- || not started || ---
|-
| protected || void appendTableSuffix(StringBuffer buf, Table table) ||--- || not started || ---
|-
| protected || void appendUpgradeInitialize(StringBuffer buf, RelationalSchema schema) || May not be needed for Postgre || comp. || ---
|-
| public || void dropTable(Table table) ||--- || not started || ---
|-
| protected || Table getDropSuccessor(Table left, Table right) ||--- || not started || ---
|-
| public || void truncateTable(Table table) ||--- || not started || ---
|-
|}
=== CREATE SCHEMA ===
{| class="wikitable sortable" border="1" cellpadding="5"
|+'''Abstract methods to work on'''
! Modifier !! Method !! Tests Cases !! Status !! ToDo
|-
|-
|}
 
=== UPGRADE SCHEMA ===
{| class="wikitable sortable" border="1" cellpadding="5"
|+'''Abstract methods to work on'''
! Modifier !! Method !! Tests Cases !! Status !! ToDo
|-
1
edit

Navigation menu