หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Updates the designated column with an Object value.
Overload List
| Name | Description |
|---|---|
| updateObject (int, java.lang.Object) | Updates the designated column with an Object value given the column index. |
| updateObject (int, java.lang.Object, int) | Updates the designated column with an Object value given the column index and scale. |
| updateObject (java.lang.String, java.lang.Object) | Updates the designated column with an Object value given the column name. |
| updateObject (java.lang.String, java.lang.Object, int) | Updates the designated column with an Object value given the column name and scale. |