Class DefaultValueHelper
java.lang.Object
edu.internet2.middleware.grouper.ext.org.apache.ddlutils.platform.DefaultValueHelper
Helper class for dealing with default values, e.g. converting them to other types.
- Version:
- $Revision: 289996 $
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
DefaultValueHelper
public DefaultValueHelper()
-
-
Method Details
-
convert
Converts the given default value from the specified original to the target jdbc type.- Parameters:
defaultValue
- The default valueoriginalTypeCode
- The original type codetargetTypeCode
- The target type code- Returns:
- The converted default value
-