| Package | Description |
|---|---|
| com.mysql.cj | |
| com.mysql.cj.jdbc |
| Modifier and Type | Field and Description |
|---|---|
private java.util.concurrent.CopyOnWriteArrayList<java.lang.ref.WeakReference<Session.SessionEventListener>> |
NativeSession.listeners |
| Modifier and Type | Method and Description |
|---|---|
void |
Session.addListener(Session.SessionEventListener l)
Add listener for this session status changes.
|
void |
CoreSession.addListener(Session.SessionEventListener l) |
void |
NativeSession.addListener(Session.SessionEventListener l) |
void |
Session.removeListener(Session.SessionEventListener l)
Remove session listener.
|
void |
CoreSession.removeListener(Session.SessionEventListener l) |
void |
NativeSession.removeListener(Session.SessionEventListener listener) |
| Modifier and Type | Class and Description |
|---|---|
class |
ConnectionImpl
A Connection represents a session with a specific database.
|