mirror of
https://github.com/isar/rusqlite.git
synced 2025-10-15 01:32:26 +08:00
Make named_params module private
This commit is contained in:
@@ -46,6 +46,8 @@ impl<'conn> SqliteStatement<'conn> {
|
||||
}*/
|
||||
|
||||
/// Return the index of an SQL parameter given its name.
|
||||
///
|
||||
/// ## Failures
|
||||
/// Return None if `name` is invalid (NulError) or if no matching parameter is found.
|
||||
pub fn parameter_index(&self, name: &str) -> Option<i32> {
|
||||
unsafe {
|
||||
|
Reference in New Issue
Block a user