#include <DriverResultSet.hpp>
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. |
This result is a list of either ResultSet or updateCount. So the result representation will be a list of <this structure> elements
union { ... } |
Value itself.
Can be either a DriverResultSet or an updateCount