MANUAL_TODO.
More...
|
| UpdateSiegeDecideChallenger (std::shared_ptr< nanodbc::connection > conn) |
|
std::weak_ptr< nanodbc::result > | execute (const int16_t sCastleIndex, const int16_t sKnights_1, const int16_t sKnights_2, const int16_t sKnights_3, const int16_t sKnights_4, const int16_t sKnights_5, const int16_t sKnights_6, const int16_t sKnights_7, const int16_t sKnights_8, const int16_t sKnights_9, const int16_t sKnights_10) noexcept(false) |
| Executes the stored procedure.
|
|
void | set_connection (const std::shared_ptr< nanodbc::connection > &conn) |
| Sets the associated database connection.
|
|
void | flush () |
| Flushes any output variables or return values by reading any and all result sets.
|
|
|
static const std::string & | Query () |
| Returns the query associated with preparing this statement.
|
|
static const modelUtil::DbType | DbType () |
| Returns the associated database type for the table.
|
|
|
| StoredProcedure (std::shared_ptr< nanodbc::connection > conn) |
|
void | prepare (const std::string &query) noexcept(false) |
| Opens and prepares the statement with the associated query.
|
|
void | flush_on_destruct () |
| Flushes any output variables or return values on destruction.
|
|
std::weak_ptr< nanodbc::result > | execute () noexcept(false) |
| Executes the currently prepared statement.
|
|
void | skip_rows_in_result_set () |
|
std::shared_ptr< nanodbc::connection > | _conn |
|
nanodbc::statement | _stmt |
|
std::shared_ptr< nanodbc::result > | _result |
|
bool | _flushed |
|
static const nanodbc::string | SqlState_InvalidCursorState = NANODBC_TEXT("24000") |
|
MANUAL_TODO.
- GAME Database Stored Procedures
- UPDATE_SIEGE_DECIDE_CHALLENGER MANUAL_TODO
◆ execute()
std::weak_ptr< nanodbc::result > storedProc::UpdateSiegeDecideChallenger::execute |
( |
const int16_t | sCastleIndex, |
|
|
const int16_t | sKnights_1, |
|
|
const int16_t | sKnights_2, |
|
|
const int16_t | sKnights_3, |
|
|
const int16_t | sKnights_4, |
|
|
const int16_t | sKnights_5, |
|
|
const int16_t | sKnights_6, |
|
|
const int16_t | sKnights_7, |
|
|
const int16_t | sKnights_8, |
|
|
const int16_t | sKnights_9, |
|
|
const int16_t | sKnights_10 ) |
|
inline |
Executes the stored procedure.
- Exceptions
-
The documentation for this class was generated from the following file:
- StoredProc/StoredProc.ixx