Class QueryMessage (0.27.1)
Stay organized with collections
Save and categorize content based on your preferences.
public class QueryMessage extends ControlMessage
Executes a simple statement.
Static Fields
CLOSE
public static final String CLOSE
| Field Value |
| Type |
Description |
String |
|
COPY
public static final String COPY
| Field Value |
| Type |
Description |
String |
|
DEALLOCATE
public static final String DEALLOCATE
| Field Value |
| Type |
Description |
String |
|
DECLARE
public static final String DECLARE
| Field Value |
| Type |
Description |
String |
|
EXECUTE
public static final String EXECUTE
| Field Value |
| Type |
Description |
String |
|
FETCH
public static final String FETCH
| Field Value |
| Type |
Description |
String |
|
IDENTIFIER
protected static final char IDENTIFIER
| Field Value |
| Type |
Description |
char |
|
MOVE
public static final String MOVE
| Field Value |
| Type |
Description |
String |
|
PREPARE
public static final String PREPARE
| Field Value |
| Type |
Description |
String |
|
RELEASE
public static final String RELEASE
| Field Value |
| Type |
Description |
String |
|
ROLLBACK
public static final String ROLLBACK
| Field Value |
| Type |
Description |
String |
|
SAVEPOINT
public static final String SAVEPOINT
| Field Value |
| Type |
Description |
String |
|
SHOW_DATABASE_DDL
public static final ImmutableList<String> SHOW_DATABASE_DDL
| Field Value |
| Type |
Description |
com.google.common.collect.ImmutableList<String> |
|
TRUNCATE
public static final String TRUNCATE
| Field Value |
| Type |
Description |
String |
|
VACUUM
public static final String VACUUM
| Field Value |
| Type |
Description |
String |
|
Constructors
QueryMessage(ConnectionHandler connection)
public QueryMessage(ConnectionHandler connection)
Methods
getIdentifier()
public String getIdentifier()
| Returns |
| Type |
Description |
String |
|
Overrides
getMessageName()
protected String getMessageName()
| Returns |
| Type |
Description |
String |
|
Overrides
getPayloadString()
protected String getPayloadString()
| Returns |
| Type |
Description |
String |
|
Overrides
getSimpleQueryStatement()
public SimpleQueryStatement getSimpleQueryStatement()
getStatement()
public Statement getStatement()
| Returns |
| Type |
Description |
com.google.cloud.spanner.Statement |
|
sendPayload()
protected void sendPayload()
Override this method to include post-processing and metadata in the sending process. Template
method for send.
Overrides
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 2026-03-09 UTC.
[null,null,["Last updated 2026-03-09 UTC."],[],[]]