Compartir a través de


rowInserted Method (SQLServerResultSet)

Retrieves whether the current row has had an insertion.

public boolean rowInserted()

Valor devuelto

true if a row has had an insertion and insertions are detected. Otherwise, false.

Excepciones

SQLServerException

Notas

This rowUpdated method is specified by the rowUpdated method in the java.sql.ResultSet interface.

The value that is returned depends on whether this SQLServerResultSet object can detect visible inserts.

Nota

SQL Server does not detect inserted rows for any cursor type.

Vea también

Referencia

SQLServerResultSet Class

Conceptos

SQLServerResultSet Methods
SQLServerResultSet Members