Create an IfxLobDescriptor object

The IfxLobDescriptor class stores the internal storage characteristics for a smart large object. Before you can create a smart large object on the database server, you must create an IfxLobDescriptor object, as follows:
IfxLobDescriptor loDesc = new IfxLobDescriptor(conn);

The conn parameter is a java.sql.Connection object. The IfxLobDescriptor() constructor sets all the default values for the object.

For more information about the internal storage characteristics, see Work with storage characteristics.