FireDAC.Phys.SQLiteWrapper.TSQLiteDatabase.DescribeColumn
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);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | FireDAC.Phys.SQLiteWrapper.pas FireDAC.Phys.SQLiteWrapper.hpp |
FireDAC.Phys.SQLiteWrapper | TSQLiteDatabase |
Description
Embarcadero Technologies does not currently have any additional information.