![]() |
Observation
|
#include "Label_Patcher.hh"
#include "Data_Component.hh"
#include "Files.hh"
#include "PVL.hh"
#include <string>
#include <iostream>
#include <iomanip>
#include <fstream>
#include <sstream>
#include <vector>
#include <stdexcept>
#include <unistd.h>
#include <cstring>
#include <mysql++/mysql++.h>
Namespaces | |
namespace | UA |
University of Arizona. | |
namespace | UA::HiRISE |
High Resolution Imaging Science Experiment. | |
Defines | |
#define | MYSQLPP_MYSQL_HEADERS_BURIED |
#define | DB_QUERY_EXCEPTION BadQuery |
#define | DB_DISCONNECT close |
#define | LABEL_FIELD_WIDTH 15 |
Listing format field width. | |
#define | DB_SERVER_INFO server_info |
#define | DB_HOST_INFO host_info |
#define | DB_PROTOCOL_INFO proto_info |
#define | DB_CLIENT_INFO client_info |
#define MYSQLPP_MYSQL_HEADERS_BURIED |
#define DB_QUERY_EXCEPTION BadQuery |
Referenced by Label_Patcher::database_field_value(), and main().
#define DB_DISCONNECT close |
#define LABEL_FIELD_WIDTH 15 |
Listing format field width.
#define DB_SERVER_INFO server_info |
#define DB_HOST_INFO host_info |
#define DB_PROTOCOL_INFO proto_info |
#define DB_CLIENT_INFO client_info |