Skip to content
This repository was archived by the owner on Apr 7, 2026. It is now read-only.

fix: allow getting metadata without calling next()#1691

Merged
olavloite merged 2 commits intomainfrom
return-metadata-directly
Feb 16, 2022
Merged

fix: allow getting metadata without calling next()#1691
olavloite merged 2 commits intomainfrom
return-metadata-directly

Conversation

@olavloite
Copy link
Copy Markdown
Collaborator

DirectExecuteResultSet, which is used in the Connection API, directly
executes any query that it is given without the need to call
ResultSet.next() first. This also makes it possible to get the ResultSet
metadata from the result without the need to calling ResultSet.next()
first.

DirectExecuteResultSet, which is used in the Connection API, directly
executes any query that it is given without the need to call
ResultSet.next() first. This also makes it possible to get the ResultSet
metadata from the result without the need to calling ResultSet.next()
first.
@olavloite olavloite requested review from a team, ansh0l and thiagotnunes February 15, 2022 17:14
@product-auto-label product-auto-label Bot added the api: spanner Issues related to the googleapis/java-spanner API. label Feb 15, 2022
@olavloite olavloite merged commit 4cfe74e into main Feb 16, 2022
@olavloite olavloite deleted the return-metadata-directly branch February 16, 2022 06:58
gcf-owl-bot Bot added a commit that referenced this pull request Nov 2, 2022
…essor job (#1691)

* chore: install dependencies through requirements file
Source-Link: googleapis/synthtool@35f4cba
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:821ab7aba89af2c7907e29297bba024d4cd5366d0684e5eb463391cdf4edc9ee
lqiu96 pushed a commit that referenced this pull request Nov 22, 2022
…essor job (#1691) (#2138)

* chore: install dependencies through requirements file
Source-Link: googleapis/synthtool@35f4cba
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:821ab7aba89af2c7907e29297bba024d4cd5366d0684e5eb463391cdf4edc9ee

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Diego Alonso Marquez Palacios <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

api: spanner Issues related to the googleapis/java-spanner API.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants