public class SQLIn extends Object implements SQLExpressionIF
An IN condition tests for existence of rows in a subquery.
Modifier and Type | Field and Description |
---|---|
protected SQLValueIF |
left |
protected SQLValueIF |
right |
AND, EQUALS, EXISTS, FALSE, IN, IS_NULL, JOIN, LIKE, NOT, NOT_EQUALS, OR, SET_OPERATION, VALUE_EXPRESSION, VERBATIM
Modifier | Constructor and Description |
---|---|
|
SQLIn(SQLColumns left,
SQLParameter right) |
|
SQLIn(SQLTuple left,
SQLParameter right) |
protected |
SQLIn(SQLValueIF left,
SQLValueIF right) |
Modifier and Type | Method and Description |
---|---|
SQLValueIF |
getLeft() |
SQLValueIF |
getRight() |
int |
getType()
INTERNAL: Returns the expression type.
|
void |
setLeft(SQLValueIF left) |
void |
setRight(SQLValueIF right) |
String |
toString() |
protected SQLValueIF left
protected SQLValueIF right
public SQLIn(SQLColumns left, SQLParameter right)
public SQLIn(SQLTuple left, SQLParameter right)
protected SQLIn(SQLValueIF left, SQLValueIF right)
public int getType()
SQLExpressionIF
SQLExpressionIF
interface.getType
in interface SQLExpressionIF
public SQLValueIF getLeft()
public void setLeft(SQLValueIF left)
public SQLValueIF getRight()
public void setRight(SQLValueIF right)