/* Copyright 2007 - 2008 MySQL AB, 2008 - 2009 Sun Microsystems, Inc. All rights reserved. The MySQL Connector/C++ is licensed under the terms of the GPL , like most MySQL Connectors. There are special exceptions to the terms and conditions of the GPL as it is applied to this software, see the FLOSS License Exception . */ /* Public interface of the MySQL Connector/C++. You might not use it but directly include directly the different headers from cppconn/ and mysql_driver.h + mysql_util.h (and mysql_connection.h). This will reduce your build time! */ #ifndef MYSQL_PUBLIC_IFACE_H_ #define MYSQL_PUBLIC_IFACE_H_ #include #include #include #include #include #include #include #include /*#include #endif /* MYSQL_PUBLIC_IFACE_H_ */