1Rose::DB::Object::MetadUastear::CCoonlturminb:u:tRDeoadsteeP:(e:3rD)lB:D:oOcbujmeecntt:a:tMieotnadata::Column::Date(3)
2
3
4

NAME

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

SYNOPSIS

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

DESCRIPTION

16       Objects of this class store and manipulate metadata for date columns in
17       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. Inherited
22       methods that are not overridden will not be documented a second time
23       here.  See the Rose::DB::Object::Metadata::Column documentation for
24       more information.
25

METHOD MAP

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

OBJECT METHODS

43       parse_value DB, VALUE
44           Convert VALUE to the equivalent DateTime object.  VALUE maybe
45           returned unmodified if it is a valid date keyword or otherwise has
46           special meaning to the underlying database.  DB is a Rose::DB
47           object that is used as part of the parsing process.  Both arguments
48           are required.
49
50       time_zone [TZ]
51           Get or set the time zone of the dates stored in this column.  TZ
52           should be a time zone name that is understood by
53           DateTime::TimeZone.
54
55       type
56           Returns "date".
57

AUTHOR

59       John C. Siracusa (siracusa@gmail.com)
60

LICENSE

62       Copyright (c) 2010 by John C. Siracusa.  All rights reserved.  This
63       program is free software; you can redistribute it and/or modify it
64       under the same terms as Perl itself.
65
66
67
68perl v5.30.0                      20R1o9s-e0:7:-D2B6::Object::Metadata::Column::Date(3)
Impressum