Function rustdb::sys::create_function
source · pub fn create_function(db: &DB, name: &ObjRef, source: Rc<String>, alter: bool)
Expand description
Create or alter a function in the database by saving the source into the Function system table.