mirror of
https://github.com/fluencelabs/sqlite-wasm-connector
synced 2025-04-25 16:52:15 +00:00
Document State
This commit is contained in:
parent
4f488e2545
commit
28929e8f1b
@ -13,8 +13,10 @@ pub struct Statement<'l> {
|
|||||||
/// A state of a prepared statement.
|
/// A state of a prepared statement.
|
||||||
#[derive(Clone, Copy, Debug, PartialEq, Eq)]
|
#[derive(Clone, Copy, Debug, PartialEq, Eq)]
|
||||||
pub enum State {
|
pub enum State {
|
||||||
Done,
|
/// There is a row available for reading.
|
||||||
Row,
|
Row,
|
||||||
|
/// There is nothing else to read.
|
||||||
|
Done,
|
||||||
}
|
}
|
||||||
|
|
||||||
/// A parameter of a prepared statement.
|
/// A parameter of a prepared statement.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user