Product Documentation

Automatic Data Aggregation

Previous Topic

Next Topic

ctdbGetFieldAutoSysTime()

Return current autotimestamp field attributes. If on output, both create and update are set to NO, automatic field assignment is OFF.

CTDBRET ctdbDECL ctdbGetFieldAutoSysTime(CTHANDLE Handle, pCTBOOL create, pCTBOOL update)

Parameters:

  • Handle [IN] - Field Handle.
  • create [OUT] - YES when the field value is assigned on write of new records
  • update [OUT] - YES when the field value is assigned on write of existing records

Returns:

CTDBRET_OK on success or c-tree error code on failure.

TOCIndex