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

Public Types

enum  type_t {
  STRING, TEXT, INT, NUMBER,
  MONEY, DATE, TIME, INTERVAL,
  DATETIME, BOOL, BLOB, SET,
  ROW, COLLECTION, CONSTRUCTED
}
 

Public Member Functions

virtual std::string getName () const =0
 
virtual type_t getType () const =0
 
virtual bool isBinary () const
 

Detailed Description

Definition at line 13 of file result.h.


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