Package | Description |
---|---|
com.akiban.sql.parser | |
com.akiban.sql.unparser |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
NodeToString.infixBinary(BinaryOperatorNode node) |
Copyright © 2013. All Rights Reserved.