Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Adds the contents of the insert row to this SQLServerResultSet object and to the database.
Syntax
public void insertRow()
Exceptions
Remarks
This insertRow method is specified by the insertRow method in the java.sql.ResultSet interface.
The cursor must be on the insert row when this method is called. After this method is called, the cursor remains on the insert row and the result set remains in insert mode.