Skip to main content

wrong_routine_kind_error

Function wrong_routine_kind_error 

Source
pub fn wrong_routine_kind_error(
    name: &str,
    types: &[String],
    actual_is_procedure: bool,
    expected_kind: &str,
) -> SQLError