|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UnaryOperatorNode | |
|---|---|
| com.akiban.sql.parser | |
| com.akiban.sql.unparser | |
| Uses of UnaryOperatorNode in com.akiban.sql.parser |
|---|
| Subclasses of UnaryOperatorNode in com.akiban.sql.parser | |
|---|---|
class |
AggregateNode
An Aggregate Node is a node that reprsents a set function/aggregate. |
class |
AggregateWindowFunctionNode
Represents aggregate function calls on a window |
class |
ExtractOperatorNode
This node represents a unary extract operator, used to extract a field from a date/time. |
class |
GroupConcatNode
|
class |
IsNullNode
This node represents either a unary IS NULL or IS NOT NULL comparison operator |
class |
LengthOperatorNode
This node represents a unary XXX_length operator |
class |
NotNode
A NotNode represents a NOT operator. |
class |
OctetLengthOperatorNode
This node represents a unary DB2 compatible length operator |
class |
RowNumberFunctionNode
Class that represents a call to the ROW_NUMBER() window function. |
class |
SimpleStringOperatorNode
This node represents a unary upper or lower operator |
class |
TestConstraintNode
A TestConstraintNode is used to determine when a constraint has been violated. |
class |
UnaryArithmeticOperatorNode
This node represents a unary arithmetic operator |
class |
UnaryBitOperatorNode
This node represents a unary bit operator As of now, there is only one such operator: BITNOT. |
class |
UnaryComparisonOperatorNode
This node is the superclass for all unary comparison operators, such as is null and is not null. |
class |
UnaryDateTimestampOperatorNode
This class implements the timestamp(x) and date(x) functions. |
class |
UnaryLogicalOperatorNode
|
class |
WindowFunctionNode
Superclass of any window function call. |
class |
XMLUnaryOperatorNode
A UnaryOperatorNode represents a built-in unary operator as defined by the ANSI/ISO SQL standard. |
| Uses of UnaryOperatorNode in com.akiban.sql.unparser |
|---|
| Methods in com.akiban.sql.unparser with parameters of type UnaryOperatorNode | |
|---|---|
protected String |
NodeToString.functionUnary(UnaryOperatorNode node)
|
protected String |
NodeToString.prefixUnary(UnaryOperatorNode node)
|
protected String |
NodeToString.suffixUnary(UnaryOperatorNode node)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||