Truncate a smart large object

Use the IfxLoTruncate() method in the IfxSmartBlob class to truncate a large object at an offset you specify. The method signature is as follows:
public void IfxLoTruncate(int lofd, long offset) throws 
   SQLException

The offset parameter is the absolute position at which the smart large object is truncated.