1Rose::DB::Object::MetadUastear::CCoonltRuromisnbe:u::t:CeDhdBa:rP:aeOcrbtljeerDc(ot3c:)u:mMeenttaadtaitoan::Column::Character(3)
2
3
4

NAME

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

SYNOPSIS

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

DESCRIPTION

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

METHOD MAP

28       "get_set"
29           Rose::DB::Object::MakeMethods::Generic, character, ...
30
31       "get"
32           Rose::DB::Object::MakeMethods::Generic, character, ...
33
34       "get_set"
35           Rose::DB::Object::MakeMethods::Generic, character, ...
36
37       See the Rose::DB::Object::Metadata::Column documentation for an
38       explanation of this method map.
39

OBJECT METHODS

41       parse_value DB, VALUE
42           If "length" is defined, returns VALUE truncated to a maximum of
43           "length" characters, or padding with spaces to be exactly "length"
44           characters long.  DB is a Rose::DB object that may be as part of
45           the parsing process.  Both arguments are required.
46
47       type
48           Returns "character".
49

AUTHOR

51       John C. Siracusa (siracusa@gmail.com)
52

LICENSE

54       Copyright (c) 2010 by John C. Siracusa.  All rights reserved.  This
55       program is free software; you can redistribute it and/or modify it
56       under the same terms as Perl itself.
57
58
59
60perl v5.32.0                  Rose2:0:2D0B-:0:7O-b2j8ect::Metadata::Column::Character(3)
Impressum