Changes

Jump to: navigation, search

PostgreSQL Adapter-nexj/SchemaManger

956 bytes removed, 19:39, 14 December 2010
Non-Abstract Methods
|}
===Non-Abstract Methods==={| 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) || It's being used to add specific suffix- for postgre, SERIAL is added to the column name when an 'auto-increment' is needed || need opt. || ---|-| 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) || May not be needed for Postgre || comp. || ---
|-
| 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 || ---
1
edit

Navigation menu