PreparedStatementsHandle prepares and caches query.
| 28 | |
| 29 | // PreparedStatementsHandle prepares and caches query. |
| 30 | type PreparedStatementsHandle interface { |
| 31 | // WithTx runs do within a transaction. |
| 32 | // If there is no error, the transaction is committed. |
| 33 | WithTx(ctx context.Context, do func(ctx context.Context) error) (err error) |
| 34 | } |
nothing calls this directly
no outgoing calls
no test coverage detected