[][src]Function eosio_cdt_sys::db_end_i64

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

Get an iterator representing just-past-the-end of the last table row of a primary 64-bit integer index table

@brief Get an iterator representing just-past-the-end of the last table row of a primary 64-bit integer index table @param code - The name of the owner of the table @param scope - The scope where the table resides @param table - The table name @return end iterator of the table