Method DestroySQLDatabase
DestroySQLDatabase()
Immediately destroys the database attached to this player, clearing out all data and schema.
This operation is immediate and irreversible, even when inside a transaction or running query.
Existing active/prepared sqlqueries will remain functional, but any references to stored data or schema members will be invalidated.
public void DestroySQLDatabase()