Scripting/Squirrel/Functions/SQLite/FreeSQLQuery
From VC-MP Wiki
This function frees the given query result. It should be used with any queries that return something.
Syntax
bool FreeSQLQuery( sqliteQuery query )
Arguments
- query - The query result from QuerySQL or from a previously executed GetSQLNextRow
Example
-- Todo
