[][src]Function eosio_cdt_sys::db_upperbound_i64

pub unsafe extern "C" fn db_upperbound_i64(
    code: capi_name,
    scope: u64,
    table: capi_name,
    id: u64
) -> i32

Find the table row in a primary 64-bit integer index table that matches the upperbound condition for a given primary key The table row that matches the upperbound condition is the first table row in the table with the lowest primary key that is > the given key

@brief Find the table row in a primary 64-bit integer index table that matches the upperbound condition for a given primary key @param code - The name of the owner of the table @param scope - The scope where the table resides @param table - The table name @param id - The primary key used to determine the upperbound @return iterator to the found table row or the end iterator of the table if the table row could not be found