Class SQLExprParser

java.lang.Object
com.alibaba.druid.sql.parser.SQLParser
com.alibaba.druid.sql.parser.SQLExprParser
Direct Known Subclasses:
BigQueryExprParser, BlinkExprParser, CKExprParser, DB2ExprParser, H2ExprParser, HiveExprParser, MySqlExprParser, OracleExprParser, OscarExprParser, PGExprParser, PhoenixExprParser, PrestoExprParser, SnowflakeExprParser, SQLServerExprParser, StarRocksExprParser, TDExprParser

public class SQLExprParser extends SQLParser
  • Field Details

    • AGGREGATE_FUNCTIONS

      public static final String[] AGGREGATE_FUNCTIONS
    • AGGREGATE_FUNCTIONS_CODES

      public static final long[] AGGREGATE_FUNCTIONS_CODES
    • aggregateFunctions

      protected String[] aggregateFunctions
    • aggregateFunctionHashCodes

      protected long[] aggregateFunctionHashCodes
    • nestedDataType

      protected List<String> nestedDataType
    • allowIdentifierMethod

      protected boolean allowIdentifierMethod
  • Constructor Details

    • SQLExprParser

      public SQLExprParser(String sql)
    • SQLExprParser

      public SQLExprParser(String sql, DbType dbType, SQLParserFeature... features)
    • SQLExprParser

      public SQLExprParser(Lexer lexer)
    • SQLExprParser

      public SQLExprParser(Lexer lexer, DbType dbType)
  • Method Details