mysql-native v0.0.5 (2012-10-25T08:20:14Z)
Home
Dub
Repo
MySQLProcedure
mysql
connection
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
connection
aliases
CSN
MYX
PSN
classes
Connection
FiberConnectionPool
MySQLException
enums
CommandType
FieldFlags
RefreshFlags
ResultPacketMarker
SQLType
SvrCapFlags
functions
consume
consumeBinaryValueIfComplete
consumeIfComplete
consumeNonBinaryValueIfComplete
createCommand
decode
decodeLCBHeader
exec
getNumLCBBytes
isEOFPacket
myto
pack
packInto
packLCS
packLength
parseLCB
queryEager
queryLazy
setPacketHeader
skip
toDate
toDateTime
toTimeDiff
toTimeOfDay
properties
hasEnoughBytes
structs
ColumnInfo
ColumnSpecialization
Command
DBValue
EOFPacket
FieldDescription
LCB
LCS
MetaData
MySQLProcedure
OKErrorPacket
ParamDescription
ParameterSpecialization
PreparedStmtHeaders
ResultSequence
ResultSet
ResultSetHeaders
Row
SQLValue
TimeDiff
Timestamp
variables
defaultClientFlags
A struct to hold stored function metadata