Function sqlite_loadable::api::value_bytes
source · pub fn value_bytes(value: &*mut sqlite3_value) -> i32Expand description
Returns the sqlite3_value_bytes result
from the given sqlite3_value, as i32.
pub fn value_bytes(value: &*mut sqlite3_value) -> i32Returns the sqlite3_value_bytes result
from the given sqlite3_value, as i32.