|
Sese Framework
3.0.0
A cross-platform framework
|
This is the complete list of members for sese::db::PreparedStatement, including all inherited members.
| executeQuery() noexcept=0 | sese::db::PreparedStatement | pure virtual |
| executeUpdate() noexcept=0 | sese::db::PreparedStatement | pure virtual |
| getColumnSize(uint32_t index) noexcept=0 | sese::db::PreparedStatement | pure virtual |
| getColumnType(uint32_t index, MetadataType &type) noexcept=0 | sese::db::PreparedStatement | pure virtual |
| getErrorCode() const | sese::db::PreparedStatement | inline |
| getLastError() const noexcept=0 | sese::db::PreparedStatement | pure virtual |
| getLastErrorMessage() const noexcept=0 | sese::db::PreparedStatement | pure virtual |
| Ptr typedef | sese::db::PreparedStatement | |
| setDateTime(uint32_t index, const sese::DateTime &value) noexcept=0 | sese::db::PreparedStatement | pure virtual |
| setDouble(uint32_t index, const double &value) noexcept=0 | sese::db::PreparedStatement | pure virtual |
| setFloat(uint32_t index, const float &value) noexcept=0 | sese::db::PreparedStatement | pure virtual |
| setInteger(uint32_t index, const int32_t &value) noexcept=0 | sese::db::PreparedStatement | pure virtual |
| setLong(uint32_t index, const int64_t &value) noexcept=0 | sese::db::PreparedStatement | pure virtual |
| setNull(uint32_t index) noexcept=0 | sese::db::PreparedStatement | pure virtual |
| setText(uint32_t index, const char *value) noexcept=0 | sese::db::PreparedStatement | pure virtual |
| ~PreparedStatement() noexcept=default | sese::db::PreparedStatement | virtual |