Compartir a través de


locatorsUpdateCopy Method (SQLServerDatabaseMetaData)

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

public boolean locatorsUpdateCopy()

Valor devuelto

true if updates are made to a copy. false if updates are made directly.

Excepciones

java.sql.SQLException

Notas

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

Vea también

Referencia

SQLServerDatabaseMetaData Class

Conceptos

SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members