nodejs-db-informix  master
nodejs bindings for Informix
 All Classes Functions Pages
Classes | Public Member Functions | List of all members
nodejs_db::Result Class Referenceabstract
Inheritance diagram for nodejs_db::Result:
Inheritance graph
[legend]

Classes

class  Column
 

Public Member Functions

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 Columncolumn (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 ()
 

Detailed Description

Definition at line 11 of file result.h.


The documentation for this class was generated from the following files: