Module mysql.unsafe.prepared
This module publicly imports mysql (unsafe version). See that
module for documentation on using prepared statements with a MySQL server.
This module also aliases the unsafe versions of structs to the original struct names to aid in backwards compatibility.
See the Safe Migration document for more details.
Aliases
| Name | Type | Description |
|---|---|---|
ParameterSpecialization
|
ParameterSpecializationImpl!(false)
|
Unsafe aliases. Use these instead of the real name. See the documentation on the aliased types for usage. |
Prepared
|
UnsafePrepared
|
Unsafe aliases. Use these instead of the real name. See the documentation on the aliased types for usage. |
PSN
|
ParameterSpecializationImpl!(false)
|
Unsafe aliases. Use these instead of the real name. See the documentation on the aliased types for usage. |