Reorganize: Extract Statement and its impl into its own module.

This commit is contained in:
John Gallagher
2017-03-08 10:48:14 -05:00
parent 7398ffcb4a
commit 38c9a4a159
5 changed files with 391 additions and 338 deletions

View File

@@ -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