Class RowDescriptionResponse (0.19.1)
Stay organized with collections
Save and categorize content based on your preferences.
publicclass RowDescriptionResponseextendsWireOutputSends back qualifier for a row.
Inherited Members
Constructors
RowDescriptionResponse(DataOutputStream output, IntermediateStatement statement, Type columns, OptionsMetadata options, ConnectionHandler.QueryMode mode)
publicRowDescriptionResponse(DataOutputStreamoutput,IntermediateStatementstatement,Typecolumns,OptionsMetadataoptions,ConnectionHandler.QueryModemode)| Parameters | |
|---|---|
| Name | Description |
output |
DataOutputStream |
statement |
IntermediateStatement |
columns |
com.google.cloud.spanner.Type |
options |
OptionsMetadata |
mode |
ConnectionHandler.QueryMode |
Methods
getIdentifier()
publicbytegetIdentifier()Override this to specify the byte which represents the protocol for the specific message. Used for logging and by send.
| Returns | |
|---|---|
| Type | Description |
byte |
|
getMessageName()
protectedStringgetMessageName()Used for logging.
| Returns | |
|---|---|
| Type | Description |
String |
|
getPayloadString()
protectedStringgetPayloadString()Used for logging.
| Returns | |
|---|---|
| Type | Description |
String |
|
sendPayload()
protectedvoidsendPayload()Override this method to include post-processing and metadata in the sending process. Template method for send.
| Exceptions | |
|---|---|
| Type | Description |
Exception |
|