Condividi tramite


rowInserted Method (SQLServerResultSet)

Retrieves whether the current row has had an insertion.

public boolean rowInserted()

Valore restituito

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

Eccezioni

SQLServerException

Osservazioni

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.

Vedere anche

Riferimento

SQLServerResultSet Class

Concetti

SQLServerResultSet Methods
SQLServerResultSet Members