debian man page for class::dbi::sqlite

Query: class::dbi::sqlite

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Class::DBI::SQLite(3pm) 				User Contributed Perl Documentation				   Class::DBI::SQLite(3pm)

NAME
Class::DBI::SQLite - Extension to Class::DBI for sqlite
SYNOPSIS
package Film; use base qw(Class::DBI::SQLite); __PACKAGE__->set_db('Main', 'dbi:SQLite:dbname=dbfile', '', ''); __PACKAGE__->set_up_table('Movies'); package main; my $film = Film->create({ name => 'Bad Taste', title => 'Peter Jackson', }); my $id = $film->id; # auto-incremented
DESCRIPTION
Class::DBI::SQLite is an extension to Class::DBI for DBD::SQLite. It allows you to populate an auto-incremented row id after insert. The "set_up_table" method automates the setup of columns and primary key(s) via the SQLite PRAGMA statement.
AUTHOR
Tatsuhiko Miyagawa <miyagawa@bulknews.net> "set_up_table" implementation by Tomohiro Ikebe <ikebe@cpan.org> This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
SEE ALSO
Class::DBI, DBD::SQLite perl v5.10.0 2005-10-06 Class::DBI::SQLite(3pm)
Related Man Pages
class::dbi::cascade::none(3pm) - debian
class::dbi::plugin::retrieveall(3pm) - debian
class::dbi::test::sqlite(3pm) - debian
class::dbi::mysql(3pm) - debian
jifty::dbi::handle::sqlite(3pm) - debian
Similar Topics in the Unix Linux Community
How can I do this in VI editor?
Is UNIX an open source OS ?
Introduction
Find columns in a file based on header and print to new file
How to copy a column of multiple files and paste into new excel file (next to column)?