public interface ClauseDescription
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
|
static final String _rcsid