mysql-native v2.1.0-rc3 (2018-02-26T05:33:11Z)
Dub
Repo
ColumnSpecialization
mysql
commands
This feature is not yet implemented. It currently has no effect.
struct
ColumnSpecialization {
size_t
cIndex
;
ushort
type
;
uint
chunkSize
;
void
delegate
(
const
(
ubyte
)[]
chunk
,
bool
finished
)
chunkDelegate
;
}
Members
Variables
cIndex
size_t
cIndex
;
Undocumented in source.
chunkDelegate
void
delegate
(
const
(
ubyte
)[]
chunk
,
bool
finished
)
chunkDelegate
;
Undocumented in source.
chunkSize
uint
chunkSize
;
In bytes
type
ushort
type
;
Undocumented in source.
Meta
Source
See Implementation
mysql
commands
aliases
CSN
functions
exec
execImpl
execQueryImpl
query
queryImpl
queryRow
queryRowImpl
queryRowTuple
queryRowTupleImpl
queryValue
queryValueImpl
structs
ColumnSpecialization
ExecQueryImplInfo
This feature is not yet implemented. It currently has no effect.