类 Notice.XSessionStateChanged
- java.lang.Object
-
- com.mysql.cj.protocol.x.Notice
-
- com.mysql.cj.protocol.x.Notice.XSessionStateChanged
-
- 所有已实现的接口:
ProtocolEntity
- 封闭类:
- Notice
public static class Notice.XSessionStateChanged extends Notice
-
-
嵌套类概要
-
从类继承的嵌套类/接口 com.mysql.cj.protocol.x.Notice
Notice.XSessionStateChanged, Notice.XSessionVariableChanged, Notice.XWarning
-
-
字段概要
-
从类继承的字段 com.mysql.cj.protocol.x.Notice
NoticeScope_Global, NoticeScope_Local, NoticeType_GROUP_REPLICATION_STATE_CHANGED, NoticeType_SESSION_STATE_CHANGED, NoticeType_SESSION_VARIABLE_CHANGED, NoticeType_WARNING, scope, SessionStateChanged_ACCOUNT_EXPIRED, SessionStateChanged_CLIENT_ID_ASSIGNED, SessionStateChanged_CURRENT_SCHEMA, SessionStateChanged_GENERATED_DOCUMENT_IDS, SessionStateChanged_GENERATED_INSERT_ID, SessionStateChanged_PRODUCED_MESSAGE, SessionStateChanged_ROWS_AFFECTED, SessionStateChanged_ROWS_FOUND, SessionStateChanged_ROWS_MATCHED, SessionStateChanged_TRX_COMMITTED, SessionStateChanged_TRX_ROLLEDBACK, type
-
-
构造器概要
构造器 构造器 说明 XSessionStateChanged(MysqlxNotice.Frame frm)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 IntegergetParamType()MysqlxDatatypes.ScalargetValue()List<MysqlxDatatypes.Scalar>getValueList()-
从类继承的方法 com.mysql.cj.protocol.x.Notice
getInstance, getScope, getType
-
-
-
-
构造器详细资料
-
XSessionStateChanged
public XSessionStateChanged(MysqlxNotice.Frame frm)
-
-
方法详细资料
-
getParamType
public Integer getParamType()
-
getValueList
public List<MysqlxDatatypes.Scalar> getValueList()
-
getValue
public MysqlxDatatypes.Scalar getValue()
-
-