#include <odbcxx.h>
Definition at line 68 of file odbcxx.h.
ODBCRecordSet::~ODBCRecordSet |
( |
| ) |
|
|
private |
void ODBCRecordSet::alloc_and_bind_cols |
( |
int |
ncols | ) |
|
|
private |
int ODBCRecordSet::fetch_row |
( |
void |
| ) |
|
template<class T >
bool ODBCRecordSet::foreach_column |
( |
bool(T::*)(const char *, const char *) |
cb, |
|
|
T * |
data |
|
) |
| |
|
inline |
template<class T >
bool ODBCRecordSet::foreach_row |
( |
bool(T::*)(void) |
cb, |
|
|
T * |
data |
|
) |
| |
|
inline |
int ODBCRecordSet::get_col_by_name |
( |
const char * |
| ) |
|
|
private |
void ODBCRecordSet::get_column_labels |
( |
void |
| ) |
|
|
private |
const char* ODBCRecordSet::get_value |
( |
const char * |
fieldname | ) |
|
void ODBCRecordSet::release |
( |
void |
| ) |
|
void ODBCRecordSet::rewind |
( |
void |
| ) |
|
int ODBCRecordSet::arrsize |
|
private |
int* ODBCRecordSet::column_datatype |
|
private |
char** ODBCRecordSet::column_labels |
|
private |
SQLHSTMT ODBCRecordSet::sql_hstmt |
|
private |
char** ODBCRecordSet::values |
|
private |
int* ODBCRecordSet::vsizes |
|
private |
The documentation for this class was generated from the following file: