Retrieves whether auto-generated keys can be retrieved after a statement has been executed.

public boolean supportsGetGeneratedKeys()

Return Value

True if supported. Otherwise, false.

Exceptions

SQLServerException

Remarks

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

See Also