Module tabchk

Source
Expand description

Functions to create a TableChecker.

Structs§

CheckFn

Traits§

TableChecker
Checks the table name to prevent unexpected sql(e.g, SQL injection).

Functions§

double_checker_new
Creates a TableChecker from the specified functions(AND).
fn2checker
Creates a TableChecker from the specified function.