File tree 1 file changed +7
-4
lines changed
google-cloud-spanner/src/main/java/com/google/cloud/spanner
1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -61,10 +61,13 @@ private Key(List<Object> parts) {
61
61
*
62
62
* <ul>
63
63
* <li>{@code Boolean} for the {@code BOOL} Cloud Spanner type
64
- * <li>{@code Integer}, {@code Long} for {@code INT64}
65
- * <li>{@code Float}, {@code Double} for {@code FLOAT64}
66
- * <li>{@code String} for {@code STRING}
67
- * <li>{@link ByteArray} for {@code BYTES}
64
+ * <li>{@code Integer}, {@code Long} for the {@code INT64} Cloud Spanner type
65
+ * <li>{@code Float}, {@code Double} for the {@code FLOAT64} Cloud Spanner type
66
+ * <li>{@code BigDecimal} for the {@code NUMERIC} Cloud Spanner type
67
+ * <li>{@code String} for the {@code STRING} Cloud Spanner type
68
+ * <li>{@link ByteArray} for the {@code BYTES} Cloud Spanner type
69
+ * <li>{@link Timestamp} for the {@code TIMESTAMP} Cloud Spanner type
70
+ * <li>{@link Date} for the {@code DATE} Cloud Spanner type
68
71
* </ul>
69
72
*
70
73
* @throws IllegalArgumentException if any member of {@code values} is not a supported type
You can’t perform that action at this time.
0 commit comments