IBX.IBDatabase.TIBDatabase.CreateTablespace

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure CreateTablespace(TablespaceName, FileSpec : String; PageSize : Integer = 0;  Length : integer = 0; PreAllocate : Boolean = False; ReserveSpace : Boolean = False; Encrypt : String = ''; Description : String = ''; SecondaryFiles : TIBTSSecondaryFiles = nil);

C++

void __fastcall CreateTablespace(System::UnicodeString TablespaceName, System::UnicodeString FileSpec, int PageSize = 0x0, int Length = 0x0, bool PreAllocate = false, bool ReserveSpace = false, System::UnicodeString Encrypt = System::UnicodeString(), System::UnicodeString Description = System::UnicodeString(), System::Generics::Collections::TList__1<TIBSecondaryFile>* SecondaryFiles = (System::Generics::Collections::TList__1<TIBSecondaryFile>*)(0x0));

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
public
IBX.IBDatabase.pas
IBX.IBDatabase.hpp
IBX.IBDatabase TIBDatabase

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !