|
virtual void | release () throw () |
|
virtual bool | hasNext () const =0 throw (Exception&) |
|
virtual std::vector
< std::string > * | next ()=0 throw (Exception&) |
|
virtual unsigned long * | columnLengths ()=0 throw (Exception&) |
|
virtual uint64_t | index () const =0 throw (std::out_of_range&) |
|
virtual Column * | column (uint16_t i) const =0 throw (std::out_of_range&) |
|
virtual uint64_t | insertId () const throw (Exception&) |
|
virtual uint64_t | affectedCount () const =0 throw () |
|
virtual uint16_t | warningCount () const throw (Exception&) |
|
virtual uint16_t | columnCount () const =0 throw () |
|
virtual uint64_t | count () const throw (Exception&) |
|
virtual bool | isBuffered () const =0 throw () |
|
virtual bool | isEmpty () const =0 throw () |
|
Definition at line 11 of file result.h.
The documentation for this class was generated from the following files: