IBX.IBServices.TIBConfigService.GroupCommit

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property GroupCommit : Boolean read GetGroupCommit write SetGroupcommit;

C++

__property bool GroupCommit = {read=GetGroupCommit, write=SetGroupCommit, nodefault};

Properties

Type Visibility Source Unit Parent
property public
IBX.IBServices.pas
IBX.IBServices.hpp
IBX.IBServices TIBConfigService

Description

Indicates whether transactions are commited by a background cache writer.

A True value for GroupCommit allows transactions to be commited by a background cache writer.

See Also