MySQL Reference Manual for version 4.0.18.

[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

18.1.2 SHOW PROCEDURE STATUS and SHOW FUNCTION STATUS

 
SHOW {PROCEDURE | FUNCTION} STATUS [LIKE pattern]

This command is a MySQL extension. It returns characteristics of routines, such as the name, type, creator, creation and modification dates. If no pattern is specified, the information for all stored procedures or all stored functions is listed, depending on which statement you use.



This document was generated by rdg (Feb 25 2004) using texi2html