Product Documentation

c-treeDB API API for C

Previous Topic

Next Topic

ctdbGetBatchBufferSize

Return the size of the batch buffer.

DECLARATION

VRLEN ctdbDECL ctdbGetBatchBufferSize(CTHANDLE Handle)

DESCRIPTION

ctdbGetBatchBufferSize() returns the size of the batch buffer currently allocated.

  • Handle [in] the record handle.

RETURN

ctdbGetBatchBufferSize() returns the batch buffer size, or -1 if the handle is not a record handle.

SEE ALSO

ctdbReleaseBatchBuffer()

TOCIndex