1Rose::DB::Object::MetadUasteRaro:s:CeCo:on:ltDurBmi:nb::uO:tbDejodeucbPtle:er:PlMreeDtcoaicdsuaimtoeann:(t:3aC)toilounmn::DoublePrecision(3)
2
3
4
6 Rose::DB::Object::Metadata::Column::DoublePrecision - Double-precision
7 column metadata.
8
10 use Rose::DB::Object::Metadata::Column::DoublePrecision;
11
12 $col = Rose::DB::Object::Metadata::Column::DoublePrecision->new(...);
13 $col->make_methods(...);
14 ...
15
17 Objects of this class store and manipulate metadata for double-
18 precision columns in a database. Column metadata objects store
19 information about columns (data type, size, etc.) and are responsible
20 for creating object methods that manipulate column values.
21
22 This class inherits from Rose::DB::Object::Metadata::Column::Numeric.
23 Inherited methods that are not overridden will not be documented a
24 second time here. See the Rose::DB::Object::Metadata::Column::Numeric
25 documentation for more information.
26
28 "get_set"
29 Rose::DB::Object::MakeMethods::Generic, scalar, "interface =>
30 'get_set', ..."
31
32 "get"
33 Rose::DB::Object::MakeMethods::Generic, scalar, "interface =>
34 'get', ..."
35
36 "get_set"
37 Rose::DB::Object::MakeMethods::Generic, scalar, "interface =>
38 'set', ..."
39
40 See the Rose::DB::Object::Metadata::Column documentation for an
41 explanation of this method map.
42
44 type
45 Returns "double precision".
46
48 John C. Siracusa (siracusa@gmail.com)
49
51 Copyright (c) 2010 by John C. Siracusa. All rights reserved. This
52 program is free software; you can redistribute it and/or modify it
53 under the same terms as Perl itself.
54
55
56
57perl v5.28.0 Rose::DB::2O0b1j5e-c0t3:-:1M8etadata::Column::DoublePrecision(3)