接口的使用
com.mysql.cj.Session.SessionEventListener
-
使用Session.SessionEventListener的程序包 程序包 说明 com.mysql.cj com.mysql.cj.jdbc -
-
com.mysql.cj中Session.SessionEventListener的使用
参数类型为Session.SessionEventListener的com.mysql.cj中的方法 修饰符和类型 方法 说明 voidCoreSession. addListener(Session.SessionEventListener l)voidNativeSession. addListener(Session.SessionEventListener l)voidSession. addListener(Session.SessionEventListener l)Add listener for this session status changes.voidCoreSession. removeListener(Session.SessionEventListener l)voidNativeSession. removeListener(Session.SessionEventListener listener)voidSession. removeListener(Session.SessionEventListener l)Remove session listener. -
com.mysql.cj.jdbc中Session.SessionEventListener的使用
实现Session.SessionEventListener的com.mysql.cj.jdbc中的类 修饰符和类型 类 说明 classConnectionImplA Connection represents a session with a specific database.
-