Function sql_parser::parser::parse_columns[][src]

pub fn parse_columns(
    sql: &str
) -> Result<(Vec<ColumnDef<Raw>>, Vec<TableConstraint<Raw>>), ParserError>
Expand description

Parses a SQL string containing zero or more SQL columns.