MySQLProcedure

A struct to hold stored function metadata

Members

Variables

charSetClient
string charSetClient;
Undocumented in source.
collationConnection
string collationConnection;
Undocumented in source.
collationDB
string collationDB;
Undocumented in source.
comment
string comment;
Undocumented in source.
created
DateTime created;
Undocumented in source.
db
string db;
Undocumented in source.
definer
string definer;
Undocumented in source.
modified
DateTime modified;
Undocumented in source.
name
string name;
Undocumented in source.
securityType
string securityType;
Undocumented in source.
type
string type;
Undocumented in source.

Meta