mirror of
https://github.com/fluencelabs/sqlite-wasm-connector
synced 2025-03-15 06:20:50 +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.
|
||||
#[derive(Clone, Copy, Debug, PartialEq, Eq)]
|
||||
pub enum State {
|
||||
Done,
|
||||
/// There is a row available for reading.
|
||||
Row,
|
||||
/// There is nothing else to read.
|
||||
Done,
|
||||
}
|
||||
|
||||
/// A parameter of a prepared statement.
|
||||
|
Loading…
x
Reference in New Issue
Block a user