public class ReferenceExpression extends Object implements Expression
| Constructor and Description |
|---|
ReferenceExpression(String refName,
String sqlValueType) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(ExpressionVisitor<T> visitor) |
List<Expression> |
getChildren() |
PrimaryKeyValue |
getPkv() |
String |
getRefName() |
public <T> T accept(ExpressionVisitor<T> visitor)
accept in interface Expressionpublic List<Expression> getChildren()
getChildren in interface Expressionpublic String getRefName()
public PrimaryKeyValue getPkv()
Copyright © 2024. All Rights Reserved.