public class ConditionFragment extends Object
| Constructor and Description | 
|---|
ConditionFragment()  | 
| Modifier and Type | Method and Description | 
|---|---|
ConditionFragment | 
setCondition(String[] lhs,
            String rhs)  | 
ConditionFragment | 
setCondition(String[] lhs,
            String[] rhs)  | 
ConditionFragment | 
setOp(String op)
Sets the op. 
 | 
ConditionFragment | 
setTableAlias(String tableAlias)
Sets the tableAlias. 
 | 
String | 
toFragmentString()  | 
public ConditionFragment setOp(String op)
op - The op to setpublic ConditionFragment setTableAlias(String tableAlias)
tableAlias - The tableAlias to setpublic ConditionFragment setCondition(String[] lhs, String[] rhs)
public ConditionFragment setCondition(String[] lhs, String rhs)
public String toFragmentString()
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.