| Package | Description |
|---|---|
| com.foundationdb.sql.parser | |
| com.foundationdb.sql.unparser |
| Modifier and Type | Class and Description |
|---|---|
class |
BitConstantNode |
class |
BooleanConstantNode |
class |
CharConstantNode |
class |
NumericConstantNode |
class |
SQLBooleanConstantNode |
class |
UntypedNullConstantNode
An UntypedNullConstantNode represents a SQL NULL before it has
been bound.
|
class |
UserTypeConstantNode
User type constants.
|
class |
VarbitConstantNode |
class |
XMLConstantNode |
| Modifier and Type | Method and Description |
|---|---|
ConstantNode |
QueryTreeNode.getNullNode(DataTypeDescriptor type)
Get a ConstantNode to represent a typed null value.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
NodeToString.constantNode(ConstantNode node) |
Copyright © 2015 FoundationDB, LLC. All rights reserved.