ex_aliyun_ots v0.1.9 ExAliyunOts.Sequence View Source

Link to this section Summary

Functions

Link to this section Functions

Link to this function batch_get(instance, get_requests, options \\ Keyword.new()) View Source
Link to this function batch_write(instance, write_requests, options \\ Keyword.new()) View Source
Link to this function create(instance_name, sequence) View Source
Link to this function create_table(instance, 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, table, pk_keys, options \\ Keyword.new()) View Source
Link to this function delete_search_index(instance, table, index_name, options \\ Keyword.new()) View Source
Link to this function delete_table(instance, table, options \\ Keyword.new()) View Source
Link to this function describe_search_index(instance, table, index_name, options \\ Keyword.new()) View Source
Link to this function describe_table(instance, 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, table, inclusive_start_primary_keys, exclusive_end_primary_keys, options \\ Keyword.new()) View Source
Link to this function get_row(instance, table, pk_keys, options \\ Keyword.new()) View Source
Link to this function iterate_all_range(instance, table, inclusive_start_primary_keys, exclusive_end_primary_keys, options \\ Keyword.new()) View Source
Link to this function list_search_index(instance, table, options \\ Keyword.new()) View Source
Link to this function list_table(instance, options \\ Keyword.new()) View Source
Link to this function next_value(instance_name, var_get_seq_next) View Source
Link to this function put_row(instance, table, pk_keys, attrs, options \\ Keyword.new()) View Source
Link to this function search(instance, table, index_name, options \\ Keyword.new()) View Source
Link to this function update_row(instance, table, pk_keys, options \\ Keyword.new()) View Source
Link to this function update_table(instance, 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 write_update(pk_keys, options \\ Keyword.new()) View Source