Data.DBXCommon.TDBXReader.GetObjectTypeName
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: public | |
| Source: Data.DBXCommon.pas Data.DBXCommon.hpp | |
| Unit: Data.DBXCommon | |
| Parent: TDBXReader | |
Delphi
function GetObjectTypeName(Ordinal: TInt32): string; virtual;
C++
virtual System::UnicodeString __fastcall GetObjectTypeName(Data::Dbxplatform::TInt32 Ordinal);
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.