mirror of
https://github.com/vrana/adminer.git
synced 2025-08-08 15:47:00 +02:00
Document trigger type
This commit is contained in:
@@ -709,7 +709,7 @@ if (!defined("DRIVER")) {
|
|||||||
|
|
||||||
/** Get information about trigger
|
/** Get information about trigger
|
||||||
* @param string trigger name
|
* @param string trigger name
|
||||||
* @return array array("Trigger" => , "Timing" => , "Event" => , "Statement" => )
|
* @return array array("Trigger" => , "Timing" => , "Event" => , "Type" => , "Statement" => )
|
||||||
*/
|
*/
|
||||||
function trigger($name) {
|
function trigger($name) {
|
||||||
if ($name == "") {
|
if ($name == "") {
|
||||||
|
Reference in New Issue
Block a user