Method Global:CharDBQuery [-] [+]
Executes a SQL query on the character database and returns an ElunaQuery.
The query is always executed synchronously (i.e. execution halts until the query has finished and then results are returned). If you need to execute the query asynchronously, use Global:CharDBQueryAsync instead.
For an example see Global:WorldDBQuery.
Synopsis
results = CharDBQuery( sql )
Arguments
string sql
Query to execute.
Returns
ElunaQuery results
- See method description.