WhereClause | --ListWhereClause
ListWhereClause ListWhereClause( int $field, array $list, [string $compare_type = STRING_COMPARISON])
The resulting WhereClause will pass rows (return true) if the value of the specified field is in the array.
void testRow( mixed $tablerow)