On Thu, 2006-02-23 at 17:15 +0100, Marc Herbert wrote:
> *
> * @return pointer to the current result set; null if there are no more
> */
> - DriverResultSet* getResultSet() const { return lastResultPtr; }
> + DriverResultSet& getResultSet() const { return *lastResultPtr; }Just one question ... what will happen with getResultSet() when lastResultPtr is null? _______________________________________________ Carob mailing list [email protected] https://forge.continuent.org/mailman/listinfo/carob
