Lines Matching defs:queryparams

43 struct queryparams  struct
46 struct gal_options_common_params cp; /* Common parameters. */
47 uint8_t keeprawdownload; /* Keep raw downloaded file. */
48 uint8_t information; /* Print information on database. */
49 uint8_t dryrun; /* Only print command, don't run it. */
50 char *limitinfo; /* Limit retried dataset information. */
51 int database; /* ID of database to use. */
52 char *datasetstr; /* ID of dataset in database to use. */
53 size_t head; /* The number of top rows. */
54 char *overlapwith; /* Image to use instead of center. */
55 gal_list_str_t *ccol; /* Coordinate column names in dataset.*/
56 gal_data_t *center; /* Center position of query. */
57 gal_data_t *radius; /* Radius around center. */
58 gal_data_t *range; /* Range of magnitudes to query. */
59 gal_list_str_t *noblank; /* Return rows that aren't blank. */
60 gal_list_str_t *sort; /* Sort output by given column(s). */
61 gal_data_t *width; /* Width of box around center. */
62 char *query; /* Raw query string. */
63 gal_list_str_t *columns; /* Columns to extract from database. */
66 char *databasestr; /* Name of input database. */
67 char *downloadname; /* Temporary output name. */
68 size_t outtableinfo[2]; /* To print in output. */
69 gal_list_str_t *urls; /* List of URLs to use. */
70 char *ra_name; /* Name of RA column. */
71 char *dec_name; /* Name of Dec columns. */
72 char *finalcommand; /* The final command used. */
73 int usetap; /* If a TAP-download should be used. */
76 time_t rawtime; /* Starting time of the program. */