CarobNS::ResultSetOrUpdateCount Struct Reference

Structure for storing the result of an execute() command. More...

#include <DriverResultSet.hpp>

List of all members.

Public Attributes

bool isResultSet
 Whether the value is a ResultSet (true) or an updateCount (false).
union {
   int   updateCount
 Number of column concerned by the update.
   DriverResultSet *   resultSetPtr
 Pointer (to avoid copy of large objects) to a DriverResultSet object.
}; 
 Value itself.


Detailed Description

Structure for storing the result of an execute() command.

This result is a list of either ResultSet or updateCount. So the result representation will be a list of <this structure> elements


Member Data Documentation

union { ... }

Value itself.

Can be either a DriverResultSet or an updateCount


The documentation for this struct was generated from the following file:
Generated on Tue Oct 24 09:05:38 2006 for Carob by  doxygen 1.5.0