fastdo
0.6.16
|
#include <eiendb_pgsql.hpp>
Public 成员函数 | |
PgsqlStatement (PgsqlConnection *cnn) | |
PgsqlStatement (PgsqlConnection *cnn, winux::String const &sql, winux::Mixed const ¶ms=winux::mxNull) | |
PgsqlConnection * | getCnn () const |
Public 成员函数 继承自 eiendb::DbStatement | |
DbStatement (IDbConnection *cnn) | |
DbStatement (IDbConnection *cnn, winux::String const &sql, winux::Mixed const ¶ms=winux::mxNull) | |
virtual bool | build (winux::String const &sql, winux::Mixed const ¶ms=winux::mxNull) override |
建立一个SQL语句,params可以是Array或者Collection类型 更多... | |
virtual bool | bind (size_t paramIndex, winux::Mixed const &val) override |
绑定参数,按参数索引 更多... | |
virtual bool | bind (winux::String const ¶mName, winux::Mixed const &val) override |
绑定参数,按参数名 更多... | |
operator bool () const | |
IDbConnection * | getCnn () const |
winux::String const & | getSql () |
winux::Mixed const & | getParam (size_t paramIndex) const |
winux::Mixed const & | getParam (winux::String const ¶mName) const |
Public 成员函数 继承自 eiendb::IDbStatement | |
virtual | ~IDbStatement () |
在文件 eiendb_pgsql.hpp 第 96 行定义.
|
inline |
在文件 eiendb_pgsql.hpp 第 99 行定义.
|
inline |
在文件 eiendb_pgsql.hpp 第 100 行定义.
|
inline |
在文件 eiendb_pgsql.hpp 第 102 行定义.