This file is indexed.

/usr/share/perl5/DBD/CSV/GetInfo.pm is in libdbd-csv-perl 0.4500-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
#!/usr/bin/perl

# The %info hash was automatically generated by
# DBI::DBD::Metadata::write_getinfo_pm v2.014214.

package DBD::CSV::GetInfo;

use strict;
use DBD::CSV;

# Beware: not officially documented interfaces...
# use DBI::Const::GetInfoType qw(%GetInfoType);
# use DBI::Const::GetInfoReturn qw(%GetInfoReturnTypes %GetInfoReturnValues);

my $sql_driver  = "CSV";		# DBD::CSV uses tw-partr version string
my $sql_ver_fmt = "%02d.%02d.0000";	# ODBC version string: ##.##.#####
my $sql_driver_ver = sprintf $sql_ver_fmt, split /\./ => $DBD::CSV::VERSION;

sub sql_data_source_name
{
    my $dbh = shift;
    return "dbi:$sql_driver:" . $dbh->{Name};
    } # sql_data_source_name

sub sql_user_name
{
    my $dbh = shift;
    # CURRENT_USER is a non-standard attribute, probably undef
    # Username is a standard DBI attribute
    return $dbh->{CURRENT_USER} || $dbh->{Username};
    } # sql_user_name

our %info = (
#    20 => undef,			# SQL_ACCESSIBLE_PROCEDURES
#    19 => undef,			# SQL_ACCESSIBLE_TABLES
#     0 => undef,			# SQL_ACTIVE_CONNECTIONS
#   116 => undef,			# SQL_ACTIVE_ENVIRONMENTS
#     1 => undef,			# SQL_ACTIVE_STATEMENTS
#   169 => undef,			# SQL_AGGREGATE_FUNCTIONS
#   117 => undef,			# SQL_ALTER_DOMAIN
#    86 => undef,			# SQL_ALTER_TABLE
# 10021 => undef,			# SQL_ASYNC_MODE
#   120 => undef,			# SQL_BATCH_ROW_COUNT
#   121 => undef,			# SQL_BATCH_SUPPORT
#    82 => undef,			# SQL_BOOKMARK_PERSISTENCE
#   114 => undef,			# SQL_CATALOG_LOCATION
# 10003 => undef,			# SQL_CATALOG_NAME
#    41 => undef,			# SQL_CATALOG_NAME_SEPARATOR
#    42 => undef,			# SQL_CATALOG_TERM
#    92 => undef,			# SQL_CATALOG_USAGE
# 10004 => undef,			# SQL_COLLATING_SEQUENCE
# 10004 => undef,			# SQL_COLLATION_SEQ
#    87 => undef,			# SQL_COLUMN_ALIAS
#    22 => undef,			# SQL_CONCAT_NULL_BEHAVIOR
#    53 => undef,			# SQL_CONVERT_BIGINT
#    54 => undef,			# SQL_CONVERT_BINARY
#    55 => undef,			# SQL_CONVERT_BIT
#    56 => undef,			# SQL_CONVERT_CHAR
#    57 => undef,			# SQL_CONVERT_DATE
#    58 => undef,			# SQL_CONVERT_DECIMAL
#    59 => undef,			# SQL_CONVERT_DOUBLE
#    60 => undef,			# SQL_CONVERT_FLOAT
#    48 => undef,			# SQL_CONVERT_FUNCTIONS
#   173 => undef,			# SQL_CONVERT_GUID
#    61 => undef,			# SQL_CONVERT_INTEGER
#   123 => undef,			# SQL_CONVERT_INTERVAL_DAY_TIME
#   124 => undef,			# SQL_CONVERT_INTERVAL_YEAR_MONTH
#    71 => undef,			# SQL_CONVERT_LONGVARBINARY
#    62 => undef,			# SQL_CONVERT_LONGVARCHAR
#    63 => undef,			# SQL_CONVERT_NUMERIC
#    64 => undef,			# SQL_CONVERT_REAL
#    65 => undef,			# SQL_CONVERT_SMALLINT
#    66 => undef,			# SQL_CONVERT_TIME
#    67 => undef,			# SQL_CONVERT_TIMESTAMP
#    68 => undef,			# SQL_CONVERT_TINYINT
#    69 => undef,			# SQL_CONVERT_VARBINARY
#    70 => undef,			# SQL_CONVERT_VARCHAR
#   122 => undef,			# SQL_CONVERT_WCHAR
#   125 => undef,			# SQL_CONVERT_WLONGVARCHAR
#   126 => undef,			# SQL_CONVERT_WVARCHAR
#    74 => undef,			# SQL_CORRELATION_NAME
#   127 => undef,			# SQL_CREATE_ASSERTION
#   128 => undef,			# SQL_CREATE_CHARACTER_SET
#   129 => undef,			# SQL_CREATE_COLLATION
#   130 => undef,			# SQL_CREATE_DOMAIN
#   131 => undef,			# SQL_CREATE_SCHEMA
#   132 => undef,			# SQL_CREATE_TABLE
#   133 => undef,			# SQL_CREATE_TRANSLATION
#   134 => undef,			# SQL_CREATE_VIEW
#    23 => undef,			# SQL_CURSOR_COMMIT_BEHAVIOR
#    24 => undef,			# SQL_CURSOR_ROLLBACK_BEHAVIOR
# 10001 => undef,			# SQL_CURSOR_SENSITIVITY
#    16 => undef,			# SQL_DATABASE_NAME
      2 => \&sql_data_source_name,	# SQL_DATA_SOURCE_NAME
#    25 => undef,			# SQL_DATA_SOURCE_READ_ONLY
#   119 => undef,			# SQL_DATETIME_LITERALS
#    17 => undef,			# SQL_DBMS_NAME
#    18 => undef,			# SQL_DBMS_VER
#    18 => undef,			# SQL_DBMS_VERSION
#   170 => undef,			# SQL_DDL_INDEX
#    26 => undef,			# SQL_DEFAULT_TRANSACTION_ISOLATION
#    26 => undef,			# SQL_DEFAULT_TXN_ISOLATION
# 10002 => undef,			# SQL_DESCRIBE_PARAMETER
#   171 => undef,			# SQL_DM_VER
#     3 => undef,			# SQL_DRIVER_HDBC
#   135 => undef,			# SQL_DRIVER_HDESC
#     4 => undef,			# SQL_DRIVER_HENV
#    76 => undef,			# SQL_DRIVER_HLIB
#     5 => undef,			# SQL_DRIVER_HSTMT
      6 => $INC{"DBD/CSV.pm"},		# SQL_DRIVER_NAME
#    77 => undef,			# SQL_DRIVER_ODBC_VER
      7 => $sql_driver_ver,		# SQL_DRIVER_VER
#   136 => undef,			# SQL_DROP_ASSERTION
#   137 => undef,			# SQL_DROP_CHARACTER_SET
#   138 => undef,			# SQL_DROP_COLLATION
#   139 => undef,			# SQL_DROP_DOMAIN
#   140 => undef,			# SQL_DROP_SCHEMA
#   141 => undef,			# SQL_DROP_TABLE
#   142 => undef,			# SQL_DROP_TRANSLATION
#   143 => undef,			# SQL_DROP_VIEW
#   144 => undef,			# SQL_DYNAMIC_CURSOR_ATTRIBUTES1
#   145 => undef,			# SQL_DYNAMIC_CURSOR_ATTRIBUTES2
#    27 => undef,			# SQL_EXPRESSIONS_IN_ORDERBY
#     8 => undef,			# SQL_FETCH_DIRECTION
#    84 => undef,			# SQL_FILE_USAGE
#   146 => undef,			# SQL_FORWARD_ONLY_CURSOR_ATTRIBUTES1
#   147 => undef,			# SQL_FORWARD_ONLY_CURSOR_ATTRIBUTES2
#    81 => undef,			# SQL_GETDATA_EXTENSIONS
#    88 => undef,			# SQL_GROUP_BY
#    28 => undef,			# SQL_IDENTIFIER_CASE
#    29 => undef,			# SQL_IDENTIFIER_QUOTE_CHAR
#   148 => undef,			# SQL_INDEX_KEYWORDS
#   149 => undef,			# SQL_INFO_SCHEMA_VIEWS
#   172 => undef,			# SQL_INSERT_STATEMENT
#    73 => undef,			# SQL_INTEGRITY
#   150 => undef,			# SQL_KEYSET_CURSOR_ATTRIBUTES1
#   151 => undef,			# SQL_KEYSET_CURSOR_ATTRIBUTES2
#    89 => undef,			# SQL_KEYWORDS
#   113 => undef,			# SQL_LIKE_ESCAPE_CLAUSE
#    78 => undef,			# SQL_LOCK_TYPES
#    34 => undef,			# SQL_MAXIMUM_CATALOG_NAME_LENGTH
#    97 => undef,			# SQL_MAXIMUM_COLUMNS_IN_GROUP_BY
#    98 => undef,			# SQL_MAXIMUM_COLUMNS_IN_INDEX
#    99 => undef,			# SQL_MAXIMUM_COLUMNS_IN_ORDER_BY
#   100 => undef,			# SQL_MAXIMUM_COLUMNS_IN_SELECT
#   101 => undef,			# SQL_MAXIMUM_COLUMNS_IN_TABLE
#    30 => undef,			# SQL_MAXIMUM_COLUMN_NAME_LENGTH
#     1 => undef,			# SQL_MAXIMUM_CONCURRENT_ACTIVITIES
#    31 => undef,			# SQL_MAXIMUM_CURSOR_NAME_LENGTH
#     0 => undef,			# SQL_MAXIMUM_DRIVER_CONNECTIONS
# 10005 => undef,			# SQL_MAXIMUM_IDENTIFIER_LENGTH
#   102 => undef,			# SQL_MAXIMUM_INDEX_SIZE
#   104 => undef,			# SQL_MAXIMUM_ROW_SIZE
#    32 => undef,			# SQL_MAXIMUM_SCHEMA_NAME_LENGTH
#   105 => undef,			# SQL_MAXIMUM_STATEMENT_LENGTH
# 20000 => undef,			# SQL_MAXIMUM_STMT_OCTETS
# 20001 => undef,			# SQL_MAXIMUM_STMT_OCTETS_DATA
# 20002 => undef,			# SQL_MAXIMUM_STMT_OCTETS_SCHEMA
#   106 => undef,			# SQL_MAXIMUM_TABLES_IN_SELECT
#    35 => undef,			# SQL_MAXIMUM_TABLE_NAME_LENGTH
#   107 => undef,			# SQL_MAXIMUM_USER_NAME_LENGTH
# 10022 => undef,			# SQL_MAX_ASYNC_CONCURRENT_STATEMENTS
#   112 => undef,			# SQL_MAX_BINARY_LITERAL_LEN
#    34 => undef,			# SQL_MAX_CATALOG_NAME_LEN
#   108 => undef,			# SQL_MAX_CHAR_LITERAL_LEN
#    97 => undef,			# SQL_MAX_COLUMNS_IN_GROUP_BY
#    98 => undef,			# SQL_MAX_COLUMNS_IN_INDEX
#    99 => undef,			# SQL_MAX_COLUMNS_IN_ORDER_BY
#   100 => undef,			# SQL_MAX_COLUMNS_IN_SELECT
#   101 => undef,			# SQL_MAX_COLUMNS_IN_TABLE
#    30 => undef,			# SQL_MAX_COLUMN_NAME_LEN
#     1 => undef,			# SQL_MAX_CONCURRENT_ACTIVITIES
#    31 => undef,			# SQL_MAX_CURSOR_NAME_LEN
#     0 => undef,			# SQL_MAX_DRIVER_CONNECTIONS
# 10005 => undef,			# SQL_MAX_IDENTIFIER_LEN
#   102 => undef,			# SQL_MAX_INDEX_SIZE
#    32 => undef,			# SQL_MAX_OWNER_NAME_LEN
#    33 => undef,			# SQL_MAX_PROCEDURE_NAME_LEN
#    34 => undef,			# SQL_MAX_QUALIFIER_NAME_LEN
#   104 => undef,			# SQL_MAX_ROW_SIZE
#   103 => undef,			# SQL_MAX_ROW_SIZE_INCLUDES_LONG
#    32 => undef,			# SQL_MAX_SCHEMA_NAME_LEN
#   105 => undef,			# SQL_MAX_STATEMENT_LEN
#   106 => undef,			# SQL_MAX_TABLES_IN_SELECT
#    35 => undef,			# SQL_MAX_TABLE_NAME_LEN
#   107 => undef,			# SQL_MAX_USER_NAME_LEN
#    37 => undef,			# SQL_MULTIPLE_ACTIVE_TXN
#    36 => undef,			# SQL_MULT_RESULT_SETS
#   111 => undef,			# SQL_NEED_LONG_DATA_LEN
#    75 => undef,			# SQL_NON_NULLABLE_COLUMNS
#    85 => undef,			# SQL_NULL_COLLATION
#    49 => undef,			# SQL_NUMERIC_FUNCTIONS
#     9 => undef,			# SQL_ODBC_API_CONFORMANCE
#   152 => undef,			# SQL_ODBC_INTERFACE_CONFORMANCE
#    12 => undef,			# SQL_ODBC_SAG_CLI_CONFORMANCE
#    15 => undef,			# SQL_ODBC_SQL_CONFORMANCE
#    73 => undef,			# SQL_ODBC_SQL_OPT_IEF
#    10 => undef,			# SQL_ODBC_VER
#   115 => undef,			# SQL_OJ_CAPABILITIES
#    90 => undef,			# SQL_ORDER_BY_COLUMNS_IN_SELECT
#    38 => undef,			# SQL_OUTER_JOINS
#   115 => undef,			# SQL_OUTER_JOIN_CAPABILITIES
#    39 => undef,			# SQL_OWNER_TERM
#    91 => undef,			# SQL_OWNER_USAGE
#   153 => undef,			# SQL_PARAM_ARRAY_ROW_COUNTS
#   154 => undef,			# SQL_PARAM_ARRAY_SELECTS
#    80 => undef,			# SQL_POSITIONED_STATEMENTS
#    79 => undef,			# SQL_POS_OPERATIONS
#    21 => undef,			# SQL_PROCEDURES
#    40 => undef,			# SQL_PROCEDURE_TERM
#   114 => undef,			# SQL_QUALIFIER_LOCATION
#    41 => undef,			# SQL_QUALIFIER_NAME_SEPARATOR
#    42 => undef,			# SQL_QUALIFIER_TERM
#    92 => undef,			# SQL_QUALIFIER_USAGE
#    93 => undef,			# SQL_QUOTED_IDENTIFIER_CASE
#    11 => undef,			# SQL_ROW_UPDATES
#    39 => undef,			# SQL_SCHEMA_TERM
#    91 => undef,			# SQL_SCHEMA_USAGE
#    43 => undef,			# SQL_SCROLL_CONCURRENCY
#    44 => undef,			# SQL_SCROLL_OPTIONS
#    14 => undef,			# SQL_SEARCH_PATTERN_ESCAPE
#    13 => undef,			# SQL_SERVER_NAME
#    94 => undef,			# SQL_SPECIAL_CHARACTERS
#   155 => undef,			# SQL_SQL92_DATETIME_FUNCTIONS
#   156 => undef,			# SQL_SQL92_FOREIGN_KEY_DELETE_RULE
#   157 => undef,			# SQL_SQL92_FOREIGN_KEY_UPDATE_RULE
#   158 => undef,			# SQL_SQL92_GRANT
#   159 => undef,			# SQL_SQL92_NUMERIC_VALUE_FUNCTIONS
#   160 => undef,			# SQL_SQL92_PREDICATES
#   161 => undef,			# SQL_SQL92_RELATIONAL_JOIN_OPERATORS
#   162 => undef,			# SQL_SQL92_REVOKE
#   163 => undef,			# SQL_SQL92_ROW_VALUE_CONSTRUCTOR
#   164 => undef,			# SQL_SQL92_STRING_FUNCTIONS
#   165 => undef,			# SQL_SQL92_VALUE_EXPRESSIONS
#   118 => undef,			# SQL_SQL_CONFORMANCE
#   166 => undef,			# SQL_STANDARD_CLI_CONFORMANCE
#   167 => undef,			# SQL_STATIC_CURSOR_ATTRIBUTES1
#   168 => undef,			# SQL_STATIC_CURSOR_ATTRIBUTES2
#    83 => undef,			# SQL_STATIC_SENSITIVITY
#    50 => undef,			# SQL_STRING_FUNCTIONS
#    95 => undef,			# SQL_SUBQUERIES
#    51 => undef,			# SQL_SYSTEM_FUNCTIONS
#    45 => undef,			# SQL_TABLE_TERM
#   109 => undef,			# SQL_TIMEDATE_ADD_INTERVALS
#   110 => undef,			# SQL_TIMEDATE_DIFF_INTERVALS
#    52 => undef,			# SQL_TIMEDATE_FUNCTIONS
#    46 => undef,			# SQL_TRANSACTION_CAPABLE
#    72 => undef,			# SQL_TRANSACTION_ISOLATION_OPTION
#    46 => undef,			# SQL_TXN_CAPABLE
#    72 => undef,			# SQL_TXN_ISOLATION_OPTION
#    96 => undef,			# SQL_UNION
#    96 => undef,			# SQL_UNION_STATEMENT
     47 => \&sql_user_name,		# SQL_USER_NAME
# 10000 => undef,			# SQL_XOPEN_CLI_YEAR
    );

1;