Condividi tramite


getGeneratedKeys Method (SQLServerStatement)

Retrieves any auto-generated keys that are created as a result of running this SQLServerStatement object.

public final java.sql.ResultSet getGeneratedKeys()

Valore restituito

A ResultSet object.

Eccezioni

SQLServerException

Osservazioni

This getGeneratedKeys method is specified by the getGeneratedKeys method in the java.sql.Statement interface.

For more information about how to use this method, see Utilizzo delle chiavi generate automaticamente.

Vedere anche

Riferimento

SQLServerStatement Class

Concetti

SQLServerStatement Methods
SQLServerStatement Members