Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
KSQL_UNTRACE(3)		    Library Functions Manual	       KSQL_UNTRACE(3)

NAME
       ksql_untrace -- disable SQLite logging

LIBRARY
       library "ksql"

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

       enum ksqlc
       ksql_untrace(struct ksql	*sql);

DESCRIPTION
       The  ksql_untrace function disables SQLite's internal error logging fa-
       cility enabled by ksql_trace(3).

       The ksql_untrace() function may only be called prior to ksql_open(3).

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

SEE ALSO
       ksql_trace(3)

FreeBSD	Ports 14.quarterly	April 21, 2018		       KSQL_UNTRACE(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=ksql_untrace&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>

home | help