mg_session_pull

Tries to pull results of a statement.

extern (C) @safe @nogc pure nothrow
mg_session_pull

Parameters

pull_information mg_map*

A mg_map that contains extra information for pulling the results. It can contain the following information: - n - how many records to fetch. n=-1 will fetch all records. - qid - query identification, specifies the result from which statement the results should be pulled.

Meta