mirror of
https://github.com/isar/rusqlite.git
synced 2026-01-16 09:42:22 +08:00
Reorganize: Extract Statement and its impl into its own module.
This commit is contained in:
@@ -5,6 +5,7 @@ use std::ops::{Deref, DerefMut};
|
||||
use lru_cache::LruCache;
|
||||
use {Result, Connection, Statement};
|
||||
use raw_statement::RawStatement;
|
||||
use statement::StatementCrateImpl;
|
||||
|
||||
impl Connection {
|
||||
/// Prepare a SQL statement for execution, returning a previously prepared (but
|
||||
|
||||
Reference in New Issue
Block a user