Changes

Jump to: navigation, search

PostgreSQL Adapter-nexj/SchemaManger

86 bytes added, 15:53, 17 November 2010
no edit summary
==SQLSchemaManager.java==
{| class="wikitable sortable" border="1" cellpadding="5"
 
|+'''Abstract methods to work on'''
! Modifier !! Method !! Tests Cases !! Status !! ToDo
|-
|}
 
{| class="wikitable sortable" border="1" cellpadding="5"
 
|+'''Non-Abstract methods to work on'''
! Modifier !! Method !! Tests Cases !! Status !! ToDo
|-
|}
 
 
 
protected StringBuffer appendTSField(StringBuffer buf, byte nField)
protected void createTextTable(Table table)
protected void createTextTriggers(Table table, Index includeIndex, Index excludeIndex)
protected void dropTextTriggers(Table table)
protected void dropIndex(Index index)
protected static boolean hasTextTable(Table table)
==MySQLSchemaManager.java==
{| class="wikitable sortable" border="1" cellpadding="5"
 
|+'''Methods specific to MySQL'''
! Modifier !! Method !! Tests Cases !! Status !! ToDo
|-
| protected abstract || StringBuffer appendConcatenateappendTSField(StringBuffer buf, CharSequence[] argArraybyte nField) || --- || not started || ---|-| protected ||void createTextTable(Table table) || --- || not started || ---|-| protected ||void createTextTriggers(Table table, Index includeIndex, Index excludeIndex) || --- || not started || ---|-| protected || void dropTextTriggers(Table table) || --- || not started || ---|-| protected ||void dropIndex(Index index) || --- || not started || ---|-| protected ||static boolean hasTextTable(Table table) || --- || not started || ---
|-
|}
 
==PostgreSQLSchemaManager.java==
{| class="wikitable sortable" border="1" cellpadding="5"
 
|+'''Methods specific to PostgreSQL'''
! Modifier !! Method !! Tests Cases !! Status !! ToDo
1
edit

Navigation menu