Class DataRowResponse (0.9.0)
Stay organized with collections
Save and categorize content based on your preferences.
publicclass DataRowResponseextendsWireOutputSends to the client specific row contents.
Inherited Members
Constructors
DataRowResponse(DataOutputStream output, IntermediateStatement statement, ResultSet resultSet, OptionsMetadata options, ConnectionHandler.QueryMode mode)
publicDataRowResponse(DataOutputStreamoutput,IntermediateStatementstatement,ResultSetresultSet,OptionsMetadataoptions,ConnectionHandler.QueryModemode) Name
Description
resultSet
com.google.cloud.spanner.ResultSetMethods
getIdentifier()
publicbytegetIdentifier()Override this to specify the byte which represents the protocol for the specific message. Used for logging and by send.
Type
Description
Overrides
getMessageName()
protectedStringgetMessageName()Used for logging.
Type
Description
Overrides
getPayloadString()
protectedStringgetPayloadString()Used for logging.
Type
Description
Overrides
sendPayload()
protectedvoidsendPayload()Override this method to include post-processing and metadata in the sending process. Template method for send.
Type
Description