API:FireDAC.Phys.SQLiteWrapper.TSQLiteDatabase.DescribeColumn

De RAD Studio API Documentation
Aller à : navigation, rechercher

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);

Propriétés

Type Visibilité  Source Unité  Parent
function public
FireDAC.Phys.SQLiteWrapper.pas
FireDAC.Phys.SQLiteWrapper.hpp
FireDAC.Phys.SQLiteWrapper TSQLiteDatabase

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !