Method Global:WorldDBExecute [-] [+]

Executes a SQL query on the world database.

The query may be executed asynchronously (at a later, unpredictable time). If you need to execute the query synchronously, use Global:WorldDBQuery instead.

Any results produced are ignored. If you need results from the query, use Global:WorldDBQuery or Global:WorldDBQueryAsync instead.

WorldDBExecute("DELETE FROM my_table")

Synopsis

WorldDBExecute( sql )

Arguments

string sql

Query to execute.

Returns

Nothing.

Generated on
©2016 - Eluna Lua Engine