FireDAC.Phys.SQLiteWrapper.TSQLiteStatementState

From RAD Studio API Documentation
Jump to: navigation, search

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.