split_sql_parts

Function split_sql_parts 

Source
pub fn split_sql_parts(input: &str) -> Result<Vec<SqlPart>, SqlParseError>
Expand description

Rudimentary SQL parser.

This function does not validate the SQL statement, it only extracts the placeholder to be database agnostic.