#include <Types.h>
Static Public Member Functions | |
std::string | getTypeName (int type) |
Static Public Attributes | |
const int | INTEGER = 4 |
const int | REAL = 7 |
const int | DOUBLE = 8 |
const int | CHAR = 1 |
const int | VARCHAR = 12 |
const int | BOOLEAN = 16 |
const int | TIMESTAMP = 93 |
const int | DATE = 91 |
const int | TIME = 92 |
|
Gets the name associated with a type number.
|
|
The constant that identifies the generic SQL type |
|
The constant that identifies the generic SQL type |
|
|
|
The constant that identifies the generic SQL type |
|
The constant that identifies the generic SQL type |
|
The constant that identifies the generic SQL type |
|
The constant that identifies the generic SQL type
|
|
The constant that identifies the generic SQL type |
|
The constant that identifies the generic SQL type |