IfxSmartLOBWhence enumeration
This enumeration is used to specify the meaning of an offset value. It is only used by methods of an IfxBlob or an IfxClob (collectively known as smart large objects).
Member | Lock |
---|---|
Begin | The offset is considered to be from the start of the smart large object. In this case the offset cannot be negative. |
Current® | The offset is considered to be from the current position of the smart large object's internal cursor. |
End | The offset is considered to be from the current end of the smart large object. |