|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BinaryOperatorNode | |
|---|---|
| com.akiban.sql.parser | |
| com.akiban.sql.unparser | |
| Uses of BinaryOperatorNode in com.akiban.sql.parser |
|---|
| Subclasses of BinaryOperatorNode in com.akiban.sql.parser | |
|---|---|
class |
AndNode
|
class |
BinaryArithmeticOperatorNode
This node represents a binary arithmetic operator, like + or *. |
class |
BinaryBitOperatorNode
This node represents a binary arithmetic operator, like + or *. |
class |
BinaryComparisonOperatorNode
This node is the superclass for all binary comparison operators, such as =, <>, <, etc. |
class |
BinaryLogicalOperatorNode
|
class |
BinaryRelationalOperatorNode
This class represents the 6 binary operators: LessThan, LessThanEquals, Equals, NotEquals, GreaterThan and GreaterThanEquals. |
class |
ConcatenationOperatorNode
This node represents a concatenation operator |
class |
IsNode
|
class |
LeftRightFuncOperatorNode
|
class |
OrNode
|
class |
TimestampOperatorNode
The TimestampOperatorNode class implements the timestamp( date, time) function. |
class |
TrimOperatorNode
|
class |
XMLBinaryOperatorNode
A BinaryOperatorNode represents a built-in binary operator as defined by the ANSI/ISO SQL standard. |
| Uses of BinaryOperatorNode in com.akiban.sql.unparser |
|---|
| Methods in com.akiban.sql.unparser with parameters of type BinaryOperatorNode | |
|---|---|
protected String |
NodeToString.functionBinary(BinaryOperatorNode node)
|
protected String |
NodeToString.infixBinary(BinaryOperatorNode node)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||