public abstract class Constants
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Constants.Adder |
static class |
Constants.Deleter |
static class |
Constants.Literal |
static class |
Constants.Marker |
static class |
Constants.Setter |
static class |
Constants.Substracter |
static class |
Constants.Type |
static class |
Constants.Value
A constant value, i.e.
|
Modifier and Type | Field and Description |
---|---|
static org.apache.cassandra.cql3.Constants.NullLiteral |
NULL_LITERAL |
static Term.Terminal |
NULL_VALUE |
static Constants.Value |
UNSET_VALUE |
Constructor and Description |
---|
Constants() |
public static final Constants.Value UNSET_VALUE
public static final org.apache.cassandra.cql3.Constants.NullLiteral NULL_LITERAL
public static final Term.Terminal NULL_VALUE
Copyright © 2017 The Apache Software Foundation