1SearchBuilder::Handle::USsyebrasCeo(n3t)ributed Perl DocSuemaerncthaBtuiiolnder::Handle::Sybase(3)
2
3
4
6 DBIx::SearchBuilder::Handle::Sybase -- a Sybase specific Handle object
7
10 This module provides a subclass of DBIx::SearchBuilder::Handle that
11 compensates for some of the idiosyncrasies of Sybase.
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 DatabaseVersion
23
24 return the database version, trimming off any -foo identifier
25
26 CaseSensitive
27
28 Returns undef, since Sybase's searches are not case sensitive by
29 default
30
31 DistinctQuery STATEMENTREFtakes an incomplete SQL SELECT statement and
32 massages it to return a DISTINCT result set.
33
34 BinarySafeBLOBs
35
36 Return undef, as Oracle doesn't support binary-safe CLOBS
37
39 Jesse Vincent, jesse@fsck.com
40
42 DBIx::SearchBuilder, DBIx::SearchBuilder::Handle
43
44
45
46perl v5.8.8 2007-02-17 SearchBuilder::Handle::Sybase(3)