Class Expression.StaticExpression

All Implemented Interfaces:
Serializable, Expression, ArithmeticOperable, ComparisonOperable, OrderOperable, PatternMatchingOperable, Segment
Enclosing interface:
Expression

public static class Expression.StaticExpression extends Expression.Default implements Expression
静态表达式
Author:
Maning
See Also:
  • Method Details

    • pseudoSql

      public String pseudoSql()
      Description copied from interface: Segment
      伪SQL,用于直接toString时显示
      Specified by:
      pseudoSql in interface Segment
      Returns:
      伪SQL
    • staticable

      public boolean staticable()
      Description copied from interface: Segment
      是否静态化的,即不必转译
      Specified by:
      staticable in interface Segment
      Returns:
      是否静态化