Changes between Version 22 and Version 23 of DatabaseBasedAnalysis/table2sql


Ignore:
Timestamp:
11/07/18 15:13:19 (6 years ago)
Author:
tbretz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DatabaseBasedAnalysis/table2sql

    v22 v23  
    101101}}}
    102102
    103 In this example, ''FileId'' is the name of the SQL column for which the data type ''UNSIGNED INT'' should be used. The second column (UNSIGNED INT) is a basic SQL data type. The option can be given more than once.
     103In this example, ''!FileId'' is the name of the SQL column for which the data type ''UNSIGNED INT'' should be used. The second column (UNSIGNED INT) is a basic SQL data type. The option can be given more than once.
    104104
    105105== Table Creation ==
     
    192192MTime.fTime.fMilliSec [Long64_t] (MilliSec)
    193193}}}
    194 which means that the leaf MTime.fTime.fMilliSec is detected to be a Long64_t which is filled into a column called MilliSec. Leaves with non basic data types are ignored automatically and are marked as (-n/a-). User ignored columns are marked as (-ignored-).
     194which means that the leaf MTime.fTime.fMilliSec is detected to be a Long64_t which is filled into a column called !MilliSec. Leaves with non basic data types are ignored automatically and are marked as (-n/a-). User ignored columns are marked as (-ignored-).
    195195
    196196The complete `INSERT` query can be printed with `--print-insert`. Note that this can be a quite long output.