Class CurrentTimeExpr

java.lang.Object
org.sqlite.parser.ast.CurrentTimeExpr
All Implemented Interfaces:
Expr, ToSql

public class CurrentTimeExpr extends Object implements Expr
  • Field Details

    • currentTimeKeyword

      public final String currentTimeKeyword
  • Constructor Details

    • CurrentTimeExpr

      public CurrentTimeExpr(String currentTimeKeyword)
  • Method Details