Skip to main content

sqlite3_strglob

Function sqlite3_strglob 

Source
pub fn sqlite3_strglob(
    pattern: impl Into<Vec<u8>>,
    input: impl Into<Vec<u8>>,
) -> Result<bool>
Expand description

Perform an SQL GLOB operation.

Requires SQLite 3.7.17.