HEX
Server: Apache
System: Linux s198.coreserver.jp 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC 2025 x86_64
User: nagasaki (10062)
PHP: 7.1.33
Disabled: NONE
Upload Files
File: //usr/local/rvm/gems/ruby-2.6.8/doc/sqlite3-1.4.2/ri/SQLite3/Database/busy_handler-i.ri
U:RDoc::AnyMethod[iI"busy_handler:ETI"#SQLite3::Database#busy_handler;TF:publico:RDoc::Markup::Document:@parts[
o:RDoc::Markup::Paragraph;	[	I"KRegister a busy handler with this database instance. When a requested ;TI"Lresource is busy, this handler will be invoked. If the handler returns ;TI"J+false+, the operation will be aborted; otherwise, the resource will ;TI"be requested again.;To:RDoc::Markup::BlankLineo;
;	[I"HThe handler will be invoked with the name of the resource that was ;TI"7busy, and the number of times it has been retried.;T@o;
;	[I"3See also the mutually exclusive #busy_timeout.;T:
@fileI"ext/sqlite3/database.c;T:0@omit_headings_from_table_of_contents_below0I"Vbusy_handler { |count| ... }
busy_handler(Class.new { def call count; end }.new)
;T0[I"(p1 = v1);T@FI"
Database;TcRDoc::NormalClass00