Does Sequel handle Functions then?
create FUNCTION Create ( VALUE_IN IN VARCHAR2 )
RETURN NUMBER
IS
KEY_OUT NUMBER;
BEGIN
KEY_OUT := 3;
RETURN KEY_OUT;
END;
If so how are they called? Can you give an example of a stored proc
that returns a single row/single value (the sequel call)?
Thanks
Brian
--
You received this message because you are subscribed to the Google Groups
"sequel-talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sequel-talk?hl=en.