public class SQLIsNull extends Object implements SQLExpressionIF
A NULL condition tests for nulls.
Modifier and Type | Field and Description |
---|---|
protected SQLValueIF |
value |
AND, EQUALS, EXISTS, FALSE, IN, IS_NULL, JOIN, LIKE, NOT, NOT_EQUALS, OR, SET_OPERATION, VALUE_EXPRESSION, VERBATIM
Constructor and Description |
---|
SQLIsNull(SQLValueIF value) |
Modifier and Type | Method and Description |
---|---|
int |
getType()
INTERNAL: Returns the expression type.
|
SQLValueIF |
getValue() |
void |
setValue(SQLValueIF value) |
String |
toString() |
protected SQLValueIF value
public SQLIsNull(SQLValueIF value)
public int getType()
SQLExpressionIF
SQLExpressionIF
interface.getType
in interface SQLExpressionIF
public SQLValueIF getValue()
public void setValue(SQLValueIF value)