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