หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Updates the designated column with a binary stream value.
Overload List
| Name | Description |
|---|---|
| updateBinaryStream(int, java.io.InputStream) | Updates the designated column with a binary stream value. |
| updateBinaryStream (int, java.io.InputStream, int) | Updates the designated column with a binary stream value, which will have the specified number of bytes. |
| updateBinaryStream(int, java.io.InputStream, long) | Updates the designated column with a binary stream value, which will have the specified number of bytes. |
| updateBinaryStream(java.lang.String, java.io.InputStream) | Updates the designated column with a binary stream value. |
| updateBinaryStream (java.lang.String, java.io.InputStream, int) | Updates the designated column with a binary stream value, which will have the specified number of bytes. |
| updateBinaryStream(java.lang.String, java.io.InputStream, long) | Updates the designated column with a binary stream value, which will have the specified number of bytes. |