MySQL 9.1.0
Source Code Documentation
|
Open an Expect block and set/unset the conditions that have to be fulfilled. More...
Classes | |
struct | Condition |
Public Types | |
enum | CtxOperation { EXPECT_CTX_COPY_PREV = 0 , EXPECT_CTX_EMPTY = 1 } |
Public Attributes | |
optional CtxOperation | op = 1 [ default = EXPECT_CTX_COPY_PREV ] |
repeated Condition | cond = 2 |
ClientMessages::Type | client_message_id = EXPECT_OPEN |
Open an Expect block and set/unset the conditions that have to be fulfilled.
If any of the conditions fail, all enclosed messages will fail with a Mysqlx::Error
message.
ClientMessages::Type Mysqlx::Expect::Open::client_message_id = EXPECT_OPEN |
repeated Condition Mysqlx::Expect::Open::cond = 2 |
optional CtxOperation Mysqlx::Expect::Open::op = 1 [ default = EXPECT_CTX_COPY_PREV ] |