public class WherePhrase extends Object implements WhereExpression
| Modifier and Type | Field and Description |
|---|---|
boolean |
notFlag |
String |
op |
WhereOperand |
op1 |
WhereOperand |
op2 |
| Constructor and Description |
|---|
WherePhrase() |
public String op
public WhereOperand op1
public WhereOperand op2
public boolean notFlag
Copyright © 2020. All rights reserved.