Module mysql_connector::types

source ·

Structs§

  • 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.
  • Escapes and quotes string.
  • 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§

Traits§