-
- Downloads
From Sergei Linev:
Added TSQLStatment abstract class and TMySQLStatment and TOracleStatement classes to support bulk DB operations. For more details see the description in the TSQLStatement.cxx file. git-svn-id: http://root.cern.ch/svn/root/trunk@14675 27541ba8-7e3a-0410-8455-c3a389f83636
Showing
- mysql/inc/LinkDef.h 1 addition, 0 deletionsmysql/inc/LinkDef.h
- mysql/inc/TMySQLServer.h 2 additions, 1 deletionmysql/inc/TMySQLServer.h
- mysql/inc/TMySQLStatement.h 101 additions, 0 deletionsmysql/inc/TMySQLStatement.h
- mysql/src/TMySQLServer.cxx 31 additions, 1 deletionmysql/src/TMySQLServer.cxx
- mysql/src/TMySQLStatement.cxx 571 additions, 0 deletionsmysql/src/TMySQLStatement.cxx
- net/inc/LinkDef.h 2 additions, 1 deletionnet/inc/LinkDef.h
- net/inc/TSQLResult.h 2 additions, 2 deletionsnet/inc/TSQLResult.h
- net/inc/TSQLServer.h 5 additions, 2 deletionsnet/inc/TSQLServer.h
- net/inc/TSQLStatement.h 59 additions, 0 deletionsnet/inc/TSQLStatement.h
- net/src/TSQLStatement.cxx 165 additions, 0 deletionsnet/src/TSQLStatement.cxx
- oracle/inc/LinkDef.h 2 additions, 1 deletionoracle/inc/LinkDef.h
- oracle/inc/TOracleResult.h 12 additions, 6 deletionsoracle/inc/TOracleResult.h
- oracle/inc/TOracleRow.h 4 additions, 8 deletionsoracle/inc/TOracleRow.h
- oracle/inc/TOracleServer.h 2 additions, 3 deletionsoracle/inc/TOracleServer.h
- oracle/inc/TOracleStatement.h 92 additions, 0 deletionsoracle/inc/TOracleStatement.h
- oracle/src/TOracleResult.cxx 79 additions, 62 deletionsoracle/src/TOracleResult.cxx
- oracle/src/TOracleRow.cxx 71 additions, 115 deletionsoracle/src/TOracleRow.cxx
- oracle/src/TOracleServer.cxx 43 additions, 59 deletionsoracle/src/TOracleServer.cxx
- oracle/src/TOracleStatement.cxx 526 additions, 0 deletionsoracle/src/TOracleStatement.cxx
Loading
Please register or sign in to comment