2 #include <samchon/API.hpp> 42 class SAMCHON_FRAMEWORK_API
SQLi 70 virtual auto getErrorMessage(
short type)
const->std::string;
95 SQLi(
const std::string &driver,
int port);
110 const std::string &ip,
const std::string &db,
111 const std::string &
id,
const std::string &pwd
117 virtual void disconnect();
128 virtual auto createStatement()->std::shared_ptr<
SQLStatement>;
std::mutex stmtMutex
Mutex ensuring concurrency with SQLStatement.
void * hdbc
Handler of DB-connector.
std::string driver
Driver; name of DBMS used for connection.
int port
Port number of DBMS.
A SQL interface; DBMS connector.
SQLStatement * stmt
SQLStatement's pointer linked with the SQLi.
Top level namespace of products built from samchon.