1Rose::DB::Object::MetadUastear::CCoonltRuromisnbe:u::t:TeDidBm:eP:seOtrbaljmepDc(ot3c:)u:mMeenttaadtaitoan::Column::Timestamp(3)
2
3
4
6 Rose::DB::Object::Metadata::Column::Timestamp - Timestamp column
7 metadata.
8
10 use Rose::DB::Object::Metadata::Column::Timestamp;
11
12 $col = Rose::DB::Object::Metadata::Column::Timestamp->new(...);
13 $col->make_methods(...);
14 ...
15
17 Objects of this class store and manipulate metadata for timestamp
18 columns in a database. Column metadata objects store information about
19 columns (data type, size, etc.) and are responsible for creating object
20 methods that manipulate column values.
21
22 This class inherits from Rose::DB::Object::Metadata::Column::Date.
23 Inherited methods that are not overridden will not be documented a
24 second time here. See the Rose::DB::Object::Metadata::Column::Date
25 documentation for more information.
26
28 "get_set"
29 Rose::DB::Object::MakeMethods::Date, timestamp, "interface =>
30 'get_set', ..."
31
32 "get"
33 Rose::DB::Object::MakeMethods::Date, timestamp, "interface =>
34 'get', ..."
35
36 "set"
37 Rose::DB::Object::MakeMethods::Date, timestamp, "interface =>
38 'set', ..."
39
40 See the Rose::DB::Object::Metadata::Column documentation for an
41 explanation of this method map.
42
44 parse_value DB, VALUE
45 Convert VALUE to the equivalent "DateTime" object. VALUE maybe
46 returned unmodified if it is a valid timestamp keyword or otherwise
47 has special meaning to the underlying database. DB is a Rose::DB
48 object that is used as part of the parsing process. Both arguments
49 are required.
50
51 type
52 Returns "timestamp".
53
55 John C. Siracusa (siracusa@gmail.com)
56
58 Copyright (c) 2010 by John C. Siracusa. All rights reserved. This
59 program is free software; you can redistribute it and/or modify it
60 under the same terms as Perl itself.
61
62
63
64perl v5.38.0 Rose2:0:2D3B-:0:7O-b2j1ect::Metadata::Column::Timestamp(3)