public class NullCheckClause extends Object implements ClauseDescription
Modifier and Type | Field and Description |
---|---|
static String |
_rcsid |
protected String |
columnName |
protected boolean |
isNull |
Constructor and Description |
---|
NullCheckClause(String columnName,
boolean isNull)
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 boolean isNull
public NullCheckClause(String columnName, boolean isNull)
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