|
NAMEksql_trace —
enable SQLite logging
LIBRARYlibrary “ksql”SYNOPSIS#include <sys/types.h>
#include <stdint.h>
#include <ksql.h>
enum ksqlc
DESCRIPTIONThis function causes SQLite to emit error and debug messages. Messages are passed to the error message handler set during ksql_alloc(3) or ksql_alloc_child(3). It may be disabled with ksql_untrace(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_untrace(3)
Visit the GSP FreeBSD Man Page Interface. |