Expand description
Types that represent SQL interfaces
Structs§
- ArgList
- A collection of SQL arguments
- Iter
- Iterator over arguments in a
ArgList
- Process
Error - A zero-sized struct indicating that something went wrong
- SqlArg
- A single SQL argument, including its attributes
- UdfCfg
- A collection of SQL arguments
Enums§
- MaxLen
Options - Helpful constants related to the
max_length
parameter - SqlResult
- A possible SQL result consisting of a type and nullable value
- SqlType
- Enum representing possible SQL result types
Constants§
- MYSQL_
ERRMSG_ SIZE - Max error message size, 0x200 = 512 bytes
- MYSQL_
RESULT_ BUFFER_ SIZE - Minimum size of a buffer for string results