FireDAC.Phys.SQLiteWrapper.TSQLiteStatementState
Delphi
TSQLiteStatementState = (ssInactive, ssPrepared, ssRewinded, ssExecuted,
ssFirstFetch, ssNextFetch, ssEOF);
C++
enum DECLSPEC_DENUM TSQLiteStatementState : unsigned int { ssInactive, ssPrepared, ssRewinded, ssExecuted, ssFirstFetch, ssNextFetch, ssEOF };
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| enum | public | FireDAC.Phys.SQLiteWrapper.pas FireDAC.Phys.SQLiteWrapper.hpp  | 
        FireDAC.Phys.SQLiteWrapper | FireDAC.Phys.SQLiteWrapper | 
Description
Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!