SQLUtils.parseStatements

Undocumented in source. Be warned that the author may not have intended to support it.
  1. List!(SQLStatement) parseStatements(string sql, string dbType)
    class SQLUtils
    static
    List!(SQLStatement)
    parseStatements
    (
    string sql
    ,
    string dbType
    )
  2. List!(SQLStatement) parseStatements(string sql, string dbType, bool keepComments)

Meta