Triggers
class Triggers (View source)
Functions for trigger management.
Constants
private EVENTS |
|
Methods
string
handleEditor()
Handles editor requests for adding or editing an item
Trigger|null
getTriggerByName(string $db, string $table, string $name)
No description
string
getQueryFromRequest()
Composes the query necessary to create a trigger from an HTTP request.
static array
getDetails(DatabaseInterface $dbi, string $db, string $table = '')
Returns details about the TRIGGERs for a specific table or database.
array
getTables(string $db)
No description
int
getErrorCount()
No description
Details
__construct(DatabaseInterface $dbi)
No description
string
handleEditor()
Handles editor requests for adding or editing an item
Trigger|null
getTriggerByName(string $db, string $table, string $name)
No description
string
getQueryFromRequest()
Composes the query necessary to create a trigger from an HTTP request.
static array
getDetails(DatabaseInterface $dbi, string $db, string $table = '')
Returns details about the TRIGGERs for a specific table or database.
array
getTables(string $db)
No description
int
getErrorCount()
No description