IBX.IBDatabase.TIBDatabase.CreateTablespace

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CreateTablespace(TablespaceName, FileSpec : String;
Length : integer = 0; ReserveSpace : Boolean = true;
Description : String = '');

C++

void __fastcall CreateTablespace(System::UnicodeString TablespaceName, System::UnicodeString FileSpec, int Length = 0x0, bool ReserveSpace = true, System::UnicodeString Description = System::UnicodeString());

Properties

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

Description

Embarcadero Technologies does not currently have any additional information.