# Module mnesia_rocksdb_params #
* [Function Index](#index)
* [Function Details](#functions)
__Behaviours:__ [`gen_server`](gen_server.md).
## Function Index ##
## Function Details ##
### code_change/3 ###
`code_change(X1, S, X3) -> any()`
### delete/1 ###
`delete(Tab) -> any()`
### handle_call/3 ###
`handle_call(X1, X2, S) -> any()`
### handle_cast/2 ###
`handle_cast(X1, S) -> any()`
### handle_info/2 ###
`handle_info(X1, S) -> any()`
### init/1 ###
`init(X1) -> any()`
### lookup/2 ###
`lookup(Tab, Default) -> any()`
### start_link/0 ###
`start_link() -> any()`
### store/2 ###
`store(Tab, Params) -> any()`
### terminate/2 ###
`terminate(X1, X2) -> any()`