类 Notice
- java.lang.Object
-
- com.mysql.cj.protocol.x.Notice
-
- 所有已实现的接口:
ProtocolEntity
public class Notice extends Object implements ProtocolEntity
ProtocolEntity representing aNoticemessage.
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classNotice.XSessionStateChangedstatic classNotice.XSessionVariableChangedstatic classNotice.XWarning
-
字段概要
字段 修饰符和类型 字段 说明 static intNoticeScope_Globalstatic intNoticeScope_Localstatic intNoticeType_GROUP_REPLICATION_STATE_CHANGEDstatic intNoticeType_SESSION_STATE_CHANGEDstatic intNoticeType_SESSION_VARIABLE_CHANGEDstatic intNoticeType_WARNINGprotected intscopestatic intSessionStateChanged_ACCOUNT_EXPIREDstatic intSessionStateChanged_CLIENT_ID_ASSIGNEDstatic intSessionStateChanged_CURRENT_SCHEMAstatic intSessionStateChanged_GENERATED_DOCUMENT_IDSstatic intSessionStateChanged_GENERATED_INSERT_IDstatic intSessionStateChanged_PRODUCED_MESSAGEstatic intSessionStateChanged_ROWS_AFFECTEDstatic intSessionStateChanged_ROWS_FOUNDstatic intSessionStateChanged_ROWS_MATCHEDstatic intSessionStateChanged_TRX_COMMITTEDstatic intSessionStateChanged_TRX_ROLLEDBACKprotected inttype
-
构造器概要
构造器 构造器 说明 Notice(MysqlxNotice.Frame frm)
-
-
-
字段详细资料
-
NoticeScope_Global
public static final int NoticeScope_Global
- 另请参阅:
- 常量字段值
-
NoticeScope_Local
public static final int NoticeScope_Local
- 另请参阅:
- 常量字段值
-
NoticeType_WARNING
public static final int NoticeType_WARNING
- 另请参阅:
- 常量字段值
-
NoticeType_SESSION_VARIABLE_CHANGED
public static final int NoticeType_SESSION_VARIABLE_CHANGED
- 另请参阅:
- 常量字段值
-
NoticeType_SESSION_STATE_CHANGED
public static final int NoticeType_SESSION_STATE_CHANGED
- 另请参阅:
- 常量字段值
-
NoticeType_GROUP_REPLICATION_STATE_CHANGED
public static final int NoticeType_GROUP_REPLICATION_STATE_CHANGED
- 另请参阅:
- 常量字段值
-
SessionStateChanged_CURRENT_SCHEMA
public static final int SessionStateChanged_CURRENT_SCHEMA
- 另请参阅:
- 常量字段值
-
SessionStateChanged_ACCOUNT_EXPIRED
public static final int SessionStateChanged_ACCOUNT_EXPIRED
- 另请参阅:
- 常量字段值
-
SessionStateChanged_GENERATED_INSERT_ID
public static final int SessionStateChanged_GENERATED_INSERT_ID
- 另请参阅:
- 常量字段值
-
SessionStateChanged_ROWS_AFFECTED
public static final int SessionStateChanged_ROWS_AFFECTED
- 另请参阅:
- 常量字段值
-
SessionStateChanged_ROWS_FOUND
public static final int SessionStateChanged_ROWS_FOUND
- 另请参阅:
- 常量字段值
-
SessionStateChanged_ROWS_MATCHED
public static final int SessionStateChanged_ROWS_MATCHED
- 另请参阅:
- 常量字段值
-
SessionStateChanged_TRX_COMMITTED
public static final int SessionStateChanged_TRX_COMMITTED
- 另请参阅:
- 常量字段值
-
SessionStateChanged_TRX_ROLLEDBACK
public static final int SessionStateChanged_TRX_ROLLEDBACK
- 另请参阅:
- 常量字段值
-
SessionStateChanged_PRODUCED_MESSAGE
public static final int SessionStateChanged_PRODUCED_MESSAGE
- 另请参阅:
- 常量字段值
-
SessionStateChanged_CLIENT_ID_ASSIGNED
public static final int SessionStateChanged_CLIENT_ID_ASSIGNED
- 另请参阅:
- 常量字段值
-
SessionStateChanged_GENERATED_DOCUMENT_IDS
public static final int SessionStateChanged_GENERATED_DOCUMENT_IDS
- 另请参阅:
- 常量字段值
-
scope
protected int scope
-
type
protected int type
-
-
构造器详细资料
-
Notice
public Notice(MysqlxNotice.Frame frm)
-
-