var ctx … var db … func ExampleDB_QueryContext() { … } func ExampleDB_QueryRowContext() { … } func ExampleDB_ExecContext() { … } func ExampleDB_Query_multipleResultSets() { … } func ExampleDB_PingContext() { … } func ExampleDB_Prepare() { … } func ExampleTx_Prepare() { … } func ExampleDB_BeginTx() { … } func ExampleConn_ExecContext() { … } func ExampleTx_ExecContext() { … } func ExampleTx_Rollback() { … } func ExampleStmt() { … } func ExampleStmt_QueryRowContext() { … } func ExampleRows() { … }