#ifndef __MYDDAS_UTIL_H__ #define __MYDDAS_UTIL_H__ //#include "Yap.h" #include #ifdef MYDDAS_ODBC #include #endif #ifdef MYDDAS_MYSQL #include #endif #ifdef MYDDAS_STATS #include #include #endif typedef struct myddas_global *MYDDAS_GLOBAL; typedef struct myddas_util_query *MYDDAS_UTIL_QUERY; typedef struct myddas_list_connection *MYDDAS_UTIL_CONNECTION; typedef struct myddas_list_preds *MYDDAS_UTIL_PREDICATE; #if defined MYDDAS_STATS || defined MYDDAS_TOP_LEVEL typedef struct myddas_stats_time_struct *MYDDAS_STATS_TIME; #endif #ifdef MYDDAS_STATS typedef struct myddas_global_stats *MYDDAS_GLOBAL_STATS; #endif #endif /*__MYDDAS_UTIL_H__*/