[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'sqldb' (#fcl)

TDBEventType

Type of database event

Declaration

Source position: sqldb.pp line 52

type TDBEventType = (

  detCustom,

  

Custom event message

  detPrepare,

  

SQL prepare message

  detExecute,

  

SQLExecute message

  detFetch,

  

Fetch data message

  detCommit,

  

Transaction Commit message

  detRollBack,

  

Transaction rollback message

  detParamValue,

  detActualSQL

);

Description

TDBEventType describes the type of a database event message as generated by TSQLConnection through the TSQLConnection.OnLog event.

See also

TSQLConnection

  

An abstract class representing a connection to a SQL Database

TDBLogNotifyEvent

  

Event handler prototype for handling events

TSQLConnection.OnLog

  

Event handler for logging events


Documentation generated on: Nov 14 2015