| Package | Description |
|---|---|
| com.mysql.cj | |
| com.mysql.cj.protocol.x |
| Modifier and Type | Method and Description |
|---|---|
boolean |
MysqlxSession.failedPreparingStatement(int preparedStatementId,
XProtocolError e)
Propagate to the underlying protocol instance that preparing a statement on the connected server failed.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
XProtocol.failedPreparingStatement(int preparedStatementId,
XProtocolError e)
Informs this protocol instance that preparing a statement on the connected server failed.
|
| Constructor and Description |
|---|
XProtocolError(XProtocolError fromOtherThread) |