|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ddlutils.task.Command
org.apache.ddlutils.task.DatabaseCommand
org.apache.ddlutils.task.ConvertingDatabaseCommand
public abstract class ConvertingDatabaseCommand
Base type for database commands that use converters.
Field Summary |
---|
Fields inherited from class org.apache.ddlutils.task.Command |
---|
_log |
Constructor Summary | |
---|---|
ConvertingDatabaseCommand()
|
Method Summary | |
---|---|
void |
addConfiguredConverter(DataConverterRegistration converterRegistration)
Registers a converter. |
protected DatabaseDataIO |
getDataIO()
Returns the database data io object. |
Methods inherited from class org.apache.ddlutils.task.DatabaseCommand |
---|
getCatalogPattern, getDatabaseType, getDataSource, getPlatform, getSchemaPattern, isRequiringModel, setPlatformConfiguration |
Methods inherited from class org.apache.ddlutils.task.Command |
---|
execute, handleException, isFailOnError, setFailOnError |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConvertingDatabaseCommand()
Method Detail |
---|
protected DatabaseDataIO getDataIO()
public void addConfiguredConverter(DataConverterRegistration converterRegistration)
converterRegistration
- The registration info
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |