Skip to main content

parse_select

Function parse_select 

Source
pub fn parse_select(sql: &str) -> Result<SqlSelect, DbError>
Expand description

Parse a minimal SELECT statement into a structured form.

Notes:

  • This accepts only parameter placeholders (?) for predicate values (no SQL literals yet).
  • Keywords are ASCII case-insensitive.