groonga_d.db

Undocumented in source.

Members

Aliases

grn_db_create_optarg
alias grn_db_create_optarg = _grn_db_create_optarg
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

grn_db_create
groonga_d.groonga.grn_obj* grn_db_create(groonga_d.groonga.grn_ctx* ctx, const(char)* path, grn_db_create_optarg* optarg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_db_get_cache
groonga_d.cache.grn_cache* grn_db_get_cache(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* db)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_db_get_last_modified
uint grn_db_get_last_modified(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* db)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_db_is_dirty
ubyte grn_db_is_dirty(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* db)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_db_open
groonga_d.groonga.grn_obj* grn_db_open(groonga_d.groonga.grn_ctx* ctx, const(char)* path)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_db_recover
groonga_d.groonga.grn_rc grn_db_recover(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* db)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_db_set_cache
groonga_d.groonga.grn_rc grn_db_set_cache(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* db, groonga_d.cache.grn_cache* cache)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_db_touch
void grn_db_touch(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* db)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_db_unmap
groonga_d.groonga.grn_rc grn_db_unmap(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* db)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

_grn_db_create_optarg
struct _grn_db_create_optarg
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta