mirror of
https://github.com/isar/rusqlite.git
synced 2025-10-19 22:39:00 +08:00
Remove vtab() function from VTabCursor trait
This commit is contained in:
@@ -324,8 +324,6 @@ impl<'a> OrderBy<'a> {
|
||||
/// Virtual table cursor trait.
|
||||
pub trait VTabCursor: Sized {
|
||||
type Table: VTab;
|
||||
/// Accessor to the associated virtual table.
|
||||
fn vtab(&self) -> &Self::Table;
|
||||
/// Begin a search of a virtual table.
|
||||
fn filter(&mut self, idx_num: c_int, idx_str: Option<&str>, args: &Values) -> Result<()>;
|
||||
/// Advance cursor to the next row of a result set initiated by `filter`.
|
||||
|
Reference in New Issue
Block a user