Nóta
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
Updates the designated column with the specified object value.
Overload List
| Name | Description |
|---|---|
| updateBlob (int, java.sql.Blob) | Updates the designated column with a java.sql.Blob value. |
| updateBlob (int, java.io.InputStream) | Updates the designated column using the specified input stream. |
| updateBlob (int, java.io.InputStream, long) | Updates the designated column using the specified input stream, which will have the specified number of bytes. |
| updateBlob (java.lang.String, java.sql.Blob) | Updates the designated column with a java.sql.Blob value. |
| updateBlob (java.lang.String, java.io.InputStream) | Updates the designated column using the specified input stream. |
| updateBlob (java.lang.String, java.io.InputStream, long) | Updates the designated column using the specified input stream, which will have the specified number of bytes. |