Home | History | Annotate | Download | only in sql

Lines Matching refs:SET

292 	// Dest is a pointer to the value that will be set to the result of the
305 var ErrNoRows = errors.New("sql: no rows in result set")
520 type depSet map[interface{}]bool // set of true bools
1585 // The cancel function in Tx will be called after done is set to true.
2006 // updateMoney, err := db.Prepare("UPDATE balance SET money=money+? WHERE id=?")
2093 // updateMoney, err := db.Prepare("UPDATE balance SET money=money+? WHERE id=?")
2199 // parentStmt is set when a transaction-specific statement
2400 // releaseConn set below
2406 // releaseConn must be set before initContextClose or it could
2407 // release the connection before it is set.
2515 // If parentStmt is set, we must not close s.txds since it's stored
2536 // of the result set. Use Next to advance through the rows:
2632 // The driver is at the end of the current result set.
2633 // Test to see if there is another result set after the current one.
2643 // NextResultSet prepares the next result set for reading. It returns true if
2644 // there is further result sets, or false if there is no further result set
2650 // set.