Unit 'SQLDB' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TCustomSQLQuery.Post

Post pending changes and optionally apply updates.

Declaration

Source position: sqldb.pp line 604

public procedure TCustomSQLQuery.Post; override;

Description

Post is overridden from DB.TDataset.Post to implement the auto-applyupdates mechanism: if TSQLQuery.Options contains sqoAutoApplyUpdates, then ApplyUpdates is called as the last step of the Post operation.

See also

TSQLQuery.Options

  

Options controlling the behaviour of the dataset.

TCustomSQLQuery.ApplyUpdates

  

Apply updates and check result.


Documentation generated on: Jul 24 2023