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

NAME

6       Rose::DB::Object::Metadata::Column::Blob - Binary large object column
7       metadata.
8

SYNOPSIS

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

DESCRIPTION

17       Objects of this class store and manipulate metadata for long, variable-
18       length character-based columns in a database.  Column metadata objects
19       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::Character.
23       Inherited methods that are not overridden will not be documented a
24       second time here.  See the
25       Rose::DB::Object::Metadata::Column::Character documentation for more
26       information.
27

METHOD MAP

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

OBJECT METHODS

42       type
43           Returns "blob".
44

AUTHOR

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

LICENSE

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