File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
spanner/cloud-client/src/main/java/com/example/spanner Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -274,7 +274,7 @@ public Void run(TransactionContext transaction) throws Exception {
274
274
}
275
275
// [END spanner_read_write_transaction]
276
276
277
- // [START spanner_query_with_new_column ]
277
+ // [START spanner_query_data_with_new_column ]
278
278
static void queryMarketingBudget (DatabaseClient dbClient ) {
279
279
// Rows without an explicit value for MarketingBudget will have a MarketingBudget equal to
280
280
// null.
@@ -292,7 +292,7 @@ static void queryMarketingBudget(DatabaseClient dbClient) {
292
292
resultSet .isNull ("MarketingBudget" ) ? "NULL" : resultSet .getLong ("MarketingBudget" ));
293
293
}
294
294
}
295
- // [END spanner_query_with_new_column ]
295
+ // [END spanner_query_data_with_new_column ]
296
296
297
297
// [START spanner_create_index]
298
298
static void addIndex (DatabaseAdminClient adminClient , DatabaseId dbId ) {
You can’t perform that action at this time.
0 commit comments