Skip to content

OnBeforeExecQuery - cDbSqliteDriver

Include: Use Db\cDbSqliteDriver.pkg

Customization hook before a query executes.

Type: Event

Parameters

Parameter Type Description
sOperation String Operation name.
sQuery String ByRef SQL query text to inspect or adjust.

Syntax

Procedure OnBeforeExecQuery String sOperation String ByRef sQuery

Call

Procedure OnBeforeExecQuery
    Forward Send OnBeforeExecQuery
End_Procedure

Description

Customization hook before a query executes.

See also