Module ruroonga_command::dsl [] [src]

dsl provides its XXXCommand returning dsl syntax.

This module is used like this:

DSL Example

use ruroonga_command::dsl::*;
let select = select("Entries".to_string())
                 .filter("content @ \"fast\"".to_string());

Functions

cache_limit
column_copy
column_create
column_list
column_remove
column_rename
database_unmap
delete
dump
io_flush
load
log_level
log_put
log_reopen
normalize
normalizer_list
object_exist
object_inspect
object_remove
plugin_register
plugin_unregister
request_cancel
schema
select
shutdown
status
table_create
table_list
table_remove
table_rename
thread_limit
tokenize
tokenizer_list
truncate