ctdbBigIntToLong
Convert a big integer value to a LONG.
Declaration
CTDBRET ctdbBigIntToLong(CTBIGINT value, pLONG pLong)
Description
ctdbBigIntToLong() converts a big integer value to a LONG. A big integer is an 8 bytes integer value. Use ctdbLongToBigInt() to convert from a LONG to a big integer.
Returns
ctdbBigIntToLong() returns CTDBRET_OK on success, or c-treeDB API error on failure.
Possible errors associated with ctdbBigIntToLong() are:
See also
ctdbLongToBigInt()