Changes

Jump to navigation Jump to search
95 bytes added ,  19:09, 5 February 2011
# Initialize query output via <code>init()</code>.
# Iterate through the query object with the <code>more()</code> and <code>next()</code> functions. If an error occurs, an exception is thrown.
# As an alternative, call <code>execute()</code> to get the whole result at one a time. This will be faster in most cases, as the socket communication will be limited to a single call.
# Optionally, call <code>info()</code> to get information on the number of results, query time, etc.
# Close the query with <code>close()</code>.
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu