1Rose::DB::Object::MetadUastear::CCoonltRuromisnbe:u::t:BeDidBg:SP:eeOrrbiljaelDc(ot3c:)u:mMeenttaadtaitoan::Column::BigSerial(3)
2
3
4

NAME

6       Rose::DB::Object::Metadata::Column::BigSerial - Big serial column
7       metadata.
8

SYNOPSIS

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

DESCRIPTION

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

METHOD MAP

28       If perl is compiled to use 64-bit integers, then the method map is:
29
30       "get_set"
31           Rose::DB::Object::MakeMethods::Generic, scalar, "interface =>
32           'get_set', ..."
33
34       "get"
35           Rose::DB::Object::MakeMethods::Generic, scalar, "interface =>
36           'get', ..."
37
38       "get_set"
39           Rose::DB::Object::MakeMethods::Generic, scalar, "interface =>
40           'set', ..."
41
42       Otherwise, the method map is:
43
44       "get_set"
45           Rose::DB::Object::MakeMethods::Generic, scalar, "interface =>
46           'get_set', ..."
47
48       "get"
49           Rose::DB::Object::MakeMethods::Generic, scalar, "interface =>
50           'get', ..."
51
52       "get_set"
53           Rose::DB::Object::MakeMethods::Generic, scalar, "interface =>
54           'set', ..."
55
56       See the Rose::DB::Object::Metadata::Column documentation for an
57       explanation of this method map.
58

OBJECT METHODS

60       type
61           Returns "bigserial".
62

AUTHOR

64       John C. Siracusa (siracusa@gmail.com)
65

LICENSE

67       Copyright (c) 2010 by John C. Siracusa.  All rights reserved.  This
68       program is free software; you can redistribute it and/or modify it
69       under the same terms as Perl itself.
70
71
72
73perl v5.32.0                  Rose2:0:2D0B-:0:7O-b2j8ect::Metadata::Column::BigSerial(3)
Impressum