Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell98 |
- simpleSqlParser :: String -> ([String], String)
Documentation
simpleSqlParser :: String -> ([String], String) Source
Parses an extended SQL string. The extionsion is that we allow variable-ids after placeholders (question marks). We return the list of identifiers and the SQL string without the variable-ids. If no variable-id is found after a placeholder, the empty string is returned as variable-id.