Interface ReadContext (2.33.1)
public interface ReadContext extends AutoCloseable
Methods
analyzeQuery(Statement arg0, ReadContext.QueryAnalyzeMode arg1)
public abstract ResultSet analyzeQuery(Statement arg0, ReadContext.QueryAnalyzeMode arg1)
close()
public abstract void close()
executeQuery(Statement arg0, Options.QueryOption[] arg1)
public abstract ResultSet executeQuery(Statement arg0, Options.QueryOption[] arg1)
executeQueryAsync(Statement arg0, Options.QueryOption[] arg1)
public abstract AsyncResultSet executeQueryAsync(Statement arg0, Options.QueryOption[] arg1)
read(String arg0, KeySet arg1, Iterable<String> arg2, Options.ReadOption[] arg3)
public abstract ResultSet read(String arg0, KeySet arg1, Iterable<String> arg2, Options.ReadOption[] arg3)
readAsync(String arg0, KeySet arg1, Iterable<String> arg2, Options.ReadOption[] arg3)
public abstract AsyncResultSet readAsync(String arg0, KeySet arg1, Iterable<String> arg2, Options.ReadOption[] arg3)
readRow(String arg0, Key arg1, Iterable<String> arg2)
public abstract Struct readRow(String arg0, Key arg1, Iterable<String> arg2)
Returns |
Type |
Description |
Struct |
|
readRowAsync(String arg0, Key arg1, Iterable<String> arg2)
public abstract ApiFuture<Struct> readRowAsync(String arg0, Key arg1, Iterable<String> arg2)
readRowUsingIndex(String arg0, String arg1, Key arg2, Iterable<String> arg3)
public abstract Struct readRowUsingIndex(String arg0, String arg1, Key arg2, Iterable<String> arg3)
Returns |
Type |
Description |
Struct |
|
readRowUsingIndexAsync(String arg0, String arg1, Key arg2, Iterable<String> arg3)
public abstract ApiFuture<Struct> readRowUsingIndexAsync(String arg0, String arg1, Key arg2, Iterable<String> arg3)
readUsingIndex(String arg0, String arg1, KeySet arg2, Iterable<String> arg3, Options.ReadOption[] arg4)
public abstract ResultSet readUsingIndex(String arg0, String arg1, KeySet arg2, Iterable<String> arg3, Options.ReadOption[] arg4)
readUsingIndexAsync(String arg0, String arg1, KeySet arg2, Iterable<String> arg3, Options.ReadOption[] arg4)
public abstract AsyncResultSet readUsingIndexAsync(String arg0, String arg1, KeySet arg2, Iterable<String> arg3, Options.ReadOption[] arg4)
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-10-11 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-11 UTC."],[],[]]