Changes between Version 17 and Version 18 of DatabaseBasedAnalysis/table2sql
- Timestamp:
- 10/23/18 10:23:38 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DatabaseBasedAnalysis/table2sql
v17 v18 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. 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.