public class NullCheckClause extends java.lang.Object implements ClauseDescription
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_rcsid |
protected java.lang.String |
columnName |
protected boolean |
isNull |
| Constructor and Description |
|---|
NullCheckClause(java.lang.String columnName,
boolean isNull)
Construct
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getColumnName()
Get the column name
|
java.lang.String |
getJoinColumnName()
Get the join column name
|
java.lang.String |
getOperation()
Get the operation string
|
java.util.List |
getValues()
Get the individual values
|
public static final java.lang.String _rcsid
protected java.lang.String columnName
protected boolean isNull
public NullCheckClause(java.lang.String columnName,
boolean isNull)
public java.lang.String getColumnName()
getColumnName in interface ClauseDescriptionpublic java.lang.String getOperation()
getOperation in interface ClauseDescriptionpublic java.util.List getValues()
getValues in interface ClauseDescriptionpublic java.lang.String getJoinColumnName()
getJoinColumnName in interface ClauseDescription