public void bind(DataBind b, byte[] value) throws SQLException {
   value = dataEncryptSupport.encrypt(value);
   baseType.bind(b, value);
 }