Updates the designated column with an array of byte values.

Overload List

Name Description

updateBytes (int, byte[])

Updates the designated column with an array of byte values given the column index.

updateBytes (java.lang.String, byte[])

Updates the designated column with an array of byte values given the column name.

See Also