Send feedback
Class Statement (2.18.1)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.18.1 keyboard_arrow_down
public final class Statement implements Serializable
Inheritance
Object >
Statement
Static Methods
newBuilder(String arg0)
public static Statement . Builder newBuilder ( String arg0 )
Parameter
Name
Description
arg0
String
of(String arg0)
public static Statement of ( String arg0 )
Parameter
Name
Description
arg0
String
Methods
analyzeQuery(ReadContext arg0, ReadContext.QueryAnalyzeMode arg1)
public ResultSet analyzeQuery ( ReadContext arg0 , ReadContext . QueryAnalyzeMode arg1 )
equals(Object arg0)
public boolean equals ( Object arg0 )
Parameter
Name
Description
arg0
Object
Overrides
executeQuery(ReadContext arg0, Options.QueryOption[] arg1)
public ResultSet executeQuery ( ReadContext arg0 , Options . QueryOption [] arg1 )
getParameters()
public Map<String , Value > getParameters ()
getQueryOptions()
public ExecuteSqlRequest . QueryOptions getQueryOptions ()
Returns
Type
Description
com.google.spanner.v1.ExecuteSqlRequest.QueryOptions
getSql()
Returns
Type
Description
String
hasBinding(String arg0)
public boolean hasBinding ( String arg0 )
Parameter
Name
Description
arg0
String
hashCode()
Returns
Type
Description
int
Overrides
toBuilder()
public Statement . Builder toBuilder ()
toString()
Returns
Type
Description
String
Overrides
withReplacedSql(String arg0)
public Statement withReplacedSql ( String arg0 )
Parameter
Name
Description
arg0
String
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."],[],[]]