SQLParserUtils.createSQLStatementParser

Undocumented in source. Be warned that the author may not have intended to support it.
  1. SQLStatementParser createSQLStatementParser(string sql, string dbType)
  2. SQLStatementParser createSQLStatementParser(string sql, string dbType, bool keepComments)
    class SQLParserUtils
    static
    createSQLStatementParser
    (
    string sql
    ,
    string dbType
    ,)
  3. SQLStatementParser createSQLStatementParser(string sql, string dbType, SQLParserFeature[] features)

Meta