OpenKO Database Model
Table- and column-level documentation generated from the jsonSchema
Loading...
Searching...
No Matches
storedProc::RentalItemRegister Class Referenceexport
module StoredProc

MANUAL_TODO. More...

Public Member Functions

 RentalItemRegister (std::shared_ptr< nanodbc::connection > conn)
 
std::weak_ptr< nanodbc::result > execute (const char *charID, const char *AccountID, const int16_t sRentalTime, const int32_t nItemID, const int16_t sDurability, const int32_t nMoney, const uint8_t bGameBangType, const uint8_t bItemType, const uint8_t bItemClass, const int64_t nSerialNumber, int32_t *nRet_Index, int16_t *nRet) noexcept(false)
 Executes the stored procedure.
 
 ~RentalItemRegister ()
 Flushes any output variables or return values on destruction.
 
- Public Member Functions inherited from storedProc::StoredProcedure
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 Public Member Functions

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.
 

Additional Inherited Members

- Protected Member Functions inherited from storedProc::StoredProcedure
 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 ()
 
- Protected Attributes inherited from storedProc::StoredProcedure
std::shared_ptr< nanodbc::connection > _conn
 
nanodbc::statement _stmt
 
std::shared_ptr< nanodbc::result > _result
 
bool _flushed
 
- Static Protected Attributes inherited from storedProc::StoredProcedure
static const nanodbc::string SqlState_InvalidCursorState = NANODBC_TEXT("24000")
 

Detailed Description

MANUAL_TODO.

GAME Database Stored Procedures
RENTAL_ITEM_REGISTER MANUAL_TODO

Member Function Documentation

◆ execute()

std::weak_ptr< nanodbc::result > storedProc::RentalItemRegister::execute ( const char * charID,
const char * AccountID,
const int16_t sRentalTime,
const int32_t nItemID,
const int16_t sDurability,
const int32_t nMoney,
const uint8_t bGameBangType,
const uint8_t bItemType,
const uint8_t bItemClass,
const int64_t nSerialNumber,
int32_t * nRet_Index,
int16_t * nRet )
inline

Executes the stored procedure.

Exceptions
nanodbc::database_error

The documentation for this class was generated from the following file: