1Padre::DB::SyntaxHighliUgshetr(3C)ontributed Perl DocumePnatdartei:o:nDB::SyntaxHighlight(3)
2
3
4
6 Padre::DB::SyntaxHighlight - Database table to store mime-type to
7 syntax highlighter mapping
8
10 my @files = Padre::DB::SyntaxHighlight->select(
11 'where mime_type = ?', $mime_type,
12 );
13
15 This class allows storing in Padre's database the name of the syntax
16 highlighter module.
17
19 Accessors
20 The following accessors are automatically created by ORLite:
21
22 id()
23 file()
24 position()
25 focus()
26 session()
27
28 Class methods
29 The following subs are automatically created by ORLite. Refer to
30 ORLite for more information on them:
31
32 select()
33 count()
34 new()
35 create()
36 insert()
37 delete()
38 truncate()
39
41 Copyright 2008-2010 The Padre development team as listed in Padre.pm.
42
43 This program is free software; you can redistribute it and/or modify it
44 under the same terms as Perl itself.
45
46 The full text of the license can be found in the LICENSE file included
47 with this module.
48
49
50
51perl v5.12.1 2010-06-11 Padre::DB::SyntaxHighlight(3)