updateBlob 方法 (SQLServerResultSet)
使用指定的物件值,更新指定的資料行。
多載清單
名稱 | 描述 |
---|---|
updateBlob (int, java.sql.Blob) | 使用 java.sql.Blob 值,更新指定的資料行。 |
updateBlob (int, java.io.InputStream) | 使用指定的輸入資料流,更新指定的資料行。 |
updateBlob (int, java.io.InputStream, long) | 使用指定的輸入資料流來更新指定的資料行,該值將包含指定的位元組數目。 |
updateBlob (java.lang.String, java.sql.Blob) | 使用 java.sql.Blob 值,更新指定的資料行。 |
updateBlob (java.lang.String, java.io.InputStream) | 使用指定的輸入資料流,更新指定的資料行。 |
updateBlob (java.lang.String, java.io.InputStream, long) | 使用指定的輸入資料流來更新指定的資料行,該值將包含指定的位元組數目。 |