public interface QueryActionOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
containsSecureContext(String key)
public abstract boolean containsSecureContext(String key)Secure context parameters.
map<string, .google.spanner.executor.v1.Value> secure_context = 3;
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getParams(int index)
public abstract QueryAction.Parameter getParams(int index)Parameters for the SQL string.
repeated .google.spanner.executor.v1.QueryAction.Parameter params = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
QueryAction.Parameter |
|
getParamsCount()
public abstract int getParamsCount()Parameters for the SQL string.
repeated .google.spanner.executor.v1.QueryAction.Parameter params = 2;
| Returns | |
|---|---|
| Type | Description |
int |
|
getParamsList()
public abstract List<QueryAction.Parameter> getParamsList()Parameters for the SQL string.
repeated .google.spanner.executor.v1.QueryAction.Parameter params = 2;
| Returns | |
|---|---|
| Type | Description |
List<Parameter> |
|
getParamsOrBuilder(int index)
public abstract QueryAction.ParameterOrBuilder getParamsOrBuilder(int index)Parameters for the SQL string.
repeated .google.spanner.executor.v1.QueryAction.Parameter params = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
QueryAction.ParameterOrBuilder |
|
getParamsOrBuilderList()
public abstract List<? extends QueryAction.ParameterOrBuilder> getParamsOrBuilderList()Parameters for the SQL string.
repeated .google.spanner.executor.v1.QueryAction.Parameter params = 2;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.spanner.executor.v1.QueryAction.ParameterOrBuilder> |
|
getSecureContext() (deprecated)
public abstract Map<String,Value> getSecureContext()Use #getSecureContextMap() instead.
| Returns | |
|---|---|
| Type | Description |
Map<String,Value> |
|
getSecureContextCount()
public abstract int getSecureContextCount()Secure context parameters.
map<string, .google.spanner.executor.v1.Value> secure_context = 3;
| Returns | |
|---|---|
| Type | Description |
int |
|
getSecureContextMap()
public abstract Map<String,Value> getSecureContextMap()Secure context parameters.
map<string, .google.spanner.executor.v1.Value> secure_context = 3;
| Returns | |
|---|---|
| Type | Description |
Map<String,Value> |
|
getSecureContextOrDefault(String key, Value defaultValue)
public abstract Value getSecureContextOrDefault(String key, Value defaultValue)Secure context parameters.
map<string, .google.spanner.executor.v1.Value> secure_context = 3;
| Parameters | |
|---|---|
| Name | Description |
key |
String |
defaultValue |
Value |
| Returns | |
|---|---|
| Type | Description |
Value |
|
getSecureContextOrThrow(String key)
public abstract Value getSecureContextOrThrow(String key)Secure context parameters.
map<string, .google.spanner.executor.v1.Value> secure_context = 3;
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
Value |
|
getSql()
public abstract String getSql()The SQL string.
string sql = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The sql. |
getSqlBytes()
public abstract ByteString getSqlBytes()The SQL string.
string sql = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for sql. |