public final class DefaultValue extends Object implements ValueExpression
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 and Description |
|---|
DefaultValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ValueExpressionVisitor visitor)
Accept a visitor
|
static ValueExpression |
defaultValue() |
public static ValueExpression defaultValue()
public void accept(ValueExpressionVisitor visitor)
ValueExpressionaccept in interface ValueExpressionvisitor - visitor to acceptCopyright © 2018–2021. All rights reserved.