mirror of
https://github.com/fluencelabs/sqlite-wasm-connector
synced 2025-04-01 22:11:07 +00:00
Make a cosmetic adjustment
This commit is contained in:
parent
2720246b1a
commit
5691098657
@ -41,8 +41,8 @@ impl<'l> Statement<'l> {
|
|||||||
///
|
///
|
||||||
/// The leftmost parameter has the index 1.
|
/// The leftmost parameter has the index 1.
|
||||||
#[inline]
|
#[inline]
|
||||||
pub fn bind<T: Bindable>(&mut self, i: usize, parameter: T) -> Result<()> {
|
pub fn bind<T: Bindable>(&mut self, i: usize, value: T) -> Result<()> {
|
||||||
parameter.bind(self, i)
|
value.bind(self, i)
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Advance to the next state.
|
/// Advance to the next state.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user