This implementation is based on jdbcClob from HSQLDB (copyright HSQL Development Group).
54555657585960
super.setJdbcObject(st, val, pos, type, precision); } } Clob writeClob(String string) { return string != null ? new MemoryClob(string) : null; }
55565758596061