- Timestamp:
- 08/12/18 21:16:26 (6 years ago)
- Location:
- trunk/FACT++/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/fits2sql.cc
r19155 r19157 145 145 "\n" 146 146 "To choose the columns which should become primary keys, use --primary, " 147 "for ex maple:\n"147 "for example:\n" 148 148 " --primary=col1\n" 149 149 "To define more than one column as primary key, the option can be given more than " … … 207 207 "or the query has less than 80*25 bytes.\n" 208 208 "\n" 209 "In case of succes , 0 is returned, a value>0 otherwise.\n"209 "In case of success, 0 is returned, a value>0 otherwise.\n" 210 210 "\n" 211 211 "Usage: fits2sql [options] --uri URI fitsfile.fits[.gz]\n" -
trunk/FACT++/src/root2sql.cc
r19155 r19157 152 152 "\n" 153 153 "To choose the columns which should become primary keys, use --primary, " 154 "for ex maple:\n"154 "for example:\n" 155 155 " --primary=col1\n" 156 156 "To define more than one column as primary key, the option can be given more than " … … 158 158 "\n" 159 159 "All columns are created as NOT NULL as default. To force a database engine " 160 "and/or a storage format, use --engine and --ro t-format.\n"160 "and/or a storage format, use --engine and --row-format.\n" 161 161 "\n" 162 162 "Usually, the INSERT query would fail if the PRIMARY key exists already. " … … 185 185 "which means that the leaf MTime.fTime.fMilliSec is detected to be a Long64_t " 186 186 "which is filled into a column called MilliSec. Leaves with non basic data types " 187 "are ignored automatically and are marked as (-n/a-). User ignored column d"187 "are ignored automatically and are marked as (-n/a-). User ignored columns " 188 188 "are marked as (-ignored-).\n" 189 189 "\n" … … 214 214 "or the query has less than 80*25 bytes.\n" 215 215 "\n" 216 "In case of succes , 0 is returned, a value>0 otherwise.\n"216 "In case of success, 0 is returned, a value>0 otherwise.\n" 217 217 "\n" 218 218 "Usage: root2sql [options] -uri URI rootfile.root\n"
Note:
See TracChangeset
for help on using the changeset viewer.