1SearchBuilder::Handle::UIsnefrorCmoinxt(r3i)buted Perl DSoecaurmcehnBtuaitlidoenr::Handle::Informix(3)
2
3
4
6 DBIx::SearchBuilder::Handle::Informix - An Informix specific Handle object
7
10 This module provides a subclass of DBIx::SearchBuilder::Handle that
11 compensates for some of the idiosyncrasies of Informix.
12
14 Insert
15
16 Takes a table name as the first argument and assumes that the rest of
17 the arguments are an array of key-value pairs to be inserted.
18
19 If the insert succeeds, returns the id of the insert, otherwise,
20 returns a Class::ReturnValue object with the error reported.
21
22 CaseSensitive
23
24 Returns 1, since Informix's searches are case sensitive by default
25
26 BuildDSN
27
28 Builder for Informix DSNs.
29
30 ApplyLimits STATEMENTREF ROWS_PER_PAGE FIRST_ROW
31
32 takes an SQL SELECT statement and massages it to return ROWS_PER_PAGE
33 starting with FIRST_ROW;
34
35 DistinctQuery STATEMENTREF
36
37 takes an incomplete SQL SELECT statement and massages it to return a
38 DISTINCT result set.
39
41 Oliver Tappe, oliver@akso.de
42
44 perl(1), DBIx::SearchBuilder
45
46
47
48perl v5.8.8 2007-02-17SearchBuilder::Handle::Informix(3)