((PreparedStatement) ps).setClob(param, new ClobImpl((String)value));
}
}
catch (SQLException e)
{
throw new JPOXDataStoreException(LOCALISER.msg("055001","Object", "" + value, column, e.getMessage()), e);
}
catch (IOException e)
{
throw new JPOXDataStoreException(LOCALISER.msg("055001","Object", "" + value, column, e.getMessage()), e);
}
}
}