Open a smart large object

The following methods in the IfxSmartBlob class open an existing smart large object in the database server:
public int IfxLoOpen(IfxLocator loPtr, int flag) throws 
   SQLException
public int IfxLoOpen(IfxBblob blob, int flag) throws SQLException
public int IfxLoOpen(IfxCblob clob, int flag) throws SQLException

The first version opens the smart large object that is referenced by the locator pointer loPtr. The second and third versions open the smart large objects that are referenced by the specified IfxBblob and IfxCblob objects, respectively. The flag parameter is a value from the table in Create an IfxSmartBlob object.