FireDAC.Phys.Intf.TFDPhysCreateTableParts

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
set
typedef
Visibility: public
Source:
FireDAC.Phys.Intf.pas
FireDAC.Phys.Intf.hpp
Unit: FireDAC.Phys.Intf
Parent: FireDAC.Phys.Intf

Delphi

TFDPhysCreateTableParts = set of TFDPhysCreateTablePart;

C++

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

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