1
edit
Changes
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
|-
|}
==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