1Rose::DB::Object::MetadUastear::CCoonlturminb:uR:toAesrder:aP:yeD(rB3l:):DOobcjuemcetn:t:aMteitoandata::Column::Array(3)
2
3
4
6 Rose::DB::Object::Metadata::Column::Array - Array column metadata.
7
9 use Rose::DB::Object::Metadata::Column::Array;
10
11 $col = Rose::DB::Object::Metadata::Column::Array->new(...);
12 $col->make_methods(...);
13 ...
14
16 Objects of this class store and manipulate metadata for array columns
17 in 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
27 "get_set"
28 Rose::DB::Object::MakeMethods::Generic, array, ...
29
30 "get"
31 Rose::DB::Object::MakeMethods::Generic, array, ...
32
33 "get_set"
34 Rose::DB::Object::MakeMethods::Generic, array, ...
35
36 See the Rose::DB::Object::Metadata::Column documentation for an
37 explanation of this method map.
38
40 dimensions [ARRAYREF]
41 Get or set the dimensions of the column as a reference to an array
42 of integer dimensions.
43
44 parse_value DB, VALUE
45 Parse VALUE and return a reference to an array containing the array
46 values. DB is a Rose::DB object that is used as part of the
47 parsing process. Both arguments are required.
48
49 type
50 Returns "array".
51
53 John C. Siracusa (siracusa@gmail.com)
54
56 Copyright (c) 2010 by John C. Siracusa. All rights reserved. This
57 program is free software; you can redistribute it and/or modify it
58 under the same terms as Perl itself.
59
60
61
62perl v5.30.2 2R0o2s0e-:0:4D-B0:6:Object::Metadata::Column::Array(3)