Method Global:AuthDBQuery [-] [+]
Executes a SQL query on the login 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).
For an example see Global:WorldDBQuery.
Synopsis
results = AuthDBQuery( sql )
Arguments
string sql
Query to execute.
Returns
ElunaQuery results
- See method description.