Searched defs:driverConn (Results 1 – 1 of 1) sorted by relevance
551 type driverConn struct { struct552 db *DB553 createdAt time.Time555 sync.Mutex // guards following556 ci driver.Conn557 needReset bool // The connection session should be reset before use if true.558 closed bool559 finalClosed bool // ci.Close has been called560 openStmt map[*driverStmt]bool563 inUse bool[all …]