tibasOp_GetType()

Returns the type of a specified persistence operation.

Declaration

tibas_status tibasOp_GetType
     (tibasOp op,
      tibas_opType* opType)

Parameters

Parameter Description
op The Op object on which the operation is performed.
opType Where the type of the Op is returned.

Remarks

Use the tibasOp_GetType() function to return the type of a specified persistence operation. The operation type can be one of the following:

TIBAS_OP_PUT
The operation is a Put operation.
TIBAS_OP_TAKE
The operation is a Take operation.