Oracle 5.0 Reference Manual page 2891

Table of Contents

Advertisement

MySQL 5.0 FAQ: Stored Procedures and Functions
B.4.1: [2871]
Does MySQL 5.0 support stored procedures and functions?
B.4.2: [2872]
Where can I find documentation for MySQL stored procedures and stored functions?
B.4.3: [2872]
Is there a discussion forum for MySQL stored procedures?
B.4.4: [2872]
Where can I find the ANSI SQL 2003 specification for stored procedures?
B.4.5: [2872]
How do you manage stored routines?
B.4.6: [2872]
Is there a way to view all stored procedures and stored functions in a given database?
B.4.7: [2872]
Where are stored procedures stored?
B.4.8: [2872]
Is it possible to group stored procedures or stored functions into packages?
B.4.9: [2872]
Can a stored procedure call another stored procedure?
B.4.10: [2872]
Can a stored procedure call a trigger?
B.4.11: [2872]
Can a stored procedure access tables?
B.4.12: [2873]
Do stored procedures have a statement for raising application errors?
B.4.13: [2873]
Do stored procedures provide exception handling?
B.4.14: [2873]
Can MySQL 5.0 stored routines return result sets?
B.4.15: [2873]
Is
WITH RECOMPILE
B.4.16: [2873]
Is there a MySQL equivalent to using
directly to a stored procedure in the database?
B.4.17: [2873]
Can I pass an array as input to a stored procedure?
B.4.18: [2873]
Can I pass a cursor as an
B.4.19: [2873]
Can I return a cursor as an
B.4.20: [2873]
Can I print out a variable's value within a stored routine for debugging purposes?
B.4.21: [2873]
Can I commit or roll back transactions inside a stored procedure?
B.4.22: [2873]
Do MySQL 5.0 stored procedures and functions work with replication?
B.4.23: [2873]
Are stored procedures and functions created on a master server replicated to a
slave?
B.4.24: [2873]
How are actions that take place inside stored procedures and functions replicated?
B.4.25: [2874]
Are there special security requirements for using stored procedures and functions
together with replication?
B.4.26: [2874]
What limitations exist for replicating stored procedure and function actions?
B.4.27: [2874]
Do the preceding limitations affect MySQL's ability to do point-in-time recovery?
B.4.28: [2874]
What is being done to correct the aforementioned limitations?
Questions and Answers
B.4.1: Does MySQL 5.0 support stored procedures and functions?
Yes. MySQL 5.0 supports two types of stored routines—stored procedures and stored functions.
supported for stored procedures?
mod_plsql
parameter to a stored procedure?
IN
parameter from a stored procedure?
OUT
2871
as a gateway on Apache to talk

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents