SQLServerClob Class
Represents a character large binary object (CLOB).
Package: com.microsoft.sqlserver.jdbc
Extends: java.lang.Object
Implements: java.sql.Clob, java.io.Serializable
public class SQLServerClob
Notas
A CLOB is stored in SQL Server as a TEXT or NTEXT data type.