Package 

Class SqlBetweenExpr

  • All Implemented Interfaces:
    ast.SqlNode

    
    public final class SqlBetweenExpr<T extends SqlExpr>
    extends SqlExpr
                        

    sql语法树:BETWEEN表达式

    • Method Summary

      Modifier and Type Method Description
      final SqlExpr getExpr()
      final T getStart()
      final T getEnd()
      final Boolean getIsNot()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait