#include <db_value.h>
clan::DBValue::DBValue |
( |
| ) |
|
clan::DBValue::DBValue |
( |
const DBReader & |
db_reader, |
|
|
int |
column_index |
|
) |
| |
clan::DBValue::DBValue |
( |
const DBReader & |
db_reader, |
|
|
const std::string & |
column_name |
|
) |
| |
clan::DBValue::operator bool |
( |
| ) |
const |
|
inline |
clan::DBValue::operator DateTime |
( |
| ) |
const |
|
inline |
clan::DBValue::operator double |
( |
| ) |
const |
|
inline |
clan::DBValue::operator int |
( |
| ) |
const |
|
inline |
clan::DBValue::operator std::string |
( |
| ) |
const |
|
inline |
bool clan::DBValue::to_boolean |
( |
| ) |
const |
DateTime clan::DBValue::to_datetime |
( |
| ) |
const |
double clan::DBValue::to_double |
( |
| ) |
const |
int clan::DBValue::to_integer |
( |
| ) |
const |
std::string clan::DBValue::to_string |
( |
| ) |
const |
The documentation for this class was generated from the following file: