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