[][src]Function eosio_cdt_sys::db_idx64_store

pub unsafe extern "C" fn db_idx64_store(
    scope: u64,
    table: capi_name,
    payer: capi_name,
    id: u64,
    secondary: *const u64
) -> i32

Store an association of a 64-bit integer secondary key to a primary key in a secondary 64-bit integer index table

@brief Store an association of a 64-bit integer secondary key to a primary key in a secondary 64-bit integer index table @param scope - The scope where the table resides (implied to be within the code of the current receiver) @param table - The table name @param payer - The account that pays for the storage costs @param id - The primary key to which to associate the secondary key @param secondary - Pointer to the secondary key @return iterator to the newly created table row @post new secondary key association between primary key id and secondary key *secondary is created in the secondary 64-bit integer index table