NAME
FusqlFS::Backend::MySQL::Functions - FusqlFS MySQL database stored functions interface
SYNOPSIS
DESCRIPTION
EXPOSED STRUCTURE
- ./create.sql
-
CREATE FUNCTIONstatement to create the function. - ./comment
-
Procedure comment
- ./struct
-
Additional stored function info with following fields:
sql-
one of contains, no, reads, modifies an SQL mode
security-
one of definer or invoker security context
parameters-
List of function parameters.
returns-
Return type.
- ./code
-
Stored function code.
- ./definer
-
Symlink to user who defined the function.