public class UnitaryClause extends Object implements ClauseDescription
Modifier and Type | Field and Description |
---|---|
static String |
_rcsid |
protected String |
columnName |
protected String |
operationName |
protected List |
values |
Constructor and Description |
---|
UnitaryClause(String columnName,
Object value) |
UnitaryClause(String columnName,
String operationName,
Object value)
Construct
|
Modifier and Type | Method and Description |
---|---|
String |
getColumnName()
Get the column name
|
String |
getJoinColumnName()
Get the join column name
|
String |
getOperation()
Get the operation string
|
List |
getValues()
Get the individual values
|
public static final String _rcsid
protected String columnName
protected String operationName
protected List values
public String getColumnName()
getColumnName
in interface ClauseDescription
public String getOperation()
getOperation
in interface ClauseDescription
public List getValues()
getValues
in interface ClauseDescription
public String getJoinColumnName()
getJoinColumnName
in interface ClauseDescription