1 #include <samchon/library/TSQLStatement.hpp> 3 #include <samchon/library/SQLi.hpp> 4 #include <samchon/library/XML.hpp> 10 TSQLStatement::TSQLStatement(
SQLi *sqli)
12 TSQLStatement::~TSQLStatement() {}
17 string &str = super::at<std::string>(0);
19 shared_ptr<XML> xml(
new XML(str));
A SQL interface; DBMS connector.
XML is a class representing xml object.
Top level namespace of products built from samchon.
virtual auto toXML() const -> std::shared_ptr< XML > override
Return an XML representing records.