Skip to main content

parse_regtype_name

Function parse_regtype_name 

Source
pub fn parse_regtype_name(input: &str) -> Result<Option<ParsedRegtypeName>>
Expand description

Parse exactly one PostgreSQL type-name string without accepting adjacent SQL expressions. None is the soft-failure shape used for inputs such as an empty string or SETOF integer; lexical and type-name syntax errors are retained for the caller.