mysql-native v0.0.5 (2012-10-25T08:20:14Z)
Home
Dub
Repo
FiberConnectionPool
mysql
connection
Undocumented in source.
class
FiberConnectionPool {
this
(string host, string usr, string pwd, string db, ushort port);
Connection
connection
[@property getter];
void
close
();
~this
();
}
Constructors
this
this
(string host, string usr, string pwd, string db, ushort port)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Members
Functions
close
void
close
()
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
connection
Connection
connection
[@property getter]
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