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