| ||||
| ||||
| Synopsis | ||||
| ||||
| Documentation | ||||
| simpleSqlParser :: String -> ([String], String) | ||||
| 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. | ||||
| Produced by Haddock version 2.1.0 |