Class DateRepeatFunctions.LessThan
- java.lang.Object
-
- org.sqlite.Function
-
- nz.co.gregs.dbvolution.internal.sqlite.DateRepeatFunctions.LessThan
-
- Enclosing class:
- DateRepeatFunctions
public static class DateRepeatFunctions.LessThan extends org.sqlite.Function
Implements DateRepeat LESSTHAN for SQLite
-
-
Constructor Summary
Constructors Constructor Description LessThan()
Implements DateRepeat LESSTHAN for SQLite
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
xFunc()
-
-
-
Method Detail
-
xFunc
protected void xFunc() throws SQLException
- Specified by:
xFunc
in classorg.sqlite.Function
- Throws:
SQLException
-
-