nodejs-db-informix  master
nodejs bindings for Informix
 All Classes Functions Pages
Public Member Functions | Protected Attributes | Friends | List of all members
nodejs_db_informix::Result::Column Class Reference
Inheritance diagram for nodejs_db_informix::Result::Column:
Inheritance graph
[legend]
Collaboration diagram for nodejs_db_informix::Result::Column:
Collaboration graph
[legend]

Public Member Functions

 Column (const std::string n, const ITTypeInfo *column) throw (nodejs_db::Exception&)
 
bool isBinary () const
 
std::string getName () const
 
std::string getTypeName () const
 
nodejs_db::Result::Column::type_t getType () const
 

Protected Attributes

std::string name
 
std::string typeName
 
type_t type
 
bool binary
 

Friends

std::ostream & operator<< (std::ostream &o, const Column &c)
 

Additional Inherited Members

- Public Types inherited from nodejs_db::Result::Column
enum  type_t {
  STRING, TEXT, INT, NUMBER,
  MONEY, DATE, TIME, INTERVAL,
  DATETIME, BOOL, BLOB, SET,
  ROW, COLLECTION, CONSTRUCTED
}
 

Detailed Description

Definition at line 16 of file result.h.


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