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() {
return get_rows("SELECT * FROM information_schema.ROUTINES WHERE ROUTINE_SCHEMA = " . q(DB));
}