1Padre::DB::SessionFile(U3s)er Contributed Perl DocumentatPiaodnre::DB::SessionFile(3)
2
3
4

NAME

6       Padre::DB::SessionFile - Database table to store session files
7

SYNOPSIS

9               my @files = Padre::DB::SessionFile->select(
10                       'where session = ?', $session_id,
11               );
12

DESCRIPTION

14       This class allows storing in Padre's database the files referenced by a
15       given session (see "Padre::DB::Session").
16

PUBLIC METHODS

18   Accessors
19       The following accessors are automatically created by ORLite:
20
21       id()
22       file()
23       position()
24       focus()
25       session()
26
27   Class methods
28       The following subs are automatically created by ORLite.  Refer to
29       ORLite for more information on them:
30
31       select()
32       count()
33       new()
34       create()
35       insert()
36       delete()
37       truncate()
38
40       Copyright 2008-2010 The Padre development team as listed in Padre.pm.
41
42       This program is free software; you can redistribute it and/or modify it
43       under the same terms as Perl itself.
44
45       The full text of the license can be found in the LICENSE file included
46       with this module.
47
48
49
50perl v5.12.1                      2010-06-11         Padre::DB::SessionFile(3)
Impressum