Structs§
- Column
- Hex
- Identifier
Escape - 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. - String
Escape - Escapes and quotes string.
- Unquoted
Identifier Escape - 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§
- Auth
Plugin - Value
- Mysql value.
- Value
Type