727728729730731732733734
byte[] bytes = blob.getBytes(1, (int) blob.length()); return ByteBuffer.wrap(bytes); } catch(SQLException ex) { throw new EventCreationException("SQLException reading BLOB value for field " + fieldName, ex); } }
785786787788789790791792
} } } catch(SQLException ex) { throw new EventCreationException("SQLException reading CLOB value for field " + fieldName, ex); } }