// // Copyright (c) 2019-2024 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // #ifndef BOOST_MYSQL_HPP #define BOOST_MYSQL_HPP #include <boost/mysql/any_address.hpp> #include <boost/mysql/any_connection.hpp> #include <boost/mysql/bad_field_access.hpp> #include <boost/mysql/blob.hpp> #include <boost/mysql/blob_view.hpp> #include <boost/mysql/buffer_params.hpp> #include <boost/mysql/character_set.hpp> #include <boost/mysql/client_errc.hpp> #include <boost/mysql/column_type.hpp> #include <boost/mysql/common_server_errc.hpp> #include <boost/mysql/connect_params.hpp> #include <boost/mysql/connection.hpp> #include <boost/mysql/connection_pool.hpp> #include <boost/mysql/constant_string_view.hpp> #include <boost/mysql/date.hpp> #include <boost/mysql/datetime.hpp> #include <boost/mysql/days.hpp> #include <boost/mysql/defaults.hpp> #include <boost/mysql/diagnostics.hpp> #include <boost/mysql/error_categories.hpp> #include <boost/mysql/error_code.hpp> #include <boost/mysql/error_with_diagnostics.hpp> #include <boost/mysql/escape_string.hpp> #include <boost/mysql/execution_state.hpp> #include <boost/mysql/field.hpp> #include <boost/mysql/field_kind.hpp> #include <boost/mysql/field_view.hpp> #include <boost/mysql/format_sql.hpp> #include <boost/mysql/handshake_params.hpp> #include <boost/mysql/is_fatal_error.hpp> #include <boost/mysql/mariadb_collations.hpp> #include <boost/mysql/mariadb_server_errc.hpp> #include <boost/mysql/metadata.hpp> #include <boost/mysql/metadata_collection_view.hpp> #include <boost/mysql/metadata_mode.hpp> #include <boost/mysql/mysql_collations.hpp> #include <boost/mysql/mysql_server_errc.hpp> #include <boost/mysql/pipeline.hpp> #include <boost/mysql/pool_params.hpp> #include <boost/mysql/results.hpp> #include <boost/mysql/resultset.hpp> #include <boost/mysql/resultset_view.hpp> #include <boost/mysql/row.hpp> #include <boost/mysql/row_view.hpp> #include <boost/mysql/rows.hpp> #include <boost/mysql/rows_view.hpp> #include <boost/mysql/ssl_mode.hpp> #include <boost/mysql/statement.hpp> #include <boost/mysql/static_execution_state.hpp> #include <boost/mysql/static_results.hpp> #include <boost/mysql/string_view.hpp> #include <boost/mysql/tcp.hpp> #include <boost/mysql/tcp_ssl.hpp> #include <boost/mysql/throw_on_error.hpp> #include <boost/mysql/time.hpp> #include <boost/mysql/underlying_row.hpp> #include <boost/mysql/unix.hpp> #include <boost/mysql/unix_ssl.hpp> #endif