I would like to use DBUnit to insert some data into a table that is held in a DB2 database.
This is a legacy table that uses the DB2 ENCRYPT function to encrypt some of the fields
in each row of the table. Is there a recommended way to extend the INSERT operation so
that I can use the ENCRYPT function on a given field?