company logo

DatabaseHandle :: UpdateMajorVersion - Change timestamp for current version

Each version for a database object has a final time limit. As long as the time limit for the version lies in the future one may change the version end by setting a new timestamp. The new timestamp must always refer to a time point in future.

Return value:  Success ( logical  )

Implementation details

logical DatabaseHandle  :: UpdateMajorVersion ( uint16 version_nr=CUR_VERSION, dttm timestamp=dttm(), logical new_opt_w=false )
  • version_nr - Database object version number Default: CUR_VERSION
  • timestamp - Date time value Default: dttm()
  • new_opt_w - - internal feature (not documented) Default: false