IBX.IBDatabase.TIBTablespace
Delphi
TIBTablespace = record
C++
struct DECLSPEC_DRECORD TIBTablespace
{
public:
System::UnicodeString TablespaceName;
int PageSize;
int Length;
int Preallocate;
bool ReserveSpace;
bool IsEncrypted;
System::UnicodeString EncryptionKey;
System::UnicodeString Description;
int PageCache;
#ifndef _WIN64
System::DynamicArray<TIBTablespaceFileSpec> Files;
#else /* _WIN64 */
System::TArray__1<TIBTablespaceFileSpec> Files;
#endif /* _WIN64 */
};
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.