public abstract class DatabaseCommandWithCreationParameters extends DatabaseCommand
_addIdentityUsingAlterTable, _isolationLevel, _platformConf| 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, getIsolationLevel, getPlatform, getSchemaPattern, isAddIdentityUsingAlterTable, isRequiringModel, setAddIdentityUsingAlterTable, setIsolationLevel, 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 © 2010-2015 Pivotal Software, Inc. All rights reserved.