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).

For an example see Global:WorldDBQuery.

Synopsis

results = CharDBQuery( sql )

Arguments

string sql

Query to execute.

Returns

ElunaQuery results
See method description.

Generated on
© 2010 - 2024 Eluna Lua Engine