1DBIx::Class::Storage::DUBsIe:r:ICnofnotrrmiibxu(t3e)d PeDrBlIxD:o:cCulmaesnst:a:tSitoonrage::DBI::Informix(3)
2
3
4
6 DBIx::Class::Storage::DBI::Informix - Base Storage Class for Informix
7 Support
8
10 This class implements storage-specific support for the Informix RDBMS
11
13 connect_call_datetime_setup
14 Used as:
15
16 on_connect_call => 'datetime_setup'
17
18 In connect_info to set the "DATE" and "DATETIME" formats.
19
20 Sets the following environment variables:
21
22 GL_DATE="%m/%d/%Y"
23 GL_DATETIME="%Y-%m-%d %H:%M:%S%F5"
24
25 The "DBDATE" and "DBCENTURY" environment variables are cleared.
26
27 NOTE: setting the "GL_DATE" environment variable seems to have no
28 effect after the process has started, so the default format is used.
29 The "GL_DATETIME" setting does take effect however.
30
31 The "DATETIME" data type supports up to 5 digits after the decimal
32 point for second precision, depending on how you have declared your
33 column. The full possible precision is used.
34
35 The column declaration for a "DATETIME" with maximum precision is:
36
37 column_name DATETIME YEAR TO FRACTION(5)
38
39 The "DATE" data type stores the date portion only, and it MUST be
40 declared with:
41
42 data_type => 'date'
43
44 in your Result class.
45
46 You will need the DateTime::Format::Strptime module for inflation to
47 work.
48
50 Check the list of additional DBIC resources.
51
53 This module is free software copyright by the DBIx::Class (DBIC)
54 authors. You can redistribute it and/or modify it under the same terms
55 as the DBIx::Class library.
56
57
58
59perl v5.32.1 2021-01D-B2I7x::Class::Storage::DBI::Informix(3)