[ http://issues.apache.org/jira/browse/DERBY-1255?page=comments#action_12377537 ]
Kristian Waagan commented on DERBY-1255: ---------------------------------------- create[BC]lob is missing in LogicalConnection on the client side as well. Should be easy to implement there, as the methods already exist in NetConnection. As a friendly request, ConnectionTest should be cleaned up regarding testing the create[BC]lob methods. Currently it only tests that these are not implemented on the embedded side. > Implement new JDBC4 methods for creating empty LOBs in the embedded client > -------------------------------------------------------------------------- > > Key: DERBY-1255 > URL: http://issues.apache.org/jira/browse/DERBY-1255 > Project: Derby > Type: New Feature > Components: JDBC > Versions: 10.2.0.0 > Reporter: Rick Hillegas > Assignee: V.Narayanan > Fix For: 10.2.0.0 > > Implement Connection.createClob() and Connection.createBlob(). Right now > these methods are implemented in the network client but not the embedded > client. -- 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
