How would I create a java.sql.Clob or java.sql.Blob from Scratch? I can't find anything in the docs about how to obtain them aside from ResultSet.getBlob and ResultSet.getClob, which require that I have a compatible ResultSet, which I don't have.

Thanks in advance