Indicates whether updates made to a LOB are made on a copy or directly to the LOB.

public boolean locatorsUpdateCopy()

Return Value

True if updates are made to a copy. False if updates are made directly.

Exceptions

java.sql.SQLException

Remarks

This locatorsUpdateCopy method is specified by the locatorsUpdateCopy method in the java.sql.DatabaseMetaData interface.

See Also