open static fun parseSqlStatementIntoString(sql: String): String
Parse the SQL statement and locate any placeholders or named parameters. Named parameters are substituted for a JDBC placeholder.
This is a shortcut version of #parseSqlStatement(String) in combination with #substituteNamedParameters(ParsedSql, SqlParameterSource).
Return
the actual (parsed) SQL statement