locatorsUpdateCopy()
Syntax:
boolean locatorsUpdateCopy() throws SQLException
Description:
Indicates whether updates made to a LOB are made on a copy or directly to the LOB.
Returns:
true if updates are made to a copy of the LOB; false if updates are made directly to the LOB
Throws:
SQLException - if a database access error occurs