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