Documentation ¶
Overview ¶
Package sqltrace implements driver sql trace functions.
Example ¶
package main import ( "github.com/SAP/go-hdb/driver/sqltrace" ) func main() { sqltrace.SetOn(true) //set SQL trace output active sqltrace.SetOn(false) //set SQL trace output inactive }
Output:
Index ¶
Examples ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Trace ¶
func Trace(v ...interface{})
Trace calls trace logger Print method to print to the trace logger.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.