FireDAC.Phys.MySQLWrapper.TMySQLStatementState

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TMySQLStatementState = (msInactive, msPrepared, msExecuted, msOpenFirst,
msOpenNext, msEOF);

C++

enum DECLSPEC_DENUM TMySQLStatementState : unsigned int { msInactive, msPrepared, msExecuted, msOpenFirst, msOpenNext, msEOF };

Properties

Type Visibility Source Unit Parent
enum public
FireDAC.Phys.MySQLWrapper.pas
FireDAC.Phys.MySQLWrapper.hpp
FireDAC.Phys.MySQLWrapper FireDAC.Phys.MySQLWrapper

Description

Embarcadero Technologies does not currently have any additional information.