Class Statement (2.16.1)

public final class Statement implements Serializable

Inheritance

Object > Statement

Implements

Serializable

Static Methods

newBuilder(String arg0)

public static Statement.Builder newBuilder(String arg0)
Parameter
NameDescription
arg0String
Returns
TypeDescription
Builder

of(String arg0)

public static Statement of(String arg0)
Parameter
NameDescription
arg0String
Returns
TypeDescription
Statement

Methods

analyzeQuery(ReadContext arg0, ReadContext.QueryAnalyzeMode arg1)

public ResultSet analyzeQuery(ReadContext arg0, ReadContext.QueryAnalyzeMode arg1)
Parameters
NameDescription
arg0ReadContext
arg1QueryAnalyzeMode
Returns
TypeDescription
ResultSet

equals(Object arg0)

public boolean equals(Object arg0)
Parameter
NameDescription
arg0Object
Returns
TypeDescription
boolean
Overrides

executeQuery(ReadContext arg0, Options.QueryOption[] arg1)

public ResultSet executeQuery(ReadContext arg0, Options.QueryOption[] arg1)
Parameters
NameDescription
arg0ReadContext
arg1QueryOption[]
Returns
TypeDescription
ResultSet

getParameters()

public Map<String,Value> getParameters()
Returns
TypeDescription
Map<String,Value>

getQueryOptions()

public ExecuteSqlRequest.QueryOptions getQueryOptions()
Returns
TypeDescription
com.google.spanner.v1.ExecuteSqlRequest.QueryOptions

getSql()

public String getSql()
Returns
TypeDescription
String

hasBinding(String arg0)

public boolean hasBinding(String arg0)
Parameter
NameDescription
arg0String
Returns
TypeDescription
boolean

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

toBuilder()

public Statement.Builder toBuilder()
Returns
TypeDescription
Builder

toString()

public String toString()
Returns
TypeDescription
String
Overrides