[root] / trunk / sql / oracle / inc / TOracleResult.h Repository:
ViewVC logotype

Log of /trunk/sql/oracle/inc/TOracleResult.h

Parent Directory Parent Directory


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

Revision 44341 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue May 29 15:02:48 2012 UTC (2 years, 7 months ago) by axel
File length: 2529 byte(s)
Diff to previous 43276
Remove using namespaces from headers as per Savannah #94452.

Revision 43276 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Mar 7 17:13:42 2012 UTC (2 years, 10 months ago) by pcanal
File length: 2441 byte(s)
Diff to previous 23123
Coverity number 35355,35805,35666,35708,35511,35782,35782,35642,35787,35796,35653,35806,35667,
35670,35809,35810,35671,35673,35812,35688,35283,35824,35689,35825,35690,35691,35826,35827,35692,
35635,35636,35275
about missing operator= and/or copy constructors.

Revision 23123 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Apr 10 15:18:52 2008 UTC (6 years, 9 months ago) by rdm
File length: 2295 byte(s)
Diff to previous 23102
move the following directories to "sql":

mysql, odbc, oracle, pgsql, sapdb

Revision 23102 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Apr 9 22:18:41 2008 UTC (6 years, 9 months ago) by pcanal
Original Path: trunk/oracle/inc/TOracleResult.h
File length: 2295 byte(s)
Diff to previous 20882
Oracle #define CONST, but Reflex also uses it (as an enum), so we need to #undef to allow the compilation of the oracle plugin reflex dictionary

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/oracle/inc/TOracleResult.h
File length: 2262 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/oracle/inc/TOracleResult.h
File length: 2262 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/oracle/inc/TOracleResult.h
File length: 2314 byte(s)
Diff to previous 17361
remove :$ from tag line

Revision 17361 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jan 16 14:31:49 2007 UTC (8 years ago) by brun
Original Path: trunk/oracle/inc/TOracleResult.h
File length: 2324 byte(s)
Diff to previous 14675
Do not assume that include <vector> will be done by TBuffer.h

Revision 14675 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Apr 12 20:53:45 2006 UTC (8 years, 9 months ago) by rdm
Original Path: trunk/oracle/inc/TOracleResult.h
File length: 2305 byte(s)
Diff to previous 11669
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.

Revision 11669 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Apr 25 17:21:11 2005 UTC (9 years, 9 months ago) by rdm
Original Path: trunk/oracle/inc/TOracleResult.h
File length: 1930 byte(s)
Diff to previous 11218
From Yan Liu:
fixed verion of the Oracle plugin. Should now work as advertised via the
abstract TSQL interfaces.

Revision 11218 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Mar 3 11:45:06 2005 UTC (9 years, 10 months ago) by rdm
Original Path: trunk/oracle/inc/TOracleResult.h
File length: 1816 byte(s)
Diff to previous 11214
some cosmetics.

Revision 11214 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Mar 3 08:06:16 2005 UTC (9 years, 10 months ago) by brun
Original Path: trunk/oracle/inc/TOracleResult.h
File length: 1998 byte(s)
Diff to previous 11203
From Yan Liu:

1. implemented TOracleServer::GetColumns() using occi
MetaData instead of original SQL select statement. This
implementation works for any Oracle 10 databases without
constraints on user granted priveleges.

2. implemented TOracleServer::GetTables(). The TSQLServer::GetTables()
is MySQL oriented. In Oracle, table is accessed in "schema.table" format.
The implementation handles two cases: with and without schema name.
The return value conforms TSQL spec, i.e. a TSQLResult pointer.

3. fixed a critical bug in TOracleResult::Next().

Revision 11203 - (view) (download) (as text) (annotate) - [select for diffs]
Added Mon Feb 28 19:11:00 2005 UTC (9 years, 10 months ago) by rdm
Original Path: trunk/oracle/inc/TOracleResult.h
File length: 1929 byte(s)
From Yan Liu and Shaowen Wang:
This is the first version of the new oracle plugin.
To build this plugin one needs to install the following
Oracle InstantClient rpms:
   oracle-instantclient-basic-10.1.0.3-1
   oracle-instantclient-devel-10.1.0.3-1
And the following environment variables in your .[bash_]profile:
   export ORACLEINCDIR=/usr/include/oracle/10.1.0.3/client
   export ORACLELIBDIR=/usr/lib/oracle/10.1.0.3/client/lib
   export LD_LIBRARY_PATH=$ORACLELIBDIR:$LD_LIBRARY_PATH

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