|
| 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 |
|
|
std::string | name |
|
std::string | typeName |
|
type_t | type |
|
bool | binary |
|
|
std::ostream & | operator<< (std::ostream &o, const Column &c) |
|
|
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
} |
|
Definition at line 16 of file result.h.
The documentation for this class was generated from the following files: