#ifdef SHQL_OBJ
	#include "SqlShql.h"
#endif

#ifdef GAWK_OBJ
	#include "SqlGawk.h"
#endif

#ifdef INGRES_OBJ
	#include "SqlIngres.h"
#endif

#ifdef POSTGRES_OBJ
	#include "pg.h"
	#include "SqlPostgres.h"
#endif

#ifdef YARD_OBJ
	#include "SqlYard.h"
#endif

#ifdef INFORMIX_OBJ
	#include "SqlInformix.h"
#endif

#ifdef MINERVA_OBJ
	#include "SqlMinerva.h"
#endif
