IBX.IBDatabase.TIBTableSpace

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

  TIBTableSpace = record
    TableSpaceName : string;
    IsEncrypted : Boolean;
    PageCache : Integer;
    PageSize : Integer;
    Description : string;
  end;

C++

struct DECLSPEC_DRECORD TIBTableSpace
{
public:
    System::UnicodeString TableSpaceName;
    bool IsEncrypted;
    int PageCache;
    int PageSize;
    System::UnicodeString Description;
};

Properties

Type Visibility Source Unit Parent
record
struct
public
IBX.IBDatabase.pas
IBX.IBDatabase.hpp
IBX.IBDatabase IBX.IBDatabase

Description

Embarcadero Technologies does not currently have any additional information.