Sese Framework  2.3.0
A cross-platform framework
Loading...
Searching...
No Matches
sese::db::PreparedStatement Member List

This is the complete list of members for sese::db::PreparedStatement, including all inherited members.

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