|
||||||||||
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.DatabaseCommandWithCreationParameters
public abstract class DatabaseCommandWithCreationParameters
Base type for database commands that use creation parameters.
Field Summary |
---|
Fields inherited from class org.apache.ddlutils.task.Command |
---|
_log |
Constructor Summary | |
---|---|
DatabaseCommandWithCreationParameters()
|
Method Summary | |
---|---|
void |
addConfiguredParameter(TableSpecificParameter param)
Adds a parameter which is a name-value pair. |
protected CreationParameters |
getFilteredParameters(Database model,
java.lang.String platformName,
boolean isCaseSensitive)
Filters the parameters for the given model and platform. |
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 DatabaseCommandWithCreationParameters()
Method Detail |
---|
public void addConfiguredParameter(TableSpecificParameter param)
param
- The parameterprotected CreationParameters getFilteredParameters(Database model, java.lang.String platformName, boolean isCaseSensitive)
model
- The database modelplatformName
- The name of the platformisCaseSensitive
- Whether case is relevant when comparing names of tables
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |