###User Defined Function###
_SQLite_TotalChanges

###Description###
Returns number of all changes (including via triggers and foreign keys) from start of connection

###Syntax###
#include <SQLite.au3>
_SQLite_TotalChanges ( [$hDB = -1] )


###Parameters###
@@ParamTable@@
$hDB
	[optional] An open database, default is the last opened database
@@End@@

###ReturnValue###
@@ReturnTable@@
Success:	the number of changes.
Failure:	0.
@error:	1 - Error calling SQLite API 'sqlite3_total_changes'
	2 - Call prevented by SafeMode
@@End@@


###Remarks###
None.


###Related###
_SQLite_Changes


###Example###
@@IncludeExample@@
