Updates the designated column with an int value given the column name.
public void updateInt(java.lang.String columnName,
int x)
參數
columnName
A String that contains the column name.
x
An int value.
例外狀況
備註
This updateInt method is specified by the updateInt method in the java.sql.ResultSet interface.
另請參閱
參考
概念
updateInt Method (SQLServerResultSet)
SQLServerResultSet Methods
SQLServerResultSet Members