This file is indexed.

/usr/lib/pike7.8/modules/Sql.pmod/odbc_result.pike is in pike7.8-odbc 7.8.352-dfsg-4ubuntu2.

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
/*
 * $Id: odbc_result.pike,v 1.6 2004/04/16 12:12:46 grubba Exp $
 *
 * Glue for the ODBC-module
 */

#pike __REAL_VERSION__

#if constant(Odbc.odbc_result)
inherit Odbc.odbc_result;
#else /* !constant(Odbc.odbc_result) */
constant this_program_does_not_exist=1;
#endif /* constant(Odbc.odbc_result) */