ex_aliyun_ots v0.3.2 ExAliyunOts.Sequence View Source
Link to this section Summary
Link to this section Functions
Link to this function
abort_transaction(instance_key, transaction_id, options \\ Keyword.new()) View Source
Link to this function
batch_get(instance_key, get_requests, options \\ Keyword.new()) View Source
Link to this function
batch_write(instance_key, write_requests, options \\ Keyword.new()) View Source
Link to this function
commit_transaction(instance_key, transaction_id, options \\ Keyword.new()) View Source
Link to this function
create(instance_name, sequence) View Source
Link to this function
create_table(instance_key, table, pk_keys, options \\ Keyword.new()) View Source
Link to this function
delete(instance_name, sequence_name) View Source
Link to this function
delete_event(instance_name, sequence_name, event) View Source
Link to this function
delete_row(instance_key, table, pk_keys, options \\ Keyword.new()) View Source
Link to this function
delete_search_index(instance_key, table, index_name, options \\ Keyword.new()) View Source
Link to this function
delete_table(instance_key, table, options \\ Keyword.new()) View Source
Link to this function
describe_search_index(instance_key, table, index_name, options \\ Keyword.new()) View Source
Link to this function
describe_table(instance_key, table, options \\ Keyword.new()) View Source
Link to this function
get(table, pk_keys, options \\ Keyword.new()) View Source
Link to this function
get_range(instance_key, table, inclusive_start_primary_keys, exclusive_end_primary_keys, options \\ Keyword.new()) View Source
Link to this function
get_row(instance_key, table, pk_keys, options \\ Keyword.new()) View Source
Link to this function
iterate_all_range(instance_key, table, inclusive_start_primary_keys, exclusive_end_primary_keys, options \\ Keyword.new()) View Source
Link to this function
list_search_index(instance_key, table, options \\ Keyword.new()) View Source
Link to this function
list_table(instance_key, options \\ Keyword.new()) View Source
Link to this function
next_value(instance_name, var_get_seq_next) View Source
Link to this function
pagination(list) View Source
Link to this function
put_row(instance_key, table, pk_keys, attrs, options \\ Keyword.new()) View Source
Link to this function
search(instance_key, table, index_name, options \\ Keyword.new()) View Source
Link to this function
start_local_transaction(instance_key, table, partition_key, options \\ Keyword.new()) View Source
Link to this function
update_row(instance_key, table, pk_keys, options \\ Keyword.new()) View Source
Link to this function
update_table(instance_key, table, options \\ Keyword.new()) View Source
Link to this function
write_delete(pk_keys, options \\ Keyword.new()) View Source
Link to this function
write_put(pk_keys, attrs, options \\ Keyword.new()) View Source
Link to this function