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
Goo::LiteDatabase(3) User Contributed Perl Documentation Goo::LiteDatabase(3)

Goo::LiteDatabase - Drive an SQLite database

use Goo::LiteDatabase;

Interface to an SQLite database.

open a connection to the default database
execute some SQL
execute SQL and return the result all in one
return an SQL 'in' clause with numeric values
return an SQL 'in' clause with string values
return the number of rows for this statement handle
alias for get_result_hash
return a hash for this result
bind a parameter to a value
display SQL statement useful for debugging
take a string and execute the SQL return a hash of column headings and values
take a string and prepare the SQL for later execution
execute prepared statement
return the maximum value of a database column
return the latest increment for this database handle
check if a value exists in a given column and table
check if a value exists in a given column and table
return a row based on a key
return a simple row in the table
delete a row based on a key
quote a value for insertion into the database
handle any error thrown by the dbi subsystem
return the primary key for a table
return a list of column names for the table

Nigel Hamilton <nigel@trexy.com>

2005-11-30 perl v5.40.2

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.