The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

FusqlFS::Backend::MySQL::Functions - FusqlFS MySQL database stored functions interface

SYNOPSIS

DESCRIPTION

EXPOSED STRUCTURE

./create.sql

CREATE FUNCTION statement 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.