Compartir a través de


updateInt Method (java.lang.String, int)

Updates the designated column with an int value given the column name.

public void updateInt(java.lang.String columnName,
                      int x)

Parámetros

columnName

A String that contains the column name.

x

An int value.

Excepciones

SQLServerException

Observaciones

This updateInt method is specified by the updateInt method in the java.sql.ResultSet interface.

Vea también

Referencia

SQLServerResultSet Class

Conceptos

updateInt Method (SQLServerResultSet)
SQLServerResultSet Methods
SQLServerResultSet Members