Simplistic, experimental framework for Stored Procedures (SPs).
Implements creation and dropping of PROCEDUREs, IN, OUT, and INOUT parameters, single-statement procedures, rudimentary multi-statement (begin-end) prodedures (when the client can handle it), and local variables. Missing most of the embedded SQL language, all attributes, FUNCTIONs, error handling, reparses procedures at each call (no caching), etc, etc. Certainly buggy too, but procedures can actually be created and called....
Showing
sql/sp_head.cc
0 → 100644
This diff is collapsed.
sql/sp_head.h
0 → 100644
sql/sp_pcontext.cc
0 → 100644
sql/sp_pcontext.h
0 → 100644
sql/sp_rcontext.h
0 → 100644
Please register or sign in to comment