PreparedImpl.queryRowTuple

Execute a prepared SQL command to place result values into a set of D variables.

Use this method when you will use the same command repeatedly. It will throw if the specified command does not produce a result set, or if any column type is incompatible with the corresponding D variable

struct PreparedImpl
void
queryRowTuple
(
T...
)
(
ref T args
)

Meta