mysql-native v0.0.5 (2012-10-25T08:20:14Z)
Home
Dub
Repo
SQLValue
mysql
connection
Undocumented in source.
struct
SQLValue {
bool
isNull
;
bool
isIncomplete
;
Variant
_value
;
Variant
value
[@property getter];
T
value
[@property setter];
}
Members
Properties
value
Variant
value
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
value
T
value
[@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
_value
Variant
_value
;
Undocumented in source.
isIncomplete
bool
isIncomplete
;
Undocumented in source.
isNull
bool
isNull
;
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