|
NAMEksql_untrace —
disable SQLite logging
LIBRARYlibrary “ksql”SYNOPSIS#include <sys/types.h>
#include <stdint.h>
#include <ksql.h>
enum ksqlc
DESCRIPTIONTheksql_untrace function disables SQLite's internal
error logging facility enabled by
ksql_trace(3).
The RETURN VALUESThis returnsKSQL_ALREADYOPEN if invoked after
ksql_open(3)
or KSQL_SYSTEM on system error. Otherwise, it returns
KSQL_OK .
SEE ALSOksql_trace(3)
Visit the GSP FreeBSD Man Page Interface. |