FireDAC.Phys.SQLiteWrapper.TSQLiteDatabase.DescribeColumn

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function DescribeColumn(const ADBName, ATabName, AColName: String;
out AType, ACollation: String; out ANotNull, AInPK, AAutoInc: Boolean;
ARaiseError: Boolean = True): Boolean;

C++

bool __fastcall DescribeColumn(const System::UnicodeString ADBName, const System::UnicodeString ATabName, const System::UnicodeString AColName, /* out */ System::UnicodeString &AType, /* out */ System::UnicodeString &ACollation, /* out */ bool &ANotNull, /* out */ bool &AInPK, /* out */ bool &AAutoInc, bool ARaiseError = true);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
FireDAC.Phys.SQLiteWrapper.pas
FireDAC.Phys.SQLiteWrapper.hpp
FireDAC.Phys.SQLiteWrapper TSQLiteDatabase

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.