Changes between Version 18 and Version 19 of DatabaseBasedAnalysis/table2sql
- Timestamp:
- 10/23/18 10:24:15 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DatabaseBasedAnalysis/table2sql
v18 v19 54 54 === Column Names === 55 55 56 The name of each column to which data is filled from a leave is obtained from the leaves' names. The leave names can be checked using `--print-leaves`. A `--print-branches` exists for convenience to print only the high-level branches. If you have not yet configured database access you can work with an empty uri ''--uri ""''56 The name of each column to which data is filled from a leave is obtained from the leaves' names. The leave names can be checked using `--print-leaves`. A `--print-branches` exists for convenience to print only the high-level branches. If you have not yet configured database access you can work with an empty uri {{{--uri ""}}} 57 57 58 58 If the leaf with the basic data type is called ''MTime.fTime.fMilliSec'', the column would be called ''MTime.fTime.fMilliSec'' as well.