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

NAME

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

SYNOPSIS

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

DESCRIPTION

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

METHOD MAP

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

OBJECT METHODS

41       type
42           Returns "text".
43

AUTHOR

45       John C. Siracusa (siracusa@gmail.com)
46

LICENSE

48       Copyright (c) 2010 by John C. Siracusa.  All rights reserved.  This
49       program is free software; you can redistribute it and/or modify it
50       under the same terms as Perl itself.
51
52
53
54perl v5.30.0                      20R1o9s-e0:7:-D2B6::Object::Metadata::Column::Text(3)
Impressum