Sese Framework  x.y.z
A cross-platform framework
载入中...
搜索中...
未找到
sese::db::PreparedStatement 成员列表

成员的完整列表,这些成员属于 sese::db::PreparedStatement,包括所有继承而来的类成员

executeQuery() noexcept=0sese::db::PreparedStatementpure virtual
executeUpdate() noexcept=0sese::db::PreparedStatementpure virtual
getColumnSize(uint32_t index) noexcept=0sese::db::PreparedStatementpure virtual
getColumnType(uint32_t index, MetadataType &type) noexcept=0sese::db::PreparedStatementpure virtual
getErrorCode() constsese::db::PreparedStatementinline
getLastError() const noexcept=0sese::db::PreparedStatementpure virtual
getLastErrorMessage() const noexcept=0sese::db::PreparedStatementpure virtual
Ptr typedefsese::db::PreparedStatement
setDateTime(uint32_t index, const sese::DateTime &value) noexcept=0sese::db::PreparedStatementpure virtual
setDouble(uint32_t index, const double &value) noexcept=0sese::db::PreparedStatementpure virtual
setFloat(uint32_t index, const float &value) noexcept=0sese::db::PreparedStatementpure virtual
setInteger(uint32_t index, const int32_t &value) noexcept=0sese::db::PreparedStatementpure virtual
setLong(uint32_t index, const int64_t &value) noexcept=0sese::db::PreparedStatementpure virtual
setNull(uint32_t index) noexcept=0sese::db::PreparedStatementpure virtual
setText(uint32_t index, const char *value) noexcept=0sese::db::PreparedStatementpure virtual
~PreparedStatement() noexcept=defaultsese::db::PreparedStatementvirtual