Callback for receiving asynchronous database connections.
typedef SQLConnectCallback = function void(Database db, const char[] error, any data)
Handle to the database connection.
Error string if there was an error. The error could be empty even if an error condition exists, so it is important to check the actual Handle value instead.
Data passed in via the original threaded invocation.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.