1Rose::DB::Object::MetadUastear::CCoonlturminbR:uo:tsSeeed:r:iPDaeBlr:(l:3O)Dbojceucmte:n:tMaettiaodnata::Column::Serial(3)
2
3
4

NAME

6       Rose::DB::Object::Metadata::Column::Serial - Serial column metadata.
7

SYNOPSIS

9         use Rose::DB::Object::Metadata::Column::Serial;
10
11         $col = Rose::DB::Object::Metadata::Column::Serial->new(...);
12         $col->make_methods(...);
13         ...
14

DESCRIPTION

16       Objects of this class store and manipulate metadata for serial columns
17       in a database.  Column metadata objects store information about columns
18       (data type, size, etc.) and are responsible for creating object methods
19       that manipulate column values.
20
21       This class inherits from Rose::DB::Object::Metadata::Column::Integer.
22       Inherited methods that are not overridden will not be documented a
23       second time here.  See the Rose::DB::Object::Metadata::Column::Integer
24       documentation for more information.
25

METHOD MAP

27       "get_set"
28           Rose::DB::Object::MakeMethods::Generic, scalar, "interface =>
29           'get_set', ..."
30
31       "get"
32           Rose::DB::Object::MakeMethods::Generic, scalar, "interface =>
33           'get', ..."
34
35       "get_set"
36           Rose::DB::Object::MakeMethods::Generic, scalar, "interface =>
37           'set', ..."
38
39       See the Rose::DB::Object::Metadata::Column documentation for an
40       explanation of this method map.
41

OBJECT METHODS

43       type
44           Returns "serial".
45

AUTHOR

47       John C. Siracusa (siracusa@gmail.com)
48

LICENSE

50       Copyright (c) 2010 by John C. Siracusa.  All rights reserved.  This
51       program is free software; you can redistribute it and/or modify it
52       under the same terms as Perl itself.
53
54
55
56perl v5.32.0                     R2o0s2e0:-:0D7B-:2:8Object::Metadata::Column::Serial(3)
Impressum