FireDAC.Phys.Intf.TFDPhysCreateTableParts

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TFDPhysCreateTableParts = set of (tpTable, tpGenerators, tpTriggers, tpPrimaryKey, tpIndexes);

C++

typedef System::Set<Firedac_Phys_Intf__5, Firedac_Phys_Intf__5::tpTable, Firedac_Phys_Intf__5::tpIndexes> TFDPhysCreateTableParts;

Properties

Type Visibility Source Unit Parent
set
typedef
public
FireDAC.Phys.Intf.pas
FireDAC.Phys.Intf.hpp
FireDAC.Phys.Intf FireDAC.Phys.Intf

Description

Defines the objects that the CreateTable command creates.

TFDPhysCreateTableParts defines the set of objects that the CreateTable command creates in a database.

Value Description
tpTable Indicates the database table to be created
tpGenerators Indicates the generators to be created
tpTriggers Indicates the table triggers to be created
tpPrimaryKey Indicates the primary key to be created
tpIndexes Indicates the indexes to be created

See Also