Module mysql.safe.prepared

This module publicly imports mysql.impl.prepared (safe version). See that module for documentation on using prepared statements with a MySQL server.

This module also aliases the safe versions of structs to the original struct names to aid in transitioning to using safe code with minimal impact.

See the Safe Migration document for more details.

Aliases

NameTypeDescription
ParameterSpecialization ParameterSpecializationImpl!(true) Safe aliases. Use these instead of the real name. See the documentation on the aliased types for usage.
Prepared SafePrepared Safe aliases. Use these instead of the real name. See the documentation on the aliased types for usage.
PSN ParameterSpecializationImpl!(true) Safe aliases. Use these instead of the real name. See the documentation on the aliased types for usage.