1Apache::Session::SerialUiszeer::CSoynbtarsieb(u3t)ed PerAlpaDcohceu:m:eSnetsastiioonn::Serialize::Sybase(3)
2
3
4
6 Apache::Session::Serialize::Sybase - Use Storable to zip up persistent
7 data and unpack/pack to put into Sybase-compatible image field
8
10 use Apache::Session::Serialize::Sybase;
11
12 $zipped = Apache::Session::Serialize::Sybase::serialize($ref);
13 $ref = Apache::Session::Serialize::Sybase::unserialize($zipped);
14
16 This module fulfills the serialization interface of Apache::Session by
17 taking the data from Apache::Session::Serialize::Storable and modifying
18 it to work with Sybase IMAGE fields. Note that you do not need to quote
19 these values before inserting into the database, and that if you are
20 using DBI::Sybase, you cannot use the data in a placeholder. If you use
21 Apache::Session::Sybase as your session class, this will all get taken
22 care of.
23
25 Apache::Session::Serialize::Storable was written by Jeffrey William
26 Baker <jwbaker@acm.org>; the Sybase-specific data manipulation was
27 written by Mark Landry <mdlandry@lincoln.midcoast.com> for use in an
28 earlier version of Apache::Session::DBI::Sybase and placed here by
29 Chris Winters <chris@cwinters.com>.
30
32 Apache::Session::Serialize::Storable, Apache::Session::Sybase
33
34
35
36perl v5.34.0 2021-07-A2p2ache::Session::Serialize::Sybase(3)