Re: [gdal-dev] subclassing CPLODBCStatement and CPLODBCSession for DB2

2015-12-28 Thread Even Rouault
Le mardi 22 décembre 2015 22:28:12, David Adler a écrit : > I am subclassing these classes to provide additional support for DB2. > > It would simplify matters if some of the members of the parent classes > were protected rather than private. > > The current CPLODBCStatement::Failed method is pri

[gdal-dev] subclassing CPLODBCStatement and CPLODBCSession for DB2

2015-12-22 Thread David Adler
I am subclassing these classes to provide additional support for DB2. It would simplify matters if some of the members of the parent classes were protected rather than private. The current CPLODBCStatement::Failed method is private but would be useful as public. There is also a peculiarity