IBX.IBDatabase.TIBDatabase

From RAD Studio API Documentation
Jump to: navigation, search

Data.DB.TCustomConnectionSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTIBDatabase

Delphi

{ TIBDatabase }
[ComponentPlatformsAttribute(pidAllPlatforms)]
TIBDataBase = class(TCustomConnection)

C++

class PASCALIMPLEMENTATION TIBDatabase : public Data::Db::TCustomConnection

Properties

Type Visibility Source Unit Parent
class public
IBX.IBDatabase.pas
IBX.IBDatabase.hpp
IBX.IBDatabase IBX.IBDatabase

Description

TIBDatabase encapsulates an InterBase database connection.

Use TIBDataBase to encapsulate an InterBase database connection. All TIBCustomDataSet descendants and TIBSQL use the TIBDataBase component to gain access to databases.

For full information about InterBase encryption, see the InterBase Data Definition Guide.

See Also