Creating smart large objects
About this task
The smart large object implementation is based on the following classes:
- IfxLobDescriptor stores attributes for the large object.
- IfxLocator contains the handle to the large object in the database server.
- IfxSmartBlob contains methods for working with the smart large object, such as positioning within the object, reading data from the object, and writing data to the object.
- IfxBblob and IfxCblob implement the java.sql.Blob and java.sql.Clob interfaces from the JDBC 3.0 specification.
- IfxLoStat stores status information about the large object.
Tip: This section describes how to use the HCL
OneDB™ smart-large-object
interface, but it does not currently document every method and parameter
in the interface. For a comprehensive reference to all the methods
in the interface and their parameters, see the javadoc files for HCL OneDB JDBC
Driver, located in
the doc/javadoc directory where your driver is
installed.
To create a smart large object: