Interface SqlParser

All Known Implementing Classes:
CachingSqlParser, ColonPrefixSqlParser, HashPrefixSqlParser

public interface SqlParser
Parses the named parameters out of an SQL statement, and returns the ParsedSql containing the JDBC-ready SQL statement, along with the type of parameters used (named or positional), the number, and the parameter name for each position (if applicable).