Lines Matching defs:stmt
72 stmt: Option<Statement<'conn>>, field
145 let stmt = match cache.remove(trimmed) { in get() localVariable
209 let mut stmt = db.prepare_cached(sql)?; in test_cache() localVariable
216 let mut stmt = db.prepare_cached(sql)?; in test_cache() localVariable
235 let mut stmt = db.prepare_cached(sql)?; in test_set_capacity() localVariable
245 let mut stmt = db.prepare_cached(sql)?; in test_set_capacity() localVariable
253 let mut stmt = db.prepare_cached(sql)?; in test_set_capacity() localVariable
268 let mut stmt = db.prepare_cached(sql)?; in test_discard() localVariable
290 let mut stmt = db.prepare_cached(sql)?; in test_ddl() localVariable
302 let mut stmt = db.prepare_cached(sql)?; in test_ddl() localVariable
329 let mut stmt = db.prepare_cached(sql)?; in test_cache_key() localVariable
336 let mut stmt = db.prepare_cached(sql)?; in test_cache_key() localVariable