Send feedback
Interface ReadContext (2.15.5)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.15.5 keyboard_arrow_down
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)
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)
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)
Send feedback
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 2024-11-01 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-01 UTC."],[],[]]