ch.sahits.codegen.example
Class CountryChanger

java.lang.Object
  extended by ch.sahits.codegen.sql.generator.BasicDataManipulator
      extended by ch.sahits.codegen.example.CountryChanger

public final class CountryChanger
extends BasicDataManipulator

This is an example class that demonstrates the extension point ch.sahits.codegen.sql.manipulation using the Derby example databse Country

Since:
1.1.0
Author:
Andi Hotz

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

CountryChanger

public CountryChanger(ICurrentRecordSet record)
This constructor must be supplied

Parameters:
record - to be changed

CountryChanger

public CountryChanger()
Default constructor is needed for creation from extension point

Method Detail

init

public void init()
Register the fields to manipulate

Overrides:
init in class BasicDataManipulator