@author Fred Toussi (fredt@users dot sourceforge.net) @version 1.9.0 @since 1.9.0
57585960616263
protected ClobData readClob() throws IOException { long id = super.readLong(); return new ClobDataID(id); }
489490491492493494495
return null; } long id = Long.parseLong(s); return new ClobDataID(id); }
276277278279280281282283284
if (data == null) { return null; } ClobData clob = new ClobDataID(lobID); return clob; }