mysql-native v2.3.0 (2019-02-24T04:02:38Z)
Dub
Repo
MySQLProcedure
mysql
metadata
A struct to hold stored function metadata.
struct
MySQLProcedure {
string
db
;
string
name
;
string
type
;
string
definer
;
DateTime
modified
;
DateTime
created
;
string
securityType
;
string
comment
;
string
charSetClient
;
string
collationConnection
;
string
collationDB
;
}
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
Source
See Implementation
mysql
metadata
structs
ColumnInfo
MetaData
MySQLProcedure
A struct to hold stored function metadata.