接口的使用
com.mysql.cj.x.protobuf.MysqlxNotice.WarningOrBuilder
-
使用MysqlxNotice.WarningOrBuilder的程序包 程序包 说明 com.mysql.cj.x.protobuf Message classes used for serialization with Google Protocol Buffers to support the X Protocol. -
-
com.mysql.cj.x.protobuf中MysqlxNotice.WarningOrBuilder的使用
实现MysqlxNotice.WarningOrBuilder的com.mysql.cj.x.protobuf中的类 修饰符和类型 类 说明 static classMysqlxNotice.WarningServer-side warnings and notes @par ``.scope`` == ``local`` ``.level``, ``.code`` and ``.msg`` map the content of: @code{sql} SHOW WARNINGS @endcode @par ``.scope`` == ``global`` (undefined) Will be used for global, unstructured messages like: - server is shutting down - a node disconnected from group - schema or table dropped | @ref Mysqlx::Notice::Frame Field | Value | |-----------------------------------|-------------------------| | ``.type`` | 1 | | ``.scope`` | ``local`` or ``global`` |static classMysqlxNotice.Warning.BuilderServer-side warnings and notes @par ``.scope`` == ``local`` ``.level``, ``.code`` and ``.msg`` map the content of: @code{sql} SHOW WARNINGS @endcode @par ``.scope`` == ``global`` (undefined) Will be used for global, unstructured messages like: - server is shutting down - a node disconnected from group - schema or table dropped | @ref Mysqlx::Notice::Frame Field | Value | |-----------------------------------|-------------------------| | ``.type`` | 1 | | ``.scope`` | ``local`` or ``global`` |
-