Class DateExpression.DateMinusDateRepeatExpression

    • Method Detail

      • doExpressionTransformation

        protected String doExpressionTransformation​(DBDefinition db)
      • copy

        public DateExpression.DateMinusDateRepeatExpression copy()
        Description copied from interface: DBExpression
        A Complete Copy Of This DBValue.

        Immutability in DBvolution is maintain by internally copying objects.

        This method enables immutability by performing a deep copy of the object.

        Singletons may return themselves but all other objects must return a new instance with copies of all mutable fields.

        Support DBvolution at Patreon

        Specified by:
        copy in interface DateResult
        Specified by:
        copy in interface DBExpression
        Returns:
        a copy of this DBValue