1SearchBuilder::Handle::USsQeLritCeo(n3t)ributed Perl DocSuemaerncthaBtuiiolnder::Handle::SQLite(3)
2
3
4

NAME

6         DBIx::SearchBuilder::Handle::SQLite -- A SQLite specific Handle object
7

SYNOPSIS

DESCRIPTION

10       This module provides a subclass of DBIx::SearchBuilder::Handle that
11       compensates for some of the idiosyncrasies of SQLite.
12

METHODS

14       DatabaseVersion
15
16       Returns the version of the SQLite library which is used, e.g., "2.8.0".
17       SQLite can only return short variant.
18
19       Insert
20
21       Takes a table name as the first argument and assumes that the rest of
22       the arguments are an array of key-value pairs to be inserted.
23
24       If the insert succeeds, returns the id of the insert, otherwise,
25       returns a Class::ReturnValue object with the error reported.
26
27       CaseSensitive
28
29       Returns undef, since SQLite's searches are not case sensitive by
30       default
31
32       DistinctCount STATEMENTREF
33
34       takes an incomplete SQL SELECT statement and massages it to return a
35       DISTINCT result count
36

AUTHOR

38       Jesse Vincent, jesse@fsck.com
39

SEE ALSO

41       perl(1), DBIx::SearchBuilder
42
43
44
45perl v5.8.8                       2007-02-17  SearchBuilder::Handle::SQLite(3)
Impressum