debian man page for class::dbi::loader::sqlite

Query: class::dbi::loader::sqlite

OS: debian

Section: 3pm

Links: debian man pages   all man pages

Forums: unix linux community   forum categories

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

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

NAME
Class::DBI::Loader::SQLite - Class::DBI::Loader SQLite Implementation.
SYNOPSIS
use Class::DBI::Loader; # $loader is a Class::DBI::Loader::SQLite my $loader = Class::DBI::Loader->new( dsn => "dbi:SQLite:dbname=/path/to/dbfile", namespace => "Data", ); my $class = $loader->find_class('film'); # $class => Data::Film my $obj = $class->retrieve(1);
DESCRIPTION
Multi-column primary keys are supported. It's also fine to define multi-column foreign keys, but they will be ignored because Class::DBI does not support them. See Class::DBI::Loader, Class::DBI::Loader::Generic.
SEE ALSO
Class::DBI::Loader, Class::DBI::Loader::Generic perl v5.10.0 2006-03-04 Class::DBI::Loader::SQLite(3pm)
Related Man Pages
class::dbi::search::basic(3pm) - debian
catalyst::model::cdbi(3pm) - debian
dbix::class::schema::loader::dbi::interbase(3pm) - debian
dbix::class::schema::loader::dbi::mssql(3pm) - debian
dbix::class::schema::loader::relbuilder(3pm) - debian
Similar Topics in the Unix Linux Community
Find columns in a file based on header and print to new file
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?
New UNIX and Linux History Sections
My first PERL incarnation... Audio Oscillograph