SpannerType
Specifies types applicable to Spanner property translation.
Content copied to clipboard
elide.model.SpannerOptions.SpannerType
Properties
Link copied to clipboard
`BOOL` type.
Content copied to clipboard
BOOL = 6;
Link copied to clipboard
`BYTES` type.
Content copied to clipboard
BYTES = 5;
Link copied to clipboard
`DATE` type.
Content copied to clipboard
DATE = 7;
Link copied to clipboard
`FLOAT64` type.
Content copied to clipboard
FLOAT64 = 3;
Link copied to clipboard
`INT64` type.
Content copied to clipboard
INT64 = 4;
Link copied to clipboard
`JSON` (special type).
Content copied to clipboard
JSON = 9;
Link copied to clipboard
`NUMERIC` type.
Content copied to clipboard
NUMERIC = 2;
Link copied to clipboard
`STRING` type.
Content copied to clipboard
STRING = 1;
Link copied to clipboard
`TIMESTAMP` type.
Content copied to clipboard
TIMESTAMP = 8;
Link copied to clipboard
Unspecified type for Spanner fields.
Content copied to clipboard
UNSPECIFIED_TYPE = 0 [deprecated = true];
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.