|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TernaryOperatorNode | |
|---|---|
| com.akiban.sql.parser | |
| com.akiban.sql.unparser | |
| Uses of TernaryOperatorNode in com.akiban.sql.parser |
|---|
| Subclasses of TernaryOperatorNode in com.akiban.sql.parser | |
|---|---|
class |
LikeEscapeOperatorNode
This node represents a like comparison operator (no escape) If the like pattern is a constant or a parameter then if possible the like is modified to include a >= and < operator. |
| Uses of TernaryOperatorNode in com.akiban.sql.unparser |
|---|
| Methods in com.akiban.sql.unparser with parameters of type TernaryOperatorNode | |
|---|---|
protected String |
NodeToString.ternaryOperatorNode(TernaryOperatorNode node)
|
protected String |
NodeToString.timestampFunctionNode(TernaryOperatorNode node)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||