/// @param ctx Context
/// @param stindex Index of statement being executed
/// @param bind MYSQL_BIND array for input parameters
- /// @param lease LeaseCollection object returned. Note that any leases in
+ /// @param result LeaseCollection object returned. Note that any leases in
/// the collection when this method is called are not erased: the
/// new data is appended to the end.
///
/// @param ctx Context
/// @param stindex Index of statement being executed
/// @param bind MYSQL_BIND array for input parameters
- /// @param lease LeaseCollection object returned. Note that any existing
+ /// @param result LeaseCollection object returned. Note that any existing
/// data in the collection is erased first.
///
/// @throw isc::dhcp::BadValue Data retrieved from the database was invalid.
/// @param ctx Context
/// @param stindex Index of statement being executed
/// @param bind MYSQL_BIND array for input parameters
- /// @param lease Lease4 object returned
+ /// @param result Lease4 object returned
void getLease(MySqlLeaseContextPtr ctx,
StatementIndex stindex,
MYSQL_BIND* bind,
/// @param ctx Context
/// @param stindex Index of statement being executed
/// @param bind MYSQL_BIND array for input parameters
- /// @param lease Lease6 object returned
+ /// @param result Lease6 object returned
void getLease(MySqlLeaseContextPtr ctx,
StatementIndex stindex,
MYSQL_BIND* bind,