type database/sql.DB (struct)

Method Implmentations (42 other methods implement nothing)

Close() error (*T).M : io.Closer.Close
ExecContext(ctx context.Context, query string, args ...interface{}) (Result, error) (*T).M : github.com/uptrace/bun.IConn.ExecContext
QueryContext(ctx context.Context, query string, args ...interface{}) (*Rows, error) (*T).M : github.com/uptrace/bun.IConn.QueryContext
QueryRowContext(ctx context.Context, query string, args ...interface{}) *Row (*T).M : github.com/uptrace/bun.IConn.QueryRowContext