public abstract class DatabaseCommandWithCreationParameters extends DatabaseCommand
| Constructor and Description |
|---|
DatabaseCommandWithCreationParameters() |
| Modifier and Type | Method and Description |
|---|---|
void |
addConfiguredParameter(TableSpecificParameter param)
Adds a parameter which is a name-value pair.
|
protected CreationParameters |
getFilteredParameters(Database model,
String platformName,
boolean isCaseSensitive)
Filters the parameters for the given model and platform.
|
getCatalogPattern, getDatabaseType, getDataSource, getPlatform, getSchemaPattern, isRequiringModel, setPlatformConfigurationexecute, handleException, isFailOnError, setFailOnErrorpublic DatabaseCommandWithCreationParameters()
public void addConfiguredParameter(TableSpecificParameter param)
param - The parameterprotected CreationParameters getFilteredParameters(Database model, String platformName, boolean isCaseSensitive)
model - The database modelplatformName - The name of the platformisCaseSensitive - Whether case is relevant when comparing names of tablesCopyright © 2005-2013 Apache Software Foundation. All Rights Reserved.