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