mysql.unsafe.result

This module publicly imports mysql.impl.result. See that module for documentation on how to use result and result range structures (unsafe versions).

This module also aliases the unsafe versions of structs to the original struct names to aid in backwards compatibility.

$(SAFE_MIGRATION)

Public Imports

mysql.impl.result
public import mysql.impl.result;
Undocumented in source.

Members

Aliases

ResultRange
alias ResultRange = UnsafeResultRange

Unsafe aliases. Use these instead of the real name. See the documentation on the aliased types for usage.

Row
alias Row = UnsafeRow

Unsafe aliases. Use these instead of the real name. See the documentation on the aliased types for usage.

Meta