/* 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 . */ #ifndef __MYSQL_WARNING_H_ #define __MYSQL_WARNING_H_ #include "mysql_connection.h" #include namespace sql { namespace mysql { const std::string & errCode2SqlState(int errCode); sql::SQLWarning * loadMysqlWarnings(sql::Connection * connection); } /* namespace mysql */ } /* namespace sql */ #endif