Class DefaultValue

  • All Implemented Interfaces:
    ValueExpression, TreeNode

    public final class DefaultValue
    extends AbstractValueExpression
    The DefaultValue is an expression that tells the database to take the default value for a column (in case it is defined).

    This is for example used in updates embedded into MERGE statements.

    • Constructor Detail

      • DefaultValue

        public DefaultValue()