public enum KeyRecipe.Part.NullOrder extends Enum<KeyRecipe.Part.NullOrder> implements ProtocolMessageEnum The null order of the key column. This dictates where NULL values sort
in the sorted order. Note that columns which are NOT NULL can have a
special encoding.
Protobuf enum google.spanner.v1.KeyRecipe.Part.NullOrder
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
NOT_NULL |
The column does not support NULL values. |
NOT_NULL_VALUE |
The column does not support NULL values. |
NULLS_FIRST |
NULL values sort before any non-NULL values. |
NULLS_FIRST_VALUE |
NULL values sort before any non-NULL values. |
NULLS_LAST |
NULL values sort after any non-NULL values. |
NULLS_LAST_VALUE |
NULL values sort after any non-NULL values. |
NULL_ORDER_UNSPECIFIED |
Default value. This value is unused. |
NULL_ORDER_UNSPECIFIED_VALUE |
Default value. This value is unused. |
UNRECOGNIZED |
|
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|