FreeBSD Manual Pages
KSQL_STMT_FREE(3) BSD Library Functions Manual KSQL_STMT_FREE(3) NAME ksql_stmt_free -- free a statement on a database connection LIBRARY library "ksql" SYNOPSIS #include <ksql.h> void ksql_stmt_free(struct ksql_stmt *stmt); DESCRIPTION The ksql_stmt_free function frees a statement allocated with ksql_stmt_alloc(3), invoking sqlite3_finalize on the underlying state- ment. SEE ALSO sqlite3_finalize(3) BSD April 5, 2016 BSD
NAME | LIBRARY | SYNOPSIS | DESCRIPTION | SEE ALSO
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=ksql_stmt_free&sektion=3&manpath=FreeBSD+12.0-RELEASE+and+Ports>