Data.DBXCommon.TDBXReader.GetObjectTypeName
Delphi
function GetObjectTypeName(Ordinal: TInt32): string; virtual;
C++
virtual System::UnicodeString __fastcall GetObjectTypeName(int Ordinal);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | Data.DBXCommon.pas Data.DBXCommon.hpp |
Data.DBXCommon | TDBXReader |
Description
Object type name for ADT and Array Types.
GetObjectTypeName returns the object type name for ADT and Array Types. The Oracle driver supports these data types.