[ http://issues.apache.org/jira/browse/DERBY-2071?page=comments#action_12448769 ] Daniel John Debrunner commented on DERBY-2071: ----------------------------------------------
JDBC 4 provides createBlob and createClob methods on Connection. Derby 10.2 supports these methods when running in a JDK 6 environment. With non-JDBC 4 implementations there is no corresponding feature, one can insert into a BLOB column using a byte[] or an InputStream. > How to initialise BLOB in Derby. > -------------------------------- > > Key: DERBY-2071 > URL: http://issues.apache.org/jira/browse/DERBY-2071 > Project: Derby > Issue Type: Bug > Reporter: kishorevodnala > > In oracle there is empty_blob function to initialise a BLOB.Is there any way > to initialise BLOB in Derby . -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
