Yet more fluency.

This commit is contained in:
Michael Bayne
2009-06-10 18:39:56 +00:00
parent 3cc29e08b9
commit 03ac710d4f
@@ -28,7 +28,7 @@ import com.samskivert.depot.impl.ExpressionVisitor;
/** /**
* An expression for extracting the seconds since the epoch from a date expression. * An expression for extracting the seconds since the epoch from a date expression.
*/ */
public class EpochSeconds implements SQLExpression public class EpochSeconds extends FluentExp
{ {
/** /**
* Create a new EpochSeconds with the given argument. * Create a new EpochSeconds with the given argument.