Squirrel/Server/Functions/SQLite/sqlite close

From Liberty Unleashed Wiki
(Difference between revisions)
Jump to: navigation, search
(Created page with '{{Squirrel/Title|sqlite_open}} {{RequiresModule|lu_sqlite|Modules/Squirrel/lu_sqlite}} This function closes a previously opened SQLite database. == Syntax == <code>bool sqlite_…')
 
m
Line 1: Line 1:
{{Squirrel/Title|sqlite_open}}
+
{{Squirrel/Title|sqlite_close}}
 
{{RequiresModule|lu_sqlite|Modules/Squirrel/lu_sqlite}}
 
{{RequiresModule|lu_sqlite|Modules/Squirrel/lu_sqlite}}
 
This function closes a previously opened SQLite database.
 
This function closes a previously opened SQLite database.

Revision as of 02:22, 16 October 2010

Home   |   Squirrel Scripting   |   Server Functions   |   Server Events   |   Client Functions   |   Client Events
Note: This function requires the external module lu_sqlite.

This function closes a previously opened SQLite database.

Syntax

  1. bool sqlite_close( UserPointer database )

Arguments

  • database - This is a pointer to a previously opened database

Example

Explanation here.

This function needs an example. You can help us complete the wiki by writing one, or maybe even more :o
  1.  
  2. -- Todo
  3.  

Notes

-- List of used functions and other notes here.

For a larger example, check the SQLite database example from the wiki tutorials.

Related Functions

These functions are provided by the official module lu_sqlite.

Personal tools
Namespaces

Variants
Actions
Navigation
scripting
Toolbox