Module types

Module types 

Source

Structs§

Column
Hex
IdentifierEscape
Escapes and quotes identifier. Trailing spaces are removed, as this is required for database, table, and column names. Only the characters \u{0001} - \u{FFFF} are allowed, everything else is removed.
StringEscape
Escapes and quotes string.
UnquotedIdentifierEscape
Removes all characters from identifier that are not allowed if unquoted. Allowed characters are: 0-9, a-z, A-Z, $, _, \u{0080} - \u{FFFF}.

Enums§

AuthPlugin
Value
Mysql value.
ValueType

Traits§

SimpleValue