This implementation is based on jdbcBlob from HSQLDB (copyright HSQL Development Group).
189190191192193194195
} } } protected Blob writeBlob(byte[] bytes) { return bytes != null ? new MemoryBlob(bytes) : null; }
190191192193194195196
super.setJdbcObject(st, val, pos, type, precision); } } protected Blob writeBlob(byte[] bytes) { return bytes != null ? new MemoryBlob(bytes) : null; }
191192193194195196197
186187188189190191192
185186187188189190191
147148149150151152153