var searchIndex = {}; searchIndex["sqlite"] = {"doc":"Interface to [SQLite][1].","items":[[3,"Error","sqlite","An error.",null,null],[12,"code","","The error code.",0,null],[12,"message","","The error message.",0,null],[3,"Connection","","A database connection.",null,null],[3,"Cursor","","An iterator over rows.",null,null],[3,"Statement","","A prepared statement.",null,null],[4,"Type","","A data type.",null,null],[13,"Binary","","The binary type.",1,null],[13,"Float","","The floating-point type.",1,null],[13,"Integer","","The integer type.",1,null],[13,"String","","The string type.",1,null],[13,"Null","","The null type.",1,null],[4,"Value","","A typed value.",null,null],[13,"Binary","","Binary data.",2,null],[13,"Float","","A floating-point number.",2,null],[13,"Integer","","An integer number.",2,null],[13,"String","","A string.",2,null],[13,"Null","","A null value.",2,null],[4,"State","","A state of a prepared statement.",null,null],[13,"Row","","There is a row available for reading.",3,null],[13,"Done","","The statement has been entirely evaluated.",3,null],[5,"open","","Open a connection to a new or existing database.",null,{"inputs":[{"name":"t"}],"output":{"name":"result"}}],[5,"version","","Return the version number of SQLite.",null,{"inputs":[],"output":{"name":"usize"}}],[11,"open","","Open a connection to a new or existing database.",4,{"inputs":[{"name":"t"}],"output":{"name":"result"}}],[11,"execute","","Execute a statement without processing the resulting rows if any.",4,null],[11,"iterate","","Execute a statement and process the resulting rows as plain text.",4,null],[11,"prepare","","Create a prepared statement.",4,null],[11,"set_busy_handler","","Set a callback for handling busy events.",4,null],[11,"set_busy_timeout","","Set an implicit callback for handling busy events that tries to repeat\nrejected operations until a timeout expires.",4,null],[11,"remove_busy_handler","","Remove the callback handling busy events.",4,null],[11,"drop","","",4,null],[11,"bind","","Bind values to all parameters.",5,null],[11,"next","","Advance to the next row and read all columns.",5,null],[11,"columns","","Return the number of columns.",5,null],[11,"eq","","",3,null],[11,"fmt","","",3,null],[11,"clone","","",3,null],[11,"bind","","Bind a value to a parameter.",6,null],[11,"next","","Advance to the next state.",6,null],[11,"read","","Read a value from a column.",6,null],[11,"reset","","Reset the statement.",6,null],[11,"columns","","Return the number of columns.",6,null],[11,"kind","","Return the type of a column.",6,null],[11,"cursor","","Upgrade to a cursor.",6,null],[11,"drop","","",6,null],[11,"bind","","",2,null],[11,"read","","",2,{"inputs":[{"name":"statement"},{"name":"usize"}],"output":{"name":"result"}}],[6,"Result","","A result.",null,null],[8,"Bindable","","A type suitable for binding to a prepared statement.",null,null],[10,"bind","","Bind to a parameter.",7,null],[8,"Readable","","A type suitable for reading from a prepared statement.",null,null],[10,"read","","Read from a column.",8,{"inputs":[{"name":"statement"},{"name":"usize"}],"output":{"name":"result"}}],[11,"fmt","","",0,null],[11,"eq","","",1,null],[11,"fmt","","",1,null],[11,"clone","","",1,null],[11,"eq","","",2,null],[11,"ne","","",2,null],[11,"fmt","","",2,null],[11,"clone","","",2,null],[11,"fmt","","",0,null],[11,"description","","",0,null],[11,"as_binary","","Return the binary data if the value is `Binary`.",2,null],[11,"as_float","","Return the floating-point number if the value is `Float`.",2,null],[11,"as_integer","","Return the integer number if the value is `Integer`.",2,null],[11,"as_string","","Return the string if the value is `String`.",2,null],[11,"kind","","Return the type.",2,null]],"paths":[[3,"Error"],[4,"Type"],[4,"Value"],[4,"State"],[3,"Connection"],[3,"Cursor"],[3,"Statement"],[8,"Bindable"],[8,"Readable"]]}; initSearch(searchIndex);