updateString Method (SQLServerResultSet)

Download JDBC driver

Updates the designated column with a String value.

Overload List

Name Description
updateString (int, java.lang.String) Updates the designated column with a String value given the column index.
updateString (java.lang.String, java.lang.String) Updates the designated column with a String value given the column name.

See Also

SQLServerResultSet Members
SQLServerResultSet Class