#include "odbcpp_config.h"
#include <sql.h>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | odbcpp::diag_t |
Records the data read from the diagnostic function. More... | |
class | odbcpp::diagnostic |
A class holding the information of a complete diagnostic. More... | |
Namespaces | |
namespace | odbcpp |
The odbcpp wrapper is fully enclosed in the odbcpp namespace. | |
Typedefs | |
typedef std::vector< diag_t > | odbcpp::diag_vector_t |
A vector of diagnostics; used by the diagnostic class. |