|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectch.sahits.codegen.sql.generator.BasicDataManipulator
ch.sahits.codegen.example.CountryChanger
public final class CountryChanger
This is an example class that demonstrates the extension point ch.sahits.codegen.sql.manipulation using the Derby example databse Country
| Constructor Summary | |
|---|---|
CountryChanger()
Default constructor is needed for creation from extension point |
|
CountryChanger(ICurrentRecordSet record)
This constructor must be supplied |
|
| Method Summary | |
|---|---|
void |
init()
Register the fields to manipulate |
| Methods inherited from class ch.sahits.codegen.sql.generator.BasicDataManipulator |
|---|
convert, fields, getOwner, getTableName, hasSchemaAndTableName, hasSchemaName, hasTableName, registerConverter, setRecord |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CountryChanger(ICurrentRecordSet record)
record - to be changedpublic CountryChanger()
| Method Detail |
|---|
public void init()
init in class BasicDataManipulator
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||