1Rose::DB::Object::MetadUastear::CCoonlturminb:u:tRBeoldsoebP:(e:3rD)lB:D:oOcbujmeecntt:a:tMieotnadata::Column::Blob(3)
2
3
4
6 Rose::DB::Object::Metadata::Column::Blob - Binary large object column
7 metadata.
8
10 use Rose::DB::Object::Metadata::Column::Blob;
11
12 $col = Rose::DB::Object::Metadata::Column::Blob->new(...);
13 $col->make_methods(...);
14 ...
15
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
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
42 type
43 Returns "blob".
44
46 John C. Siracusa (siracusa@gmail.com)
47
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.36.0 20R2o3s-e0:1:-D2B0::Object::Metadata::Column::Blob(3)