Class CreationParameters
java.lang.Object
edu.internet2.middleware.grouper.ext.org.apache.ddlutils.platform.CreationParameters
Contains parameters used in the table creation. Note that the definition
order is retained (per table), so if a parameter should be applied before
some other parameter, then add it before the other one.
- Version:
- $Revision: 331006 $
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addParameter
(Table table, String paramName, String paramValue) Adds a parameter.getParametersFor
(Table table) Returns the parameters for the given table.
-
Constructor Details
-
CreationParameters
public CreationParameters()
-
-
Method Details
-
getParametersFor
Returns the parameters for the given table.- Parameters:
table
- The table- Returns:
- The parameters
-
addParameter
Adds a parameter.- Parameters:
table
- The table; ifnull
then the parameter is for all tablesparamName
- The name of the parameterparamValue
- The value of the parameter
-