[root] / trunk / tree / tree / inc / TTreeSQL.h Repository:
ViewVC logotype

Log of /trunk/tree/tree/inc/TTreeSQL.h

Parent Directory Parent Directory


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Revision:

Revision 30663 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Oct 11 22:11:51 2009 UTC (5 years, 3 months ago) by pcanal
File length: 4728 byte(s)
Diff to previous 22902
TOracleServer:
Implement GetColumns
Fix GetTable to return the result in the correct order
Fix GetTableInfo to properly handle the fact that oracle upper case all the names.

TTreeSQL:
Improve error handling
Properly handle the fact that oracle upper-cases all the names
Fix more sql query syntax

Revision 22902 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Mar 31 09:48:42 2008 UTC (6 years, 9 months ago) by rdm
File length: 4728 byte(s)
Diff to previous 20882
move tree, treeplayer and treeviewer under tree meta directory.

Revision 20882 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 19 11:31:26 2007 UTC (7 years, 2 months ago) by rdm
Original Path: trunk/tree/inc/TTreeSQL.h
File length: 4728 byte(s)
Diff to previous 19826
Set property svn:eol-style LF on all source and Makefiles. This should avoid
problems with Win32 line endings ending up in the repository. All MS tools
support LF eols fine.

Revision 19826 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 19 19:56:11 2007 UTC (7 years, 4 months ago) by rdm
Original Path: trunk/tree/inc/TTreeSQL.h
File length: 4728 byte(s)
Diff to previous 19825
imported svn:keywords Id property

Revision 19825 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 19 19:49:10 2007 UTC (7 years, 4 months ago) by rdm
Original Path: trunk/tree/inc/TTreeSQL.h
File length: 4776 byte(s)
Diff to previous 16290
remove :$ from tag line

Revision 16290 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Sep 18 15:13:51 2006 UTC (8 years, 4 months ago) by pcanal
Original Path: trunk/tree/inc/TTreeSQL.h
File length: 4786 byte(s)
Diff to previous 15024
Remove warnings following the introduction of TTree::GetEntries(const char*).  Fix code conventions violations

Revision 15024 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat May 13 19:21:52 2006 UTC (8 years, 8 months ago) by brun
Original Path: trunk/tree/inc/TTreeSQL.h
File length: 4699 byte(s)
Diff to previous 13207
Fix coding conventions violations

Revision 13207 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Nov 11 22:16:04 2005 UTC (9 years, 2 months ago) by pcanal
Original Path: trunk/tree/inc/TTreeSQL.h
File length: 4699 byte(s)
Diff to previous 12489
Update the spacing and documentation to match the coding rule

Revision 12489 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Aug 16 13:51:49 2005 UTC (9 years, 5 months ago) by pcanal
Original Path: trunk/tree/inc/TTreeSQL.h
File length: 4637 byte(s)
Diff to previous 12483
avoid redundant tests

Revision 12483 - (view) (download) (as text) (annotate) - [select for diffs]
Added Mon Aug 15 21:29:58 2005 UTC (9 years, 5 months ago) by pcanal
Original Path: trunk/tree/inc/TTreeSQL.h
File length: 4595 byte(s)
First version of TTreeSQL facility.
This allow the storing and restoring of TTree into an SQL database

  TSQLServer *dbserver = TSQLServer::Connect("mysql://localhost:3306/rootDev","rootdevel", "r00tg6ys");
  dbserver->Query("drop table ntuple;");
  ntuple  = new TTreeSQL(dbserver, "rootDev", "ntuple");

If the database contain a table named ntuple, this will connect to it
and let you use any of TTree functionality on (Scan, Draw, etc.)

If the database does not contain a table named ntuple, it will created
once you called the first Fill on the TTree.

This version supports the leaflist type of branches.

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

Subversion Admin
ViewVC Help
Powered by ViewVC 1.0.9