Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Retrieves any auto-generated keys that are created as a result of running this SQLServerStatement object.
Syntax
public final java.sql.ResultSet getGeneratedKeys()
Return Value
A ResultSet object.
Exceptions
Remarks
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 Using Auto Generated Keys.