Product Documentation

c-treeDB API API for C

Previous Topic

Next Topic

ctdbGetFieldScale

Retrieve the field scale.

Declaration

NINT ctdbGetFieldScale(CTHANDLE Handle)

Description

ctdbGetFieldScale() retrieves the field scale (the number of digits to the right of the decimal point).

  • Handle [in] the Field Handle.

Returns

ctdbGetFieldScale() returns the field scale.

See also

ctdbGetField(), ctdbGetFieldLength(), ctdbGetFieldName(), ctdbGetFieldNullFlag(), ctdbGetFieldPrecision(), ctdbSetFieldScale()

TOCIndex