Bde.DBTables.TSQLUpdateObject

From RAD Studio API Documentation
Jump to: navigation, search

Bde.DBTables.TDataSetUpdateObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTSQLUpdateObject
[–] Properties
Type: class
Visibility: public
Source:
Bde.DBTables.pas
Bde.DBTables.hpp
Unit: Bde.DBTables
Parent: Bde.DBTables

Delphi

TSQLUpdateObject = class(TDataSetUpdateObject)

C++

class PASCALIMPLEMENTATION TSQLUpdateObject : public TDataSetUpdateObject

Description

TSQLUpdateObject is the base class for classes that use an SQL command to apply cached updates on behalf of queries or stored procedures that can't post updates directly.

Use TSQLUpdateObject as a base class when creating customized update objects that can update BDE datasets. TSQLUpdateObject adds support for accessing a SQL statement that applies an update to the properties and methods introduced by TDataSetUpdateObject.

TSQLUpdateObject is an abstract base class and cannot be instantiated.

See Also