mysql-native v2.2.0

API Reference Home: [This Version] [Latest Version] [Other Versions]


Function BackwardCompatPrepared.queryRowTuple

This function is provided ONLY as a temporary aid in upgrading to mysql-native v2.0.0.

void queryRowTuple(T...) (
  ref T args
)
if (T.length == 0 || !is(T[0] : Connection));

See BackwardCompatPrepared for more info.