DBQueryOneCallback

This function queries the database given the provided parameters.

extern (C)
alias DBQueryOneCallback = void function
(
void* context
,,
scope RormError
)

Meta