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);
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | public | FireDAC.Phys.SQLiteWrapper.pas FireDAC.Phys.SQLiteWrapper.hpp |
FireDAC.Phys.SQLiteWrapper | TSQLiteDatabase |
説明
このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。