SQLParserUtils

Undocumented in source.

Members

Static functions

createExprParser
SQLExprParser createExprParser(string sql, string dbType)
Undocumented in source. Be warned that the author may not have intended to support it.
createLexer
Lexer createLexer(string sql, string dbType)
Undocumented in source. Be warned that the author may not have intended to support it.
createSQLStatementParser
SQLStatementParser createSQLStatementParser(string sql, string dbType)
Undocumented in source. Be warned that the author may not have intended to support it.
createSQLStatementParser
SQLStatementParser createSQLStatementParser(string sql, string dbType, bool keepComments)
Undocumented in source. Be warned that the author may not have intended to support it.
createSQLStatementParser
SQLStatementParser createSQLStatementParser(string sql, string dbType, SQLParserFeature[] features)
Undocumented in source. Be warned that the author may not have intended to support it.
createSelectQueryBlock
SQLSelectQueryBlock createSelectQueryBlock(string dbType)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta