DBIx::DBSchema::DBD::SQLite man page on Fedora

Man page or keyword search:  
man Server   31170 pages
apropos Keyword Search (all sections)
Output format
Fedora logo
[printable version]

DBSchema::DBD::SQLite(User Contributed Perl DocumentatDBSchema::DBD::SQLite(3)

NAME
       DBIx::DBSchema::DBD::SQLite - SQLite native driver for DBIx::DBSchema

SYNOPSIS
       use DBI; use DBIx::DBSchema;

       $dbh = DBI->connect('dbi:SQLite:tns_service_name', 'user','pass');
       $schema = new_native DBIx::DBSchema $dbh;

DESCRIPTION
       This module implements a SQLite-native driver for DBIx::DBSchema.

AUTHOR
       Jesse Vincent <jesse@bestpractical.com>

API
       columns CLASS DBI_DBH TABLE
	   Given an active DBI database handle, return a listref of listrefs
	   (see perllol), each containing six elements: column name, column
	   type, nullability, column length, column default, and a field
	   reserved for driver-specific use (which for sqlite is whether this
	   col is a primary key)

       primary_key CLASS DBI_DBH TABLE
	   Given an active DBI database handle, return the primary key for the
	   specified table.

       unique CLASS DBI_DBH TABLE
	   Given an active DBI database handle, return a hashref of unique
	   indices.  The keys of the hashref are index names, and the values
	   are arrayrefs which point a list of column names for each.  See
	   "HASHES OF LISTS" in perldsc and DBIx::DBSchema::ColGroup.

       index CLASS DBI_DBH TABLE
	   Given an active DBI database handle, return a hashref of (non-
	   unique) indices.  The keys of the hashref are index names, and the
	   values are arrayrefs which point a list of column names for each.
	   See "HASHES OF LISTS" in perldsc and DBIx::DBSchema::ColGroup.

perl v5.14.2			  2007-06-18	      DBSchema::DBD::SQLite(3)
[top]

List of man pages available for Fedora

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net