An SQL CLOB type stores a large array of characters as the value in a column of a database.
The java.sql.Clob interface provides methods for setting and retrieving data in the Clob, for querying Clob data length, for searching for data within the Clob.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|