| Package | Description |
|---|---|
| com.mysql.cj.protocol | |
| com.mysql.cj.protocol.a | |
| testsuite.regression |
| Modifier and Type | Method and Description |
|---|---|
default ServerSessionStateController.ServerSessionStateChanges |
ServerSessionStateController.getSessionStateChanges()
Get the object containing server session changes collected from the latest query execution.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServerSessionStateController.SessionStateChangesListener.handleSessionStateChanges(ServerSessionStateController.ServerSessionStateChanges changes) |
default void |
ServerSessionStateController.setSessionStateChanges(ServerSessionStateController.ServerSessionStateChanges changes)
Set the object containing server session changes collected from the latest query execution.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
NativeServerSessionStateController.NativeServerSessionStateChanges |
| Modifier and Type | Method and Description |
|---|---|
void |
NativeServerSessionStateController.setSessionStateChanges(ServerSessionStateController.ServerSessionStateChanges changes) |
| Modifier and Type | Field and Description |
|---|---|
(package private) ServerSessionStateController.ServerSessionStateChanges |
ConnectionRegressionTest.TestBug102404Listener.changes |
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectionRegressionTest.TestBug102404Listener.handleSessionStateChanges(ServerSessionStateController.ServerSessionStateChanges ch) |