Updates the designated column with a null value.

Overload List

Name Description

updateNull (int)

Updates the designated column with a null value given the column index.

updateNull (java.lang.String)

Updates the designated column with a null value given the column name.

See Also