Close and release a smart large object
After you have performed all the operations your application
needs, you must close the object and then release the resources in
the server. The methods in the IfxSmartBlob class that perform
these tasks are as follows:
public void IfxLoClose(int lofd) throws SQLException
public void IfxLoRelease(IfxLocator loPtr) throws SQLException
public void IfxLoRelease(IfxBblob blob) throws SQLException
public void IfxLoRelease(IfxCblob clob) throws SQLException
For any further access to the same large object, you must reopen it with the IfxLoOpen() method.