Package | Description |
---|---|
psdi.common.parse |
Modifier and Type | Class and Description |
---|---|
class |
AndNode
The Logical AND node.
|
class |
BetweenNode
The Between node determines whether a node is between to bound values, inclusive.
|
class |
ComparisonNode
The Comparison node compares two nodes and returns a boolean result.
|
class |
Exists
This Boolean function returns true when a related Mbo found that satisfies the expression.
|
class |
InNode
The In node determines whether a node is found among a list of values.
|
class |
IsNullNode
The IsNull node.
|
class |
LikeNode
The Like node compares a string to a pattern.
|
class |
NoNode
The No node.
|
class |
NotNode
The Logical NOT node.
|
class |
OrNode
The Logical OR node.
|
class |
SQLNode
SQLNode takes in a table name and a where clause, performs a select query
on the table, and returns true if one or more records are returned.
|
class |
YesNode
The Yes node.
|