#ifndef _SQMYSQL_ACCOUNT_HPP_ #define _SQMYSQL_ACCOUNT_HPP_ // ------------------------------------------------------------------------------------------------ #include "Common.hpp" // ------------------------------------------------------------------------------------------------ namespace SqMod { /* ------------------------------------------------------------------------------------------------ * */ class Statement { public: Statement(); ~Statement(); }; } // Namespace:: SqMod #endif // _SQMYSQL_ACCOUNT_HPP_