sqlite_close

From Liberty Unleashed Wiki
Revision as of 02:22, 16 October 2010 by Juppi (Talk | contribs)

Jump to: navigation, search
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