1
edit
Changes
Created page with '==SQLSchemaManager.java== ==PostgreSQLSchemaManager.java== {| class="wikitable sortable" border="1" cellpadding="5" |+'''Abstract methods to work on''' ! Modifier !! Method !! T…'
==SQLSchemaManager.java==
==PostgreSQLSchemaManager.java==
{| class="wikitable sortable" border="1" cellpadding="5"
|+'''Abstract methods to work on'''
! Modifier !! Method !! Tests Cases !! Status !! ToDo
|-
| public abstract || boolean appendIdentityColumn(StringBuffer buf, SQLInsert work)|| testNew(), testRanges() || not started || ---
|-
|}
==MySQLSchemaManager.java==
==PostgreSQLSchemaManager.java==
{| class="wikitable sortable" border="1" cellpadding="5"
|+'''Abstract methods to work on'''
! Modifier !! Method !! Tests Cases !! Status !! ToDo
|-
| public abstract || boolean appendIdentityColumn(StringBuffer buf, SQLInsert work)|| testNew(), testRanges() || not started || ---
|-
|}
==MySQLSchemaManager.java==