GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
DBIx::SQLite::Simple(3) User Contributed Perl Documentation DBIx::SQLite::Simple(3)

DBIx::SQLite::Simple - easy access to SQLite databases using objects

db
Used to store the filename containing the SQLite database.

new(db => 'filename.db')
Object creator. Takes one argument, and sets the global variable $Dbo to the newly created database handler.
commit
Changes made on created database are not automatically commited. You must call this method if you want to commit pending changes.
close
When you're done using the database, you can disconnect from it. This method will not commit changes, so do it before closing.

Patrice <GomoR> Auffret

Copyright (c) 2005-2015, Patrice <GomoR> Auffret

You may distribute this module under the terms of the Artistic license. See LICENSE.Artistic file in the source distribution archive.

2015-01-04 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.