Package org.approvej.database.jdbc
Class DatabaseScrubbers
java.lang.Object
org.approvej.database.jdbc.DatabaseScrubbers
Collection of predefined database-related
Scrubbers.-
Method Summary
Modifier and TypeMethodDescriptionstatic ColumnValueScrubbercolumnValue(String columnName) Creates aColumnValueScrubberfor the given column name.
-
Method Details
-
columnValue
Creates aColumnValueScrubberfor the given column name.- Parameters:
columnName- the name of the column to be scrubbed- Returns:
- the new
ColumnValueScrubber
-