Freigeben über


rowInserted Method (SQLServerResultSet)

Retrieves whether the current row has had an insertion.

public boolean rowInserted()

Rückgabewert

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

Ausnahmen

SQLServerException

Hinweise

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.

Hinweis

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

Siehe auch

Referenz

SQLServerResultSet Class

Konzepte

SQLServerResultSet Methods
SQLServerResultSet Members