1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-09 08:06:59 +02:00

Documentation

This commit is contained in:
Jakub Vrana
2011-05-31 07:43:08 +02:00
parent e8aad6a580
commit 2b9bd6f05d

View File

@@ -756,6 +756,9 @@ if (!defined("DRIVER")) {
); );
} }
/** Get list of routines
* @return array ("ROUTINE_TYPE" => , "ROUTINE_NAME" => , "DTD_IDENTIFIER" => )
*/
function routines() { function routines() {
return get_rows("SELECT * FROM information_schema.ROUTINES WHERE ROUTINE_SCHEMA = " . q(DB)); return get_rows("SELECT * FROM information_schema.ROUTINES WHERE ROUTINE_SCHEMA = " . q(DB));
} }