mysql.safe.result

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

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

$(SAFE_MIGRATION)

Public Imports

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

Members

Aliases

ResultRange
alias ResultRange = SafeResultRange

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

Row
alias Row = SafeRow

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

Meta