Lines Matching refs:column
26 echo "-- first_name column from recordset --\n";
29 echo "-- id column from recordset --\n";
32 echo "-- last_name column from recordset, keyed by value from id column --\n";
35 echo "-- last_name column from recordset, keyed by value from first_name column --\n";
77 echo "\n*** Testing numeric column keys ***\n";
88 echo "\n*** Testing failure to find specified column ***\n";
135 -- first_name column from recordset --
144 -- id column from recordset --
153 -- last_name column from recordset, keyed by value from id column --
162 -- last_name column from recordset, keyed by value from first_name column --
212 *** Testing numeric column keys ***
248 *** Testing failure to find specified column ***