Lines Matching refs:NO_PARAMS
167 use crate::{Connection, NO_PARAMS};
198 stmt.query_row(NO_PARAMS, |r| r.get::<_, i64>(0)).unwrap() in test_cache()
208 stmt.query_row(NO_PARAMS, |r| r.get::<_, i64>(0)).unwrap() in test_cache()
229 stmt.query_row(NO_PARAMS, |r| r.get::<_, i64>(0)).unwrap() in test_set_capacity()
242 stmt.query_row(NO_PARAMS, |r| r.get::<_, i64>(0)).unwrap() in test_set_capacity()
253 stmt.query_row(NO_PARAMS, |r| r.get::<_, i64>(0)).unwrap() in test_set_capacity()
270 stmt.query_row(NO_PARAMS, |r| r.get::<_, i64>(0)).unwrap() in test_discard()
294 stmt.query(NO_PARAMS).unwrap().map(|r| r.get(0)).next() in test_ddl()
310 stmt.query(NO_PARAMS) in test_ddl()
339 stmt.query_row(NO_PARAMS, |r| r.get::<_, i64>(0)).unwrap() in test_cache_key()
349 stmt.query_row(NO_PARAMS, |r| r.get::<_, i64>(0)).unwrap() in test_cache_key()