Difference between revisions of "PostgreSQL Adapter-nexj/SchemaManger"
(→PostgreSQLSchemaManager.java) |
(→PostgreSQLSchemaManager.java) |
||
Line 26: | Line 26: | ||
|- | |- | ||
| protected abstract || String getNowExpr() ||--- || not started || --- | | protected abstract || String getNowExpr() ||--- || not started || --- | ||
+ | |- | ||
+ | | public abstract ||void analyzeTable(Table table) ||--- || not started || --- | ||
|- | |- | ||
| protected abstract || void appendUpgradeStepStart(StringBuffer buf, RelationalSchema schema, SchemaVersion version) ||--- || not started || --- | | protected abstract || void appendUpgradeStepStart(StringBuffer buf, RelationalSchema schema, SchemaVersion version) ||--- || not started || --- | ||
|- | |- | ||
− | | public abstract || | + | | protected abstract ||void appendUpgradeStepEnd(StringBuffer buf, RelationalSchema schema, SchemaVersion version, SchemaVersion prev, String sFailMsg) ||--- || not started || --- |
+ | |- | ||
+ | | protected abstract || void appendPrint(StringBuffer buf, String sMsg) ||--- || not started || --- | ||
+ | |- | ||
+ | | public abstract ||public abstract String getSeparator() ||--- || not started || --- | ||
|- | |- | ||
Revision as of 13:46, 17 November 2010
Postgre Project - SQLSchemaManager Files
SQLSchemaManager.java
PostgreSQLSchemaManager.java
Modifier | Method | Tests Cases | Status | ToDo |
---|---|---|---|---|
protected abstract | StringBuffer appendConcatenate(StringBuffer buf, CharSequence[] argArray) | --- | not started | --- |
protected abstract | StringBuffer appendTSExtract(StringBuffer buf, CharSequence sTS, byte nField) | --- | not started | --- |
protected abstract | StringBuffer appendTSIncrement(StringBuffer buf, CharSequence sTS, CharSequence sDelta, byte nField) | --- | not started | --- |
protected abstract | String getDefaultTablespace() | --- | not started | --- |
protected abstract | String getDefaultIndexspace() | --- | not started | --- |
protected abstract | String getDefaultLongspace() | --- | not started | --- |
protected abstract | void appendColumnType(StringBuffer buf, Column column) | --- | not started | --- |
protected abstract | String getGUIDExpr() | --- | not started | --- |
protected abstract | String getNowExpr() | --- | not started | --- |
public abstract | void analyzeTable(Table table) | --- | not started | --- |
protected abstract | void appendUpgradeStepStart(StringBuffer buf, RelationalSchema schema, SchemaVersion version) | --- | not started | --- |
protected abstract | void appendUpgradeStepEnd(StringBuffer buf, RelationalSchema schema, SchemaVersion version, SchemaVersion prev, String sFailMsg) | --- | not started | --- |
protected abstract | void appendPrint(StringBuffer buf, String sMsg) | --- | not started | --- |
public abstract | public abstract String getSeparator() | --- | not started | --- |