Skip to main content

parse_regprocedure_name

Function parse_regprocedure_name 

Source
pub fn parse_regprocedure_name(
    input: &str,
) -> Result<Option<ParsedRegprocedureName>>
Expand description

Parse one routine-name string with either an omitted signature (regproc) or an exact signature (regprocedure). The caller owns the soft-error and cross-database policy because the two SQL input functions intentionally differ from ordinary DDL.