Bde.DBTables.TSQLUpdateObject

From RAD Studio API Documentation
Jump to: navigation, search

Bde.DBTables.TDataSetUpdateObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTSQLUpdateObject

Delphi

TSQLUpdateObject = class(TDataSetUpdateObject)

C++

class PASCALIMPLEMENTATION TSQLUpdateObject : public TDataSetUpdateObject

Properties

Type Visibility Source Unit Parent
class public
Bde.DBTables.pas
Bde.DBTables.hpp
Bde.DBTables Bde.DBTables

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