sql.Commit
From GMod Wiki
Revision as of 21:13, 2 November 2009 by Crazy Quebecer (Talk | contribs)
Function | |
Syntax |
sql.Commit( ) Where is this used? |
Description: | |
Used after running lots of queries. Writes queries to disk. | |
Returns: | nil |
Part of Library: | Sql |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Sql.Commit]Sql.Commit [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Description | Start a Commit. |
---|---|
Used on | |
Code | sql.Commit() |
Output | N/A |
Additional Info
- This should be used after doing sql.Begin and running many queries at once (100+).