Home | History | Annotate | Download | only in sql

Lines Matching defs:addDep

522 // The finalCloser interface is used by (*DB).addDep and related
530 // addDep notes that x now depends on dep, and x's finalClose won't be
532 func (db *DB) addDep(x finalCloser, dep interface{}) {
533 //println(fmt.Sprintf("addDep(%T %p, %T %p)", x, x, dep, dep))
1338 db.addDep(stmt, stmt)
2081 tx.db.addDep(parentStmt, txs)
2402 // addDep must be added before initContextClose or it could attempt
2404 s.db.addDep(s, rows)