Open main menu

CDOT Wiki β

Changes

PostgreSQL Adapter-nexj/SchemaManger

2,015 bytes added, 15:49, 17 November 2010
PostgreSQLSchemaManager.java
|-
|}
 
 
{| class="wikitable sortable" border="1" cellpadding="5"
 
|+'''Non-Abstract methods to work on'''
! Modifier !! Method !! Tests Cases !! Status !! ToDo
|-
| protected || void appendColumnSuffix(StringBuffer buf, Column column) ||--- || not started || ---
|-
| protected || void appendIndexColumn(StringBuffer buf, IndexColumn indexColumn) ||--- || not started || ---
|-
| protected || void appendTableSuffix(StringBuffer buf, Table table) ||--- || not started || ---
|-
| protected || void appendUpgradeInitialize(StringBuffer buf, RelationalSchema schema) ||--- || not started || ---
|-
| protected || void createIndex(Index index) ||--- || not started || ---
|-
| protected || void createIndexes(Table table) ||--- || not started || ---
|-
| public || void dropTable(Table table) ||--- || not started || ---
|-
| protected || String getAlterColumnToken() ||--- || not started || ---
|-
| public || String getDefaultRole() ||--- || not started || ---
|-
| protected || Table getDropSuccessor(Table left, Table right) ||--- || not started || ---
|-
| protected || String getFullTableName(String sSchemaName, String sTableName) ||--- || not started || ---
|-
| protected || String getIndexName(Index index, boolean bConstraint, boolean bQuote) ||--- || not started || ---
|-
| protected || void renameColumn(Column newColumn, Column oldColumn) ||--- || not started || ---
|-
| protected || void renameTable(Table newTable, Table oldTable) ||--- || not started || ---
|-
| public || void setFragment(RelationalDatabaseFragment fragment) ||--- || not started || ---
|-
| public || void truncateTable(Table table) ||--- || not started || ---
|-
|}
 
 
 
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==
1
edit