This method was not added in JDBC 4, it was added in JDBC 3 (I would
have picked a more articulate name as i find the name a bit confusing as
do others)
Rick Hillegas (JIRA) wrote:
Wrong value returned by DatabaseMetaData.locatorsUpdateCopy()
-------------------------------------------------------------
Key: DERBY-1316
URL: http://issues.apache.org/jira/browse/DERBY-1316
Project: Derby
Type: Bug
Components: JDBC
Versions: 10.2.0.0
Reporter: Rick Hillegas
Fix For: 10.2.0.0
Both the embedded and network implementations of DatabaseMetaData return the
wrong value for this method, which was added in JDBC4. This method currently
returns false but should return true. Returning false means that your
Blob/Clobs are backed by SQL Locators and therefore that set() methods on your
Lobs write-through to the database.