public static class ResultMessage.Prepared extends ResultMessage
ResultMessage.Kind, ResultMessage.Prepared, ResultMessage.Rows, ResultMessage.SchemaChange, ResultMessage.SetKeyspace, ResultMessage.Void
Message.Codec<M extends Message>, Message.Direction, Message.Dispatcher, Message.ExceptionHandler, Message.ProtocolDecoder, Message.ProtocolEncoder, Message.Request, Message.Response, Message.Type
Modifier and Type | Field and Description |
---|---|
ResultSet.PreparedMetadata |
metadata
Describes the variables to be bound in the prepared statement
|
ResultSet.ResultMetadata |
resultMetadata
Describes the results of executing this prepared statement
|
MD5Digest |
statementId |
static Message.Codec<ResultMessage> |
subcodec |
codec, kind
tracingId, warnings
connection, forcedProtocolVersion, logger, type
Constructor and Description |
---|
Prepared(MD5Digest statementId,
ParsedStatement.Prepared prepared) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
getTracingId, getWarnings, setTracingId, setWarnings
attach, connection, getCustomPayload, getSourceFrame, getStreamId, setCustomPayload, setSourceFrame, setStreamId
public static final Message.Codec<ResultMessage> subcodec
public final MD5Digest statementId
public final ResultSet.PreparedMetadata metadata
public final ResultSet.ResultMetadata resultMetadata
public Prepared(MD5Digest statementId, ParsedStatement.Prepared prepared)
Copyright © 2018 The Apache Software Foundation