Class DateRepeatFunctions.LessThan

  • Enclosing class:
    DateRepeatFunctions

    public static class DateRepeatFunctions.LessThan
    extends org.sqlite.Function
    Implements DateRepeat LESSTHAN for SQLite
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.sqlite.Function

        org.sqlite.Function.Aggregate
    • Field Summary

      • Fields inherited from class org.sqlite.Function

        FLAG_DETERMINISTIC
    • Constructor Summary

      Constructors 
      Constructor Description
      LessThan()
      Implements DateRepeat LESSTHAN for SQLite
    • Constructor Detail

      • LessThan

        public LessThan()
        Implements DateRepeat LESSTHAN for SQLite
    • Method Detail

      • xFunc

        protected void xFunc()
                      throws SQLException
        Specified by:
        xFunc in class org.sqlite.Function
        Throws:
        SQLException