Data.DBXMetaDataReader.TDBXReservedWordsCursor.Create
[–] Properties | |
---|---|
Type: constructor | |
Visibility: public | |
Source: Data.DBXMetaDataReader.pas Data.DBXMetaDataReader.hpp
| |
Unit: Data.DBXMetaDataReader | |
Parent: TDBXReservedWordsCursor |
Delphi
constructor Create(const TypeNames: TDBXPlatformTypeNames; const Columns: TDBXValueTypeArray; const Keywords: TDBXStringArray);
C++
__fastcall TDBXReservedWordsCursor(TDBXPlatformTypeNames* const TypeNames, const Data::Dbxcommon::TDBXValueTypeArray Columns, const Data::Dbxplatform::TDBXStringArray Keywords);
Description
Inherently calls the upper class constructor.
Data.DBXMetaDataReader.TDBXReservedWordsCursor.Create inherits from Data.DBXCommonTable.TDBXTable.Create. All content below this line refers to Data.DBXCommonTable.TDBXTable.Create.
Inherently calls the upper class constructor.
Create inherently calls the upper class (TDBXTableRow) constructor to create a new TDBXTable instance.