hooks.go 442 B

1234567891011121314
  1. // Copyright 2019 The Sqlite Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style
  3. // license that can be found in the LICENSE file.
  4. package sqlite3
  5. import (
  6. "modernc.org/libc"
  7. )
  8. // Format and write a message to the log if logging is enabled.
  9. func X__ccgo_sqlite3_log(t *libc.TLS, iErrCode int32, zFormat uintptr, va uintptr) { /* sqlite3.c:29405:17: */
  10. libc.X__ccgo_sqlite3_log(t, iErrCode, zFormat, va)
  11. }