Retrieves the value of the designated column in the current row of this ResultSet object as a Blob object in the Java programming language. @param columnIndex the first column is 1, the second is 2, ... @return a Blob object representing the SQL BLOB value in the specified colum
(int columnIndex)