Updates the designated column with an ASCII stream value.

Overload List

Name Description

updateAsciiStream (int, java.io.InputStream, int)

Updates the designated column index with an ASCII stream value given the column index.

updateAsciiStream (java.lang.String, java.io.InputStream, int)

Updates the designated column name with an ASCII stream value given the column name.

See Also