Scripting/Squirrel/Functions/SQLite/GetSQLColumnCount
From VC-MP Wiki
This function returns column count of the given query result.
Syntax
int GetSQLColumnCount( sqliteQuery query )
Arguments
- query - The query result from QuerySQL or from a previously executed GetSQLNextRow
Example
For usage example, check the general SQLite database example from the wiki tutorials.
Related Functions
- ConnectSQL
- DisconnectSQL
- QuerySQL
- GetSQLNextRow
- GetSQLColumnCount
- GetSQLColumnData
- FreeSQLQuery
