ctdbSetFieldScale
Set the field scale.
Declaration
CTDBRET ctdbSetFieldScale(CTHANDLE Handle, NINT fscale)
Description
ctdbSetFieldScale() sets the field scale (the number of digits to the right of the decimal point).
Returns
ctdbSetFieldScale() returns CTDBRET_OK on success, or a c-treeDB API C API error code on failure.
See also
ctdbGetFieldScale()