Lines Matching refs:callback
104 # You cannot UPDATE a table from within the callback of a SELECT
133 # callback of another SELECT on that same table because two
179 # a RESERVED lock) tries to get a RESERVED lock, we do get a busy callback
183 proc callback {count} {
188 db2 busy callback
189 # db2 does not hold a lock so we should get a busy callback here
197 # This time db2 does hold a read lock. No busy callback this time.
204 proc callback {count} {
209 db2 busy callback
210 # We get a busy callback because db2 is not holding a lock
216 proc callback {count} {
221 db2 busy callback
223 # No busy callback this time because we are holding a lock
230 proc callback {count} {
235 db2 busy callback
310 proc callback {count} {
314 db2 busy callback