GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
KSQL_TRACE(3) FreeBSD Library Functions Manual KSQL_TRACE(3)

ksql_trace
enable SQLite logging

library “ksql”

#include <sys/types.h>
#include <stdint.h>
#include <ksql.h>

enum ksqlc
ksql_trace(struct ksql *sql);

This 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 ksql_trace() function may only be called prior to ksql_open(3).

This returns KSQL_ALREADYOPEN if invoked after ksql_open(3) or KSQL_SYSTEM on system error. Otherwise, it returns KSQL_OK.

ksql_untrace(3)
April 21, 2018 FreeBSD 13.1-RELEASE

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.