libdballe  7.7
Data Structures | Namespaces | Macros | Functions
odbc/internals.h File Reference

Database functions and data structures used by the db module, but not exported as official API. More...

#include <dballe/db/db.h>
#include <dballe/db/sql.h>
#include <dballe/db/querybuf.h>
#include <sqltypes.h>
#include <list>

Go to the source code of this file.

Data Structures

struct  dballe::db::error_odbc
 Report an ODBC error, using informations from the ODBC diagnostic record. More...
 
struct  dballe::db::Environment
 ODBC environment. More...
 
struct  dballe::db::ODBCConnection
 Database connection. More...
 
struct  dballe::db::ODBCStatement
 ODBC statement. More...
 
struct  dballe::db::Sequence
 ODBC statement to read a sequence. More...
 

Namespaces

 dballe
 Copyright (C) 2008–2010 ARPA-SIM urpsi.nosp@m.m@sm.nosp@m.r.arp.nosp@m.a.em.nosp@m.r.it
 

Macros

#define DBA_DB_QUIRK_NO_ROWCOUNT_IN_DIAG   (1 << 0)
 

Functions

std::ostream & dballe::db::operator<< (std::ostream &o, const SQL_TIMESTAMP_STRUCT &t)
 

Detailed Description

Database functions and data structures used by the db module, but not exported as official API.