- MYSQL_BINLOG_EVENT_HEADER_LENGTH - Static variable in class org.apache.shardingsphere.db.protocol.mysql.packet.binlog.MySQLBinlogEventHeader
-
MySQL binlog event header length is 19 in binlog version 3 and 4.
- MYSQL_CHARACTER_SET_ATTRIBUTE_KEY - Static variable in class org.apache.shardingsphere.db.protocol.mysql.constant.MySQLConstants
-
- MYSQL_OPTION_MULTI_STATEMENTS - Static variable in class org.apache.shardingsphere.db.protocol.mysql.constant.MySQLConstants
-
- MYSQL_OPTION_MULTI_STATEMENTS_OFF - Static variable in class org.apache.shardingsphere.db.protocol.mysql.packet.command.admin.MySQLComSetOptionPacket
-
- MYSQL_OPTION_MULTI_STATEMENTS_ON - Static variable in class org.apache.shardingsphere.db.protocol.mysql.packet.command.admin.MySQLComSetOptionPacket
-
- MYSQL_SEQUENCE_ID - Static variable in class org.apache.shardingsphere.db.protocol.mysql.constant.MySQLConstants
-
- MySQLAuthenticationMethod - Enum in org.apache.shardingsphere.db.protocol.mysql.constant
-
MySQL client/server protocol authentication method.
- MySQLAuthenticationPlugin - Enum in org.apache.shardingsphere.db.protocol.mysql.constant
-
MySQL client/server protocol authentication plugins.
- MySQLAuthMoreDataPacket - Class in org.apache.shardingsphere.db.protocol.mysql.packet.handshake
-
MySQL authentication switch request packet.
- MySQLAuthMoreDataPacket(MySQLPacketPayload) - Constructor for class org.apache.shardingsphere.db.protocol.mysql.packet.handshake.MySQLAuthMoreDataPacket
-
- MySQLAuthPluginData - Class in org.apache.shardingsphere.db.protocol.mysql.packet.handshake
-
Authentication plugin data for MySQL.
- MySQLAuthPluginData() - Constructor for class org.apache.shardingsphere.db.protocol.mysql.packet.handshake.MySQLAuthPluginData
-
- MySQLAuthSwitchRequestPacket - Class in org.apache.shardingsphere.db.protocol.mysql.packet.handshake
-
MySQL authentication switch request packet.
- MySQLAuthSwitchRequestPacket(MySQLPacketPayload) - Constructor for class org.apache.shardingsphere.db.protocol.mysql.packet.handshake.MySQLAuthSwitchRequestPacket
-
- MySQLAuthSwitchResponsePacket - Class in org.apache.shardingsphere.db.protocol.mysql.packet.handshake
-
MySQL authentication switch request packet.
- MySQLAuthSwitchResponsePacket(MySQLPacketPayload) - Constructor for class org.apache.shardingsphere.db.protocol.mysql.packet.handshake.MySQLAuthSwitchResponsePacket
-
- MySQLBinaryColumnType - Enum in org.apache.shardingsphere.db.protocol.mysql.constant
-
Binary column type for MySQL.
- MySQLBinaryProtocolValue - Interface in org.apache.shardingsphere.db.protocol.mysql.packet.command.query.binary.execute.protocol
-
Binary protocol value for MySQL.
- MySQLBinaryProtocolValueFactory - Class in org.apache.shardingsphere.db.protocol.mysql.packet.command.query.binary.execute.protocol
-
Binary protocol value factory for MySQL.
- MySQLBinaryProtocolValueFactory() - Constructor for class org.apache.shardingsphere.db.protocol.mysql.packet.command.query.binary.execute.protocol.MySQLBinaryProtocolValueFactory
-
- MySQLBinaryResultSetRowPacket - Class in org.apache.shardingsphere.db.protocol.mysql.packet.command.query.binary.execute
-
Binary result set row packet for MySQL.
- MySQLBinaryResultSetRowPacket() - Constructor for class org.apache.shardingsphere.db.protocol.mysql.packet.command.query.binary.execute.MySQLBinaryResultSetRowPacket
-
- MySQLBinlogColumnDef - Class in org.apache.shardingsphere.db.protocol.mysql.packet.binlog.row.column
-
Column definition.
- MySQLBinlogColumnDef() - Constructor for class org.apache.shardingsphere.db.protocol.mysql.packet.binlog.row.column.MySQLBinlogColumnDef
-
- MySQLBinlogEventFlag - Enum in org.apache.shardingsphere.db.protocol.mysql.constant
-
MySQL binlog event flag.
- MySQLBinlogEventHeader - Class in org.apache.shardingsphere.db.protocol.mysql.packet.binlog
-
MySQL binlog event header.
- MySQLBinlogEventHeader(MySQLPacketPayload, int) - Constructor for class org.apache.shardingsphere.db.protocol.mysql.packet.binlog.MySQLBinlogEventHeader
-
- MySQLBinlogEventPacket - Interface in org.apache.shardingsphere.db.protocol.mysql.packet.binlog
-
MySQL binlog event packet.
- MySQLBinlogEventType - Enum in org.apache.shardingsphere.db.protocol.mysql.constant
-
MySQL binlog event type.
- MySQLBinlogFormatDescriptionEventPacket - Class in org.apache.shardingsphere.db.protocol.mysql.packet.binlog.management
-
MySQL binlog format description event packet.
- MySQLBinlogFormatDescriptionEventPacket(MySQLBinlogEventHeader, MySQLPacketPayload) - Constructor for class org.apache.shardingsphere.db.protocol.mysql.packet.binlog.management.MySQLBinlogFormatDescriptionEventPacket
-
- MySQLBinlogProtocolValue - Interface in org.apache.shardingsphere.db.protocol.mysql.packet.binlog.row.column.value
-
MySQL binlog protocol column value.
- MySQLBinlogProtocolValueFactory - Class in org.apache.shardingsphere.db.protocol.mysql.packet.binlog.row.column.value
-
Binlog protocol value factory of MySQL.
- MySQLBinlogProtocolValueFactory() - Constructor for class org.apache.shardingsphere.db.protocol.mysql.packet.binlog.row.column.value.MySQLBinlogProtocolValueFactory
-
- MySQLBinlogRotateEventPacket - Class in org.apache.shardingsphere.db.protocol.mysql.packet.binlog.management
-
MySQL binlog rotate event packet.
- MySQLBinlogRotateEventPacket(MySQLBinlogEventHeader, long, String) - Constructor for class org.apache.shardingsphere.db.protocol.mysql.packet.binlog.management.MySQLBinlogRotateEventPacket
-
- MySQLBinlogRotateEventPacket(MySQLBinlogEventHeader, MySQLPacketPayload) - Constructor for class org.apache.shardingsphere.db.protocol.mysql.packet.binlog.management.MySQLBinlogRotateEventPacket
-
- MySQLBinlogRowsEventPacket - Class in org.apache.shardingsphere.db.protocol.mysql.packet.binlog.row
-
MySQL binlog rows event packet.
- MySQLBinlogRowsEventPacket(MySQLBinlogEventHeader, MySQLPacketPayload) - Constructor for class org.apache.shardingsphere.db.protocol.mysql.packet.binlog.row.MySQLBinlogRowsEventPacket
-
- MySQLBinlogTableMapEventPacket - Class in org.apache.shardingsphere.db.protocol.mysql.packet.binlog.row
-
MySQL binlog table map event packet.
- MySQLBinlogTableMapEventPacket(MySQLBinlogEventHeader, MySQLPacketPayload) - Constructor for class org.apache.shardingsphere.db.protocol.mysql.packet.binlog.row.MySQLBinlogTableMapEventPacket
-
- MySQLBitBinlogProtocolValue - Class in org.apache.shardingsphere.db.protocol.mysql.packet.binlog.row.column.value.integer
-
BIT type value of MySQL binlog protocol.
- MySQLBitBinlogProtocolValue() - Constructor for class org.apache.shardingsphere.db.protocol.mysql.packet.binlog.row.column.value.integer.MySQLBitBinlogProtocolValue
-
- MySQLBlobBinlogProtocolValue - Class in org.apache.shardingsphere.db.protocol.mysql.packet.binlog.row.column.value.blob
-
BLOB type value of MySQL binlog protocol.
- MySQLBlobBinlogProtocolValue() - Constructor for class org.apache.shardingsphere.db.protocol.mysql.packet.binlog.row.column.value.blob.MySQLBlobBinlogProtocolValue
-
- MySQLCapabilityFlag - Enum in org.apache.shardingsphere.db.protocol.mysql.constant
-
Capability flag for MySQL.
- MySQLCharacterSet - Enum in org.apache.shardingsphere.db.protocol.mysql.constant
-
Character set of MySQL.
- MySQLColumnDefinition41Packet - Class in org.apache.shardingsphere.db.protocol.mysql.packet.command.query
-
Column definition above MySQL 4.1 packet protocol.
- MySQLColumnDefinition41Packet(int, String, String, String, String, String, int, MySQLBinaryColumnType, int, boolean) - Constructor for class org.apache.shardingsphere.db.protocol.mysql.packet.command.query.MySQLColumnDefinition41Packet
-
- MySQLColumnDefinition41Packet(MySQLPacketPayload) - Constructor for class org.apache.shardingsphere.db.protocol.mysql.packet.command.query.MySQLColumnDefinition41Packet
-
- MySQLColumnDefinitionFlag - Enum in org.apache.shardingsphere.db.protocol.mysql.packet.command.query
-
MySQL Column Field Detail Flag.
- MySQLComBinlogDumpCommandPacket - Class in org.apache.shardingsphere.db.protocol.mysql.packet.command.binlog
-
COM_BINLOG_DUMP command packet for MySQL.
- MySQLComBinlogDumpCommandPacket(int, int, String) - Constructor for class org.apache.shardingsphere.db.protocol.mysql.packet.command.binlog.MySQLComBinlogDumpCommandPacket
-
- MySQLComBinlogDumpCommandPacket(MySQLPacketPayload) - Constructor for class org.apache.shardingsphere.db.protocol.mysql.packet.command.binlog.MySQLComBinlogDumpCommandPacket
-
- MySQLComFieldListPacket - Class in org.apache.shardingsphere.db.protocol.mysql.packet.command.query.text.fieldlist
-
COM_FIELD_LIST command packet for MySQL.
- MySQLComFieldListPacket(MySQLPacketPayload) - Constructor for class org.apache.shardingsphere.db.protocol.mysql.packet.command.query.text.fieldlist.MySQLComFieldListPacket
-
- MySQLComInitDbPacket - Class in org.apache.shardingsphere.db.protocol.mysql.packet.command.admin.initdb
-
COM_INIT_DB command packet for MySQL.
- MySQLComInitDbPacket(MySQLPacketPayload) - Constructor for class org.apache.shardingsphere.db.protocol.mysql.packet.command.admin.initdb.MySQLComInitDbPacket
-
- MySQLCommandPacket - Class in org.apache.shardingsphere.db.protocol.mysql.packet.command
-
Command packet for MySQL.
- MySQLCommandPacket() - Constructor for class org.apache.shardingsphere.db.protocol.mysql.packet.command.MySQLCommandPacket
-
- MySQLCommandPacketType - Enum in org.apache.shardingsphere.db.protocol.mysql.packet.command
-
Command packet type for MySQL.
- MySQLCommandPacketTypeLoader - Class in org.apache.shardingsphere.db.protocol.mysql.packet.command
-
Command packet type loader for MySQL.
- MySQLCommandPacketTypeLoader() - Constructor for class org.apache.shardingsphere.db.protocol.mysql.packet.command.MySQLCommandPacketTypeLoader
-
- MySQLComPingPacket - Class in org.apache.shardingsphere.db.protocol.mysql.packet.command.admin.ping
-
COM_PING command packet for MySQL.
- MySQLComPingPacket() - Constructor for class org.apache.shardingsphere.db.protocol.mysql.packet.command.admin.ping.MySQLComPingPacket
-
- MySQLComQueryPacket - Class in org.apache.shardingsphere.db.protocol.mysql.packet.command.query.text.query
-
COM_QUERY command packet for MySQL.
- MySQLComQueryPacket(String, boolean) - Constructor for class org.apache.shardingsphere.db.protocol.mysql.packet.command.query.text.query.MySQLComQueryPacket
-
- MySQLComQueryPacket(MySQLPacketPayload, boolean) - Constructor for class org.apache.shardingsphere.db.protocol.mysql.packet.command.query.text.query.MySQLComQueryPacket
-
- MySQLComQuitPacket - Class in org.apache.shardingsphere.db.protocol.mysql.packet.command.admin.quit
-
COM_QUIT command packet for MySQL.
- MySQLComQuitPacket() - Constructor for class org.apache.shardingsphere.db.protocol.mysql.packet.command.admin.quit.MySQLComQuitPacket
-
- MySQLComRegisterSlaveCommandPacket - Class in org.apache.shardingsphere.db.protocol.mysql.packet.command.binlog
-
COM_REGISTER_SLAVE command packet for MySQL.
- MySQLComRegisterSlaveCommandPacket(int, String, String, String, int) - Constructor for class org.apache.shardingsphere.db.protocol.mysql.packet.command.binlog.MySQLComRegisterSlaveCommandPacket
-
- MySQLComRegisterSlaveCommandPacket(MySQLPacketPayload) - Constructor for class org.apache.shardingsphere.db.protocol.mysql.packet.command.binlog.MySQLComRegisterSlaveCommandPacket
-
- MySQLComResetConnectionPacket - Class in org.apache.shardingsphere.db.protocol.mysql.packet.command.admin
-
COM_RESET_CONNECTION packet for MySQL.
- MySQLComResetConnectionPacket() - Constructor for class org.apache.shardingsphere.db.protocol.mysql.packet.command.admin.MySQLComResetConnectionPacket
-
- MySQLComSetOptionPacket - Class in org.apache.shardingsphere.db.protocol.mysql.packet.command.admin
-
COM_SET_OPTION command packet for MySQL.
- MySQLComSetOptionPacket(MySQLPacketPayload) - Constructor for class org.apache.shardingsphere.db.protocol.mysql.packet.command.admin.MySQLComSetOptionPacket
-
- MySQLComStmtClosePacket - Class in org.apache.shardingsphere.db.protocol.mysql.packet.command.query.binary.close
-
COM_STMT_CLOSE command packet for MySQL.
- MySQLComStmtClosePacket(MySQLPacketPayload) - Constructor for class org.apache.shardingsphere.db.protocol.mysql.packet.command.query.binary.close.MySQLComStmtClosePacket
-
- MySQLComStmtExecutePacket - Class in org.apache.shardingsphere.db.protocol.mysql.packet.command.query.binary.execute
-
COM_STMT_EXECUTE command packet for MySQL.
- MySQLComStmtExecutePacket(MySQLPacketPayload, int) - Constructor for class org.apache.shardingsphere.db.protocol.mysql.packet.command.query.binary.execute.MySQLComStmtExecutePacket
-
- MySQLComStmtPrepareOKPacket - Class in org.apache.shardingsphere.db.protocol.mysql.packet.command.query.binary.prepare
-
COM_STMT_PREPARE_OK packet for MySQL.
- MySQLComStmtPrepareOKPacket() - Constructor for class org.apache.shardingsphere.db.protocol.mysql.packet.command.query.binary.prepare.MySQLComStmtPrepareOKPacket
-
- MySQLComStmtPreparePacket - Class in org.apache.shardingsphere.db.protocol.mysql.packet.command.query.binary.prepare
-
COM_STMT_PREPARE command packet for MySQL.
- MySQLComStmtPreparePacket(MySQLPacketPayload) - Constructor for class org.apache.shardingsphere.db.protocol.mysql.packet.command.query.binary.prepare.MySQLComStmtPreparePacket
-
- MySQLComStmtResetPacket - Class in org.apache.shardingsphere.db.protocol.mysql.packet.command.query.binary.reset
-
COM_STMT_RESET command packet for MySQL.
- MySQLComStmtResetPacket(MySQLPacketPayload) - Constructor for class org.apache.shardingsphere.db.protocol.mysql.packet.command.query.binary.reset.MySQLComStmtResetPacket
-
- MySQLComStmtSendLongDataPacket - Class in org.apache.shardingsphere.db.protocol.mysql.packet.command.query.binary
-
COM_STMT_SEND_LONG_DATA command packet for MySQL.
- MySQLComStmtSendLongDataPacket(MySQLPacketPayload) - Constructor for class org.apache.shardingsphere.db.protocol.mysql.packet.command.query.binary.MySQLComStmtSendLongDataPacket
-
- MySQLConnectionPhase - Enum in org.apache.shardingsphere.db.protocol.mysql.constant
-
MySQL connection phase.
- MySQLConstants - Class in org.apache.shardingsphere.db.protocol.mysql.constant
-
MySQL constants.
- MySQLConstants() - Constructor for class org.apache.shardingsphere.db.protocol.mysql.constant.MySQLConstants
-
- MySQLDateBinaryProtocolValue - Class in org.apache.shardingsphere.db.protocol.mysql.packet.command.query.binary.execute.protocol
-
Binary protocol value for date for MySQL.
- MySQLDateBinaryProtocolValue() - Constructor for class org.apache.shardingsphere.db.protocol.mysql.packet.command.query.binary.execute.protocol.MySQLDateBinaryProtocolValue
-
- MySQLDateBinlogProtocolValue - Class in org.apache.shardingsphere.db.protocol.mysql.packet.binlog.row.column.value.time
-
DATE type value of MySQL binlog protocol.
- MySQLDateBinlogProtocolValue() - Constructor for class org.apache.shardingsphere.db.protocol.mysql.packet.binlog.row.column.value.time.MySQLDateBinlogProtocolValue
-
- MySQLDatetime2BinlogProtocolValue - Class in org.apache.shardingsphere.db.protocol.mysql.packet.binlog.row.column.value.time
-
MySQL DATETIME2 binlog protocol value.
- MySQLDatetime2BinlogProtocolValue() - Constructor for class org.apache.shardingsphere.db.protocol.mysql.packet.binlog.row.column.value.time.MySQLDatetime2BinlogProtocolValue
-
- MySQLDatetimeBinlogProtocolValue - Class in org.apache.shardingsphere.db.protocol.mysql.packet.binlog.row.column.value.time
-
MySQL DATETIME binlog protocol value.
- MySQLDatetimeBinlogProtocolValue() - Constructor for class org.apache.shardingsphere.db.protocol.mysql.packet.binlog.row.column.value.time.MySQLDatetimeBinlogProtocolValue
-
- MySQLDecimalBinlogProtocolValue - Class in org.apache.shardingsphere.db.protocol.mysql.packet.binlog.row.column.value.decimal
-
NEWDECIMAL type value of MySQL binlog protocol.
- MySQLDecimalBinlogProtocolValue() - Constructor for class org.apache.shardingsphere.db.protocol.mysql.packet.binlog.row.column.value.decimal.MySQLDecimalBinlogProtocolValue
-
- MySQLDoubleBinaryProtocolValue - Class in org.apache.shardingsphere.db.protocol.mysql.packet.command.query.binary.execute.protocol
-
Binary protocol value for double for MySQL.
- MySQLDoubleBinaryProtocolValue() - Constructor for class org.apache.shardingsphere.db.protocol.mysql.packet.command.query.binary.execute.protocol.MySQLDoubleBinaryProtocolValue
-
- MySQLDoubleBinlogProtocolValue - Class in org.apache.shardingsphere.db.protocol.mysql.packet.binlog.row.column.value.decimal
-
DOUBLE type value of MySQL binlog protocol.
- MySQLDoubleBinlogProtocolValue() - Constructor for class org.apache.shardingsphere.db.protocol.mysql.packet.binlog.row.column.value.decimal.MySQLDoubleBinlogProtocolValue
-
- MySQLEofPacket - Class in org.apache.shardingsphere.db.protocol.mysql.packet.generic
-
EOF packet protocol for MySQL.
- MySQLEofPacket(int) - Constructor for class org.apache.shardingsphere.db.protocol.mysql.packet.generic.MySQLEofPacket
-
- MySQLEofPacket(MySQLPacketPayload) - Constructor for class org.apache.shardingsphere.db.protocol.mysql.packet.generic.MySQLEofPacket
-
- MySQLErrPacket - Class in org.apache.shardingsphere.db.protocol.mysql.packet.generic
-
ERR packet protocol for MySQL.
- MySQLErrPacket(VendorError, Object...) - Constructor for class org.apache.shardingsphere.db.protocol.mysql.packet.generic.MySQLErrPacket
-
- MySQLErrPacket(MySQLPacketPayload) - Constructor for class org.apache.shardingsphere.db.protocol.mysql.packet.generic.MySQLErrPacket
-
- MySQLFieldCountPacket - Class in org.apache.shardingsphere.db.protocol.mysql.packet.command.query
-
COM_QUERY response field count packet for MySQL.
- MySQLFieldCountPacket(MySQLPacketPayload) - Constructor for class org.apache.shardingsphere.db.protocol.mysql.packet.command.query.MySQLFieldCountPacket
-
- MySQLFloatBinaryProtocolValue - Class in org.apache.shardingsphere.db.protocol.mysql.packet.command.query.binary.execute.protocol
-
Binary protocol value for float for MySQL.
- MySQLFloatBinaryProtocolValue() - Constructor for class org.apache.shardingsphere.db.protocol.mysql.packet.command.query.binary.execute.protocol.MySQLFloatBinaryProtocolValue
-
- MySQLFloatBinlogProtocolValue - Class in org.apache.shardingsphere.db.protocol.mysql.packet.binlog.row.column.value.decimal
-
FLOAT type value of MySQL binlog protocol.
- MySQLFloatBinlogProtocolValue() - Constructor for class org.apache.shardingsphere.db.protocol.mysql.packet.binlog.row.column.value.decimal.MySQLFloatBinlogProtocolValue
-
- MySQLFractionalSeconds - Class in org.apache.shardingsphere.db.protocol.mysql.packet.binlog.row.column.value.time
-
Fractional seconds of MySQL time2 type.
- MySQLFractionalSeconds(int, MySQLPacketPayload) - Constructor for class org.apache.shardingsphere.db.protocol.mysql.packet.binlog.row.column.value.time.MySQLFractionalSeconds
-
- MySQLHandshakePacket - Class in org.apache.shardingsphere.db.protocol.mysql.packet.handshake
-
Handshake packet protocol for MySQL.
- MySQLHandshakePacket(int, MySQLAuthPluginData) - Constructor for class org.apache.shardingsphere.db.protocol.mysql.packet.handshake.MySQLHandshakePacket
-
- MySQLHandshakePacket(MySQLPacketPayload) - Constructor for class org.apache.shardingsphere.db.protocol.mysql.packet.handshake.MySQLHandshakePacket
-
- MySQLHandshakeResponse41Packet - Class in org.apache.shardingsphere.db.protocol.mysql.packet.handshake
-
Handshake response above MySQL 4.1 packet protocol.
- MySQLHandshakeResponse41Packet(MySQLPacketPayload) - Constructor for class org.apache.shardingsphere.db.protocol.mysql.packet.handshake.MySQLHandshakeResponse41Packet
-
- MySQLInt1BinaryProtocolValue - Class in org.apache.shardingsphere.db.protocol.mysql.packet.command.query.binary.execute.protocol
-
Binary protocol value for int1 for MySQL.
- MySQLInt1BinaryProtocolValue() - Constructor for class org.apache.shardingsphere.db.protocol.mysql.packet.command.query.binary.execute.protocol.MySQLInt1BinaryProtocolValue
-
- MySQLInt24BinlogProtocolValue - Class in org.apache.shardingsphere.db.protocol.mysql.packet.binlog.row.column.value.integer
-
INT24 type value of MySQL binlog protocol.
- MySQLInt24BinlogProtocolValue() - Constructor for class org.apache.shardingsphere.db.protocol.mysql.packet.binlog.row.column.value.integer.MySQLInt24BinlogProtocolValue
-
- MySQLInt2BinaryProtocolValue - Class in org.apache.shardingsphere.db.protocol.mysql.packet.command.query.binary.execute.protocol
-
Binary protocol value for int2 for MySQL.
- MySQLInt2BinaryProtocolValue() - Constructor for class org.apache.shardingsphere.db.protocol.mysql.packet.command.query.binary.execute.protocol.MySQLInt2BinaryProtocolValue
-
- MySQLInt4BinaryProtocolValue - Class in org.apache.shardingsphere.db.protocol.mysql.packet.command.query.binary.execute.protocol
-
Binary protocol value for int4 for MySQL.
- MySQLInt4BinaryProtocolValue() - Constructor for class org.apache.shardingsphere.db.protocol.mysql.packet.command.query.binary.execute.protocol.MySQLInt4BinaryProtocolValue
-
- MySQLInt8BinaryProtocolValue - Class in org.apache.shardingsphere.db.protocol.mysql.packet.command.query.binary.execute.protocol
-
Binary protocol value for int8 for MySQL.
- MySQLInt8BinaryProtocolValue() - Constructor for class org.apache.shardingsphere.db.protocol.mysql.packet.command.query.binary.execute.protocol.MySQLInt8BinaryProtocolValue
-
- MySQLJsonBinlogProtocolValue - Class in org.apache.shardingsphere.db.protocol.mysql.packet.binlog.row.column.value.string
-
JSON type value of MySQL binlog protocol.
- MySQLJsonBinlogProtocolValue() - Constructor for class org.apache.shardingsphere.db.protocol.mysql.packet.binlog.row.column.value.string.MySQLJsonBinlogProtocolValue
-
- MySQLJsonValueDecoder - Class in org.apache.shardingsphere.db.protocol.mysql.packet.binlog.row.column.value.string
-
JSON type value decoder for MySQL.
- MySQLJsonValueDecoder() - Constructor for class org.apache.shardingsphere.db.protocol.mysql.packet.binlog.row.column.value.string.MySQLJsonValueDecoder
-
- MySQLLongBinlogProtocolValue - Class in org.apache.shardingsphere.db.protocol.mysql.packet.binlog.row.column.value.integer
-
LONG type value of MySQL binlog protocol.
- MySQLLongBinlogProtocolValue() - Constructor for class org.apache.shardingsphere.db.protocol.mysql.packet.binlog.row.column.value.integer.MySQLLongBinlogProtocolValue
-
- MySQLLongLongBinlogProtocolValue - Class in org.apache.shardingsphere.db.protocol.mysql.packet.binlog.row.column.value.integer
-
LONGLONG type value of MySQL binlog protocol.
- MySQLLongLongBinlogProtocolValue() - Constructor for class org.apache.shardingsphere.db.protocol.mysql.packet.binlog.row.column.value.integer.MySQLLongLongBinlogProtocolValue
-
- MySQLNewParametersBoundFlag - Enum in org.apache.shardingsphere.db.protocol.mysql.constant
-
New parameters bound flag for MySQL.
- MySQLNullBitmap - Class in org.apache.shardingsphere.db.protocol.mysql.packet.command.query.binary.execute
-
Null bitmap for MySQL.
- MySQLNullBitmap(int, int) - Constructor for class org.apache.shardingsphere.db.protocol.mysql.packet.command.query.binary.execute.MySQLNullBitmap
-
- MySQLNullBitmap(int, MySQLPacketPayload) - Constructor for class org.apache.shardingsphere.db.protocol.mysql.packet.command.query.binary.execute.MySQLNullBitmap
-
- MySQLOKPacket - Class in org.apache.shardingsphere.db.protocol.mysql.packet.generic
-
OK packet protocol for MySQL.
- MySQLOKPacket(int) - Constructor for class org.apache.shardingsphere.db.protocol.mysql.packet.generic.MySQLOKPacket
-
- MySQLOKPacket(long, long, int) - Constructor for class org.apache.shardingsphere.db.protocol.mysql.packet.generic.MySQLOKPacket
-
- MySQLOKPacket(MySQLPacketPayload) - Constructor for class org.apache.shardingsphere.db.protocol.mysql.packet.generic.MySQLOKPacket
-
- MySQLPacket - Interface in org.apache.shardingsphere.db.protocol.mysql.packet
-
Database packet for MySQL.
- MySQLPacketCodecEngine - Class in org.apache.shardingsphere.db.protocol.mysql.codec
-
Database packet codec for MySQL.
- MySQLPacketCodecEngine() - Constructor for class org.apache.shardingsphere.db.protocol.mysql.codec.MySQLPacketCodecEngine
-
- MySQLPacketPayload - Class in org.apache.shardingsphere.db.protocol.mysql.payload
-
MySQL payload operation for MySQL packet data types.
- MySQLPacketPayload() - Constructor for class org.apache.shardingsphere.db.protocol.mysql.payload.MySQLPacketPayload
-
- MySQLPreparedStatementParameterType - Class in org.apache.shardingsphere.db.protocol.mysql.packet.command.query.binary
-
Binary prepared statement parameter type for MySQL.
- MySQLPreparedStatementParameterType() - Constructor for class org.apache.shardingsphere.db.protocol.mysql.packet.command.query.binary.MySQLPreparedStatementParameterType
-
- MySQLProtocolException - Exception in org.apache.shardingsphere.db.protocol.mysql.exception
-
MySQL protocol exception.
- MySQLProtocolException(String, Object...) - Constructor for exception org.apache.shardingsphere.db.protocol.mysql.exception.MySQLProtocolException
-
- MySQLRandomGenerator - Class in org.apache.shardingsphere.db.protocol.mysql.packet.handshake
-
Random generator for MySQL.
- MySQLRandomGenerator() - Constructor for class org.apache.shardingsphere.db.protocol.mysql.packet.handshake.MySQLRandomGenerator
-
- MySQLServerInfo - Class in org.apache.shardingsphere.db.protocol.mysql.constant
-
ShardingSphere-Proxy's information for MySQL.
- MySQLServerInfo() - Constructor for class org.apache.shardingsphere.db.protocol.mysql.constant.MySQLServerInfo
-
- MySQLShortBinlogProtocolValue - Class in org.apache.shardingsphere.db.protocol.mysql.packet.binlog.row.column.value.integer
-
SHORT integer type value of MySQL binlog protocol.
- MySQLShortBinlogProtocolValue() - Constructor for class org.apache.shardingsphere.db.protocol.mysql.packet.binlog.row.column.value.integer.MySQLShortBinlogProtocolValue
-
- MySQLStatusFlag - Enum in org.apache.shardingsphere.db.protocol.mysql.constant
-
Status flags are a bit-field for MySQL.
- MySQLStringBinlogProtocolValue - Class in org.apache.shardingsphere.db.protocol.mysql.packet.binlog.row.column.value.string
-
STRING type value of MySQL binlog protocol.
- MySQLStringBinlogProtocolValue() - Constructor for class org.apache.shardingsphere.db.protocol.mysql.packet.binlog.row.column.value.string.MySQLStringBinlogProtocolValue
-
- MySQLStringLenencBinaryProtocolValue - Class in org.apache.shardingsphere.db.protocol.mysql.packet.command.query.binary.execute.protocol
-
Binary protocol value for string lenenc for MySQL.
- MySQLStringLenencBinaryProtocolValue() - Constructor for class org.apache.shardingsphere.db.protocol.mysql.packet.command.query.binary.execute.protocol.MySQLStringLenencBinaryProtocolValue
-
- MySQLTextResultSetRowPacket - Class in org.apache.shardingsphere.db.protocol.mysql.packet.command.query.text
-
Text result set row packet for MySQL.
- MySQLTextResultSetRowPacket(MySQLPacketPayload, int) - Constructor for class org.apache.shardingsphere.db.protocol.mysql.packet.command.query.text.MySQLTextResultSetRowPacket
-
- MySQLTime2BinlogProtocolValue - Class in org.apache.shardingsphere.db.protocol.mysql.packet.binlog.row.column.value.time
-
TIME2 type value of MySQL binlog protocol.
- MySQLTime2BinlogProtocolValue() - Constructor for class org.apache.shardingsphere.db.protocol.mysql.packet.binlog.row.column.value.time.MySQLTime2BinlogProtocolValue
-
- MySQLTimeBinaryProtocolValue - Class in org.apache.shardingsphere.db.protocol.mysql.packet.command.query.binary.execute.protocol
-
Binary protocol value for time for MySQL.
- MySQLTimeBinaryProtocolValue() - Constructor for class org.apache.shardingsphere.db.protocol.mysql.packet.command.query.binary.execute.protocol.MySQLTimeBinaryProtocolValue
-
- MySQLTimeBinlogProtocolValue - Class in org.apache.shardingsphere.db.protocol.mysql.packet.binlog.row.column.value.time
-
TIME type value of MySQL binlog protocol.
- MySQLTimeBinlogProtocolValue() - Constructor for class org.apache.shardingsphere.db.protocol.mysql.packet.binlog.row.column.value.time.MySQLTimeBinlogProtocolValue
-
- MySQLTimestamp2BinlogProtocolValue - Class in org.apache.shardingsphere.db.protocol.mysql.packet.binlog.row.column.value.time
-
MySQL TIMESTAMP2 binlog protocol value.
- MySQLTimestamp2BinlogProtocolValue() - Constructor for class org.apache.shardingsphere.db.protocol.mysql.packet.binlog.row.column.value.time.MySQLTimestamp2BinlogProtocolValue
-
- MySQLTimestampBinlogProtocolValue - Class in org.apache.shardingsphere.db.protocol.mysql.packet.binlog.row.column.value.time
-
MySQL TIMESTAMP binlog protocol value.
- MySQLTimestampBinlogProtocolValue() - Constructor for class org.apache.shardingsphere.db.protocol.mysql.packet.binlog.row.column.value.time.MySQLTimestampBinlogProtocolValue
-
- MySQLTimeValueUtil - Class in org.apache.shardingsphere.db.protocol.mysql.packet.binlog.row.column.value.time
-
Time value utility of MySQL.
- MySQLTimeValueUtil() - Constructor for class org.apache.shardingsphere.db.protocol.mysql.packet.binlog.row.column.value.time.MySQLTimeValueUtil
-
- MySQLTinyBinlogProtocolValue - Class in org.apache.shardingsphere.db.protocol.mysql.packet.binlog.row.column.value.integer
-
TINY integer type value of MySQL binlog protocol.
- MySQLTinyBinlogProtocolValue() - Constructor for class org.apache.shardingsphere.db.protocol.mysql.packet.binlog.row.column.value.integer.MySQLTinyBinlogProtocolValue
-
- MySQLUnsupportedCommandPacket - Class in org.apache.shardingsphere.db.protocol.mysql.packet.command.admin
-
Unsupported command packet for MySQL.
- MySQLUnsupportedCommandPacket(MySQLCommandPacketType) - Constructor for class org.apache.shardingsphere.db.protocol.mysql.packet.command.admin.MySQLUnsupportedCommandPacket
-
- MySQLVarcharBinlogProtocolValue - Class in org.apache.shardingsphere.db.protocol.mysql.packet.binlog.row.column.value.string
-
VARCHAR / VAR_STRING type value of MySQL binlog protocol.
- MySQLVarcharBinlogProtocolValue() - Constructor for class org.apache.shardingsphere.db.protocol.mysql.packet.binlog.row.column.value.string.MySQLVarcharBinlogProtocolValue
-
- MySQLYearBinlogProtocolValue - Class in org.apache.shardingsphere.db.protocol.mysql.packet.binlog.row.column.value.time
-
YEAR type value of MySQL binlog protocol.
- MySQLYearBinlogProtocolValue() - Constructor for class org.apache.shardingsphere.db.protocol.mysql.packet.binlog.row.column.value.time.MySQLYearBinlogProtocolValue
-
- read(MySQLBinlogColumnDef, MySQLPacketPayload) - Method in class org.apache.shardingsphere.db.protocol.mysql.packet.binlog.row.column.value.blob.MySQLBlobBinlogProtocolValue
-
- read(MySQLBinlogColumnDef, MySQLPacketPayload) - Method in class org.apache.shardingsphere.db.protocol.mysql.packet.binlog.row.column.value.decimal.MySQLDecimalBinlogProtocolValue
-
- read(MySQLBinlogColumnDef, MySQLPacketPayload) - Method in class org.apache.shardingsphere.db.protocol.mysql.packet.binlog.row.column.value.decimal.MySQLDoubleBinlogProtocolValue
-
- read(MySQLBinlogColumnDef, MySQLPacketPayload) - Method in class org.apache.shardingsphere.db.protocol.mysql.packet.binlog.row.column.value.decimal.MySQLFloatBinlogProtocolValue
-
- read(MySQLBinlogColumnDef, MySQLPacketPayload) - Method in class org.apache.shardingsphere.db.protocol.mysql.packet.binlog.row.column.value.integer.MySQLBitBinlogProtocolValue
-
- read(MySQLBinlogColumnDef, MySQLPacketPayload) - Method in class org.apache.shardingsphere.db.protocol.mysql.packet.binlog.row.column.value.integer.MySQLInt24BinlogProtocolValue
-
- read(MySQLBinlogColumnDef, MySQLPacketPayload) - Method in class org.apache.shardingsphere.db.protocol.mysql.packet.binlog.row.column.value.integer.MySQLLongBinlogProtocolValue
-
- read(MySQLBinlogColumnDef, MySQLPacketPayload) - Method in class org.apache.shardingsphere.db.protocol.mysql.packet.binlog.row.column.value.integer.MySQLLongLongBinlogProtocolValue
-
- read(MySQLBinlogColumnDef, MySQLPacketPayload) - Method in class org.apache.shardingsphere.db.protocol.mysql.packet.binlog.row.column.value.integer.MySQLShortBinlogProtocolValue
-
- read(MySQLBinlogColumnDef, MySQLPacketPayload) - Method in class org.apache.shardingsphere.db.protocol.mysql.packet.binlog.row.column.value.integer.MySQLTinyBinlogProtocolValue
-
- read(MySQLBinlogColumnDef, MySQLPacketPayload) - Method in interface org.apache.shardingsphere.db.protocol.mysql.packet.binlog.row.column.value.MySQLBinlogProtocolValue
-
Read column value from binlog protocol.
- read(MySQLBinlogColumnDef, MySQLPacketPayload) - Method in class org.apache.shardingsphere.db.protocol.mysql.packet.binlog.row.column.value.string.MySQLJsonBinlogProtocolValue
-
- read(MySQLBinlogColumnDef, MySQLPacketPayload) - Method in class org.apache.shardingsphere.db.protocol.mysql.packet.binlog.row.column.value.string.MySQLStringBinlogProtocolValue
-
- read(MySQLBinlogColumnDef, MySQLPacketPayload) - Method in class org.apache.shardingsphere.db.protocol.mysql.packet.binlog.row.column.value.string.MySQLVarcharBinlogProtocolValue
-
- read(MySQLBinlogColumnDef, MySQLPacketPayload) - Method in class org.apache.shardingsphere.db.protocol.mysql.packet.binlog.row.column.value.time.MySQLDateBinlogProtocolValue
-
- read(MySQLBinlogColumnDef, MySQLPacketPayload) - Method in class org.apache.shardingsphere.db.protocol.mysql.packet.binlog.row.column.value.time.MySQLDatetime2BinlogProtocolValue
-
- read(MySQLBinlogColumnDef, MySQLPacketPayload) - Method in class org.apache.shardingsphere.db.protocol.mysql.packet.binlog.row.column.value.time.MySQLDatetimeBinlogProtocolValue
-
- read(MySQLBinlogColumnDef, MySQLPacketPayload) - Method in class org.apache.shardingsphere.db.protocol.mysql.packet.binlog.row.column.value.time.MySQLTime2BinlogProtocolValue
-
- read(MySQLBinlogColumnDef, MySQLPacketPayload) - Method in class org.apache.shardingsphere.db.protocol.mysql.packet.binlog.row.column.value.time.MySQLTimeBinlogProtocolValue
-
- read(MySQLBinlogColumnDef, MySQLPacketPayload) - Method in class org.apache.shardingsphere.db.protocol.mysql.packet.binlog.row.column.value.time.MySQLTimestamp2BinlogProtocolValue
-
- read(MySQLBinlogColumnDef, MySQLPacketPayload) - Method in class org.apache.shardingsphere.db.protocol.mysql.packet.binlog.row.column.value.time.MySQLTimestampBinlogProtocolValue
-
- read(MySQLBinlogColumnDef, MySQLPacketPayload) - Method in class org.apache.shardingsphere.db.protocol.mysql.packet.binlog.row.column.value.time.MySQLYearBinlogProtocolValue
-
- read(MySQLPacketPayload) - Method in interface org.apache.shardingsphere.db.protocol.mysql.packet.command.query.binary.execute.protocol.MySQLBinaryProtocolValue
-
Read binary protocol value.
- read(MySQLPacketPayload) - Method in class org.apache.shardingsphere.db.protocol.mysql.packet.command.query.binary.execute.protocol.MySQLDateBinaryProtocolValue
-
- read(MySQLPacketPayload) - Method in class org.apache.shardingsphere.db.protocol.mysql.packet.command.query.binary.execute.protocol.MySQLDoubleBinaryProtocolValue
-
- read(MySQLPacketPayload) - Method in class org.apache.shardingsphere.db.protocol.mysql.packet.command.query.binary.execute.protocol.MySQLFloatBinaryProtocolValue
-
- read(MySQLPacketPayload) - Method in class org.apache.shardingsphere.db.protocol.mysql.packet.command.query.binary.execute.protocol.MySQLInt1BinaryProtocolValue
-
- read(MySQLPacketPayload) - Method in class org.apache.shardingsphere.db.protocol.mysql.packet.command.query.binary.execute.protocol.MySQLInt2BinaryProtocolValue
-
- read(MySQLPacketPayload) - Method in class org.apache.shardingsphere.db.protocol.mysql.packet.command.query.binary.execute.protocol.MySQLInt4BinaryProtocolValue
-
- read(MySQLPacketPayload) - Method in class org.apache.shardingsphere.db.protocol.mysql.packet.command.query.binary.execute.protocol.MySQLInt8BinaryProtocolValue
-
- read(MySQLPacketPayload) - Method in class org.apache.shardingsphere.db.protocol.mysql.packet.command.query.binary.execute.protocol.MySQLStringLenencBinaryProtocolValue
-
- read(MySQLPacketPayload) - Method in class org.apache.shardingsphere.db.protocol.mysql.packet.command.query.binary.execute.protocol.MySQLTimeBinaryProtocolValue
-
- readInt1() - Method in class org.apache.shardingsphere.db.protocol.mysql.payload.MySQLPacketPayload
-
Read 1 byte fixed length integer from byte buffers.
- readInt2() - Method in class org.apache.shardingsphere.db.protocol.mysql.payload.MySQLPacketPayload
-
Read 2 byte fixed length integer from byte buffers.
- readInt3() - Method in class org.apache.shardingsphere.db.protocol.mysql.payload.MySQLPacketPayload
-
Read 3 byte fixed length integer from byte buffers.
- readInt4() - Method in class org.apache.shardingsphere.db.protocol.mysql.payload.MySQLPacketPayload
-
Read 4 byte fixed length integer from byte buffers.
- readInt6() - Method in class org.apache.shardingsphere.db.protocol.mysql.payload.MySQLPacketPayload
-
Read 6 byte fixed length integer from byte buffers.
- readInt8() - Method in class org.apache.shardingsphere.db.protocol.mysql.payload.MySQLPacketPayload
-
Read 8 byte fixed length integer from byte buffers.
- readIntLenenc() - Method in class org.apache.shardingsphere.db.protocol.mysql.payload.MySQLPacketPayload
-
Read lenenc integer from byte buffers.
- readLong(int) - Method in class org.apache.shardingsphere.db.protocol.mysql.payload.MySQLPacketPayload
-
Read fixed length long from byte buffers.
- readParameters(List<MySQLPreparedStatementParameterType>, Set<Integer>) - Method in class org.apache.shardingsphere.db.protocol.mysql.packet.command.query.binary.execute.MySQLComStmtExecutePacket
-
Read parameter values from packet.
- readRows(MySQLBinlogTableMapEventPacket, MySQLPacketPayload) - Method in class org.apache.shardingsphere.db.protocol.mysql.packet.binlog.row.MySQLBinlogRowsEventPacket
-
Read rows in binlog.
- readStringEOF() - Method in class org.apache.shardingsphere.db.protocol.mysql.payload.MySQLPacketPayload
-
Read rest of packet string from byte buffers.
- readStringEOFByBytes() - Method in class org.apache.shardingsphere.db.protocol.mysql.payload.MySQLPacketPayload
-
Read rest of packet string from byte buffers and return bytes.
- readStringFix(int) - Method in class org.apache.shardingsphere.db.protocol.mysql.payload.MySQLPacketPayload
-
Read fixed length string from byte buffers.
- readStringFixByBytes(int) - Method in class org.apache.shardingsphere.db.protocol.mysql.payload.MySQLPacketPayload
-
Read fixed length string from byte buffers and return bytes.
- readStringLenenc() - Method in class org.apache.shardingsphere.db.protocol.mysql.payload.MySQLPacketPayload
-
Read lenenc string from byte buffers.
- readStringLenencByBytes() - Method in class org.apache.shardingsphere.db.protocol.mysql.payload.MySQLPacketPayload
-
Read lenenc string from byte buffers for bytes.
- readStringNul() - Method in class org.apache.shardingsphere.db.protocol.mysql.payload.MySQLPacketPayload
-
Read null terminated string from byte buffers.
- readStringNulByBytes() - Method in class org.apache.shardingsphere.db.protocol.mysql.payload.MySQLPacketPayload
-
Read null terminated string from byte buffers and return bytes.
- readStringVar() - Method in class org.apache.shardingsphere.db.protocol.mysql.payload.MySQLPacketPayload
-
Read variable length string from byte buffers.
- valueOf(String) - Static method in enum org.apache.shardingsphere.db.protocol.mysql.constant.MySQLAuthenticationMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.shardingsphere.db.protocol.mysql.constant.MySQLAuthenticationPlugin
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.shardingsphere.db.protocol.mysql.constant.MySQLBinaryColumnType
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum org.apache.shardingsphere.db.protocol.mysql.constant.MySQLBinaryColumnType
-
Value of.
- valueOf(String) - Static method in enum org.apache.shardingsphere.db.protocol.mysql.constant.MySQLBinlogEventFlag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.shardingsphere.db.protocol.mysql.constant.MySQLBinlogEventType
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum org.apache.shardingsphere.db.protocol.mysql.constant.MySQLBinlogEventType
-
Get MySQLBinlogEventType by value.
- valueOf(String) - Static method in enum org.apache.shardingsphere.db.protocol.mysql.constant.MySQLCapabilityFlag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.shardingsphere.db.protocol.mysql.constant.MySQLCharacterSet
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.shardingsphere.db.protocol.mysql.constant.MySQLConnectionPhase
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.shardingsphere.db.protocol.mysql.constant.MySQLNewParametersBoundFlag
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum org.apache.shardingsphere.db.protocol.mysql.constant.MySQLNewParametersBoundFlag
-
Value of new parameters bound flag.
- valueOf(String) - Static method in enum org.apache.shardingsphere.db.protocol.mysql.constant.MySQLStatusFlag
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum org.apache.shardingsphere.db.protocol.mysql.constant.MySQLStatusFlag
-
Value of MySQL status flag.
- valueOf(String) - Static method in enum org.apache.shardingsphere.db.protocol.mysql.packet.command.MySQLCommandPacketType
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum org.apache.shardingsphere.db.protocol.mysql.packet.command.MySQLCommandPacketType
-
Value of integer.
- valueOf(String) - Static method in enum org.apache.shardingsphere.db.protocol.mysql.packet.command.query.MySQLColumnDefinitionFlag
-
Returns the enum constant of this type with the specified name.
- valueOfJDBCType(int) - Static method in enum org.apache.shardingsphere.db.protocol.mysql.constant.MySQLBinaryColumnType
-
Value of JDBC type.
- values() - Static method in enum org.apache.shardingsphere.db.protocol.mysql.constant.MySQLAuthenticationMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.shardingsphere.db.protocol.mysql.constant.MySQLAuthenticationPlugin
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.shardingsphere.db.protocol.mysql.constant.MySQLBinaryColumnType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.shardingsphere.db.protocol.mysql.constant.MySQLBinlogEventFlag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.shardingsphere.db.protocol.mysql.constant.MySQLBinlogEventType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.shardingsphere.db.protocol.mysql.constant.MySQLCapabilityFlag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.shardingsphere.db.protocol.mysql.constant.MySQLCharacterSet
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.shardingsphere.db.protocol.mysql.constant.MySQLConnectionPhase
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.shardingsphere.db.protocol.mysql.constant.MySQLNewParametersBoundFlag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.shardingsphere.db.protocol.mysql.constant.MySQLStatusFlag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.shardingsphere.db.protocol.mysql.packet.command.MySQLCommandPacketType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.shardingsphere.db.protocol.mysql.packet.command.query.MySQLColumnDefinitionFlag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- write(MySQLPacketPayload) - Method in class org.apache.shardingsphere.db.protocol.mysql.packet.binlog.AbstractMySQLBinlogEventPacket
-
- write(MySQLPacketPayload) - Method in class org.apache.shardingsphere.db.protocol.mysql.packet.binlog.MySQLBinlogEventHeader
-
- write(MySQLPacketPayload) - Method in class org.apache.shardingsphere.db.protocol.mysql.packet.command.MySQLCommandPacket
-
- write(MySQLPacketPayload) - Method in class org.apache.shardingsphere.db.protocol.mysql.packet.command.query.binary.execute.MySQLBinaryResultSetRowPacket
-
- write(MySQLPacketPayload, Object) - Method in interface org.apache.shardingsphere.db.protocol.mysql.packet.command.query.binary.execute.protocol.MySQLBinaryProtocolValue
-
Write binary protocol value.
- write(MySQLPacketPayload, Object) - Method in class org.apache.shardingsphere.db.protocol.mysql.packet.command.query.binary.execute.protocol.MySQLDateBinaryProtocolValue
-
- write(MySQLPacketPayload, Object) - Method in class org.apache.shardingsphere.db.protocol.mysql.packet.command.query.binary.execute.protocol.MySQLDoubleBinaryProtocolValue
-
- write(MySQLPacketPayload, Object) - Method in class org.apache.shardingsphere.db.protocol.mysql.packet.command.query.binary.execute.protocol.MySQLFloatBinaryProtocolValue
-
- write(MySQLPacketPayload, Object) - Method in class org.apache.shardingsphere.db.protocol.mysql.packet.command.query.binary.execute.protocol.MySQLInt1BinaryProtocolValue
-
- write(MySQLPacketPayload, Object) - Method in class org.apache.shardingsphere.db.protocol.mysql.packet.command.query.binary.execute.protocol.MySQLInt2BinaryProtocolValue
-
- write(MySQLPacketPayload, Object) - Method in class org.apache.shardingsphere.db.protocol.mysql.packet.command.query.binary.execute.protocol.MySQLInt4BinaryProtocolValue
-
- write(MySQLPacketPayload, Object) - Method in class org.apache.shardingsphere.db.protocol.mysql.packet.command.query.binary.execute.protocol.MySQLInt8BinaryProtocolValue
-
- write(MySQLPacketPayload, Object) - Method in class org.apache.shardingsphere.db.protocol.mysql.packet.command.query.binary.execute.protocol.MySQLStringLenencBinaryProtocolValue
-
- write(MySQLPacketPayload, Object) - Method in class org.apache.shardingsphere.db.protocol.mysql.packet.command.query.binary.execute.protocol.MySQLTimeBinaryProtocolValue
-
- write(MySQLPacketPayload) - Method in class org.apache.shardingsphere.db.protocol.mysql.packet.command.query.binary.prepare.MySQLComStmtPrepareOKPacket
-
- write(MySQLPacketPayload) - Method in class org.apache.shardingsphere.db.protocol.mysql.packet.command.query.MySQLColumnDefinition41Packet
-
- write(MySQLPacketPayload) - Method in class org.apache.shardingsphere.db.protocol.mysql.packet.command.query.MySQLFieldCountPacket
-
- write(MySQLPacketPayload) - Method in class org.apache.shardingsphere.db.protocol.mysql.packet.command.query.text.MySQLTextResultSetRowPacket
-
- write(MySQLPacketPayload) - Method in class org.apache.shardingsphere.db.protocol.mysql.packet.generic.MySQLEofPacket
-
- write(MySQLPacketPayload) - Method in class org.apache.shardingsphere.db.protocol.mysql.packet.generic.MySQLErrPacket
-
- write(MySQLPacketPayload) - Method in class org.apache.shardingsphere.db.protocol.mysql.packet.generic.MySQLOKPacket
-
- write(MySQLPacketPayload) - Method in class org.apache.shardingsphere.db.protocol.mysql.packet.handshake.MySQLAuthMoreDataPacket
-
- write(MySQLPacketPayload) - Method in class org.apache.shardingsphere.db.protocol.mysql.packet.handshake.MySQLAuthSwitchRequestPacket
-
- write(MySQLPacketPayload) - Method in class org.apache.shardingsphere.db.protocol.mysql.packet.handshake.MySQLAuthSwitchResponsePacket
-
- write(MySQLPacketPayload) - Method in class org.apache.shardingsphere.db.protocol.mysql.packet.handshake.MySQLHandshakePacket
-
- write(MySQLPacketPayload) - Method in class org.apache.shardingsphere.db.protocol.mysql.packet.handshake.MySQLHandshakeResponse41Packet
-
- writeBytes(byte[]) - Method in class org.apache.shardingsphere.db.protocol.mysql.payload.MySQLPacketPayload
-
Write variable length bytes to byte buffers.
- writeBytesLenenc(byte[]) - Method in class org.apache.shardingsphere.db.protocol.mysql.payload.MySQLPacketPayload
-
Write lenenc bytes to byte buffers.
- writeEvent(MySQLPacketPayload) - Method in class org.apache.shardingsphere.db.protocol.mysql.packet.binlog.AbstractMySQLBinlogEventPacket
-
Write event body packet to byte buffer.
- writeEvent(MySQLPacketPayload) - Method in class org.apache.shardingsphere.db.protocol.mysql.packet.binlog.management.MySQLBinlogFormatDescriptionEventPacket
-
- writeEvent(MySQLPacketPayload) - Method in class org.apache.shardingsphere.db.protocol.mysql.packet.binlog.management.MySQLBinlogRotateEventPacket
-
- writeEvent(MySQLPacketPayload) - Method in class org.apache.shardingsphere.db.protocol.mysql.packet.binlog.row.MySQLBinlogRowsEventPacket
-
- writeEvent(MySQLPacketPayload) - Method in class org.apache.shardingsphere.db.protocol.mysql.packet.binlog.row.MySQLBinlogTableMapEventPacket
-
- writeInt1(int) - Method in class org.apache.shardingsphere.db.protocol.mysql.payload.MySQLPacketPayload
-
Write 1 byte fixed length integer to byte buffers.
- writeInt2(int) - Method in class org.apache.shardingsphere.db.protocol.mysql.payload.MySQLPacketPayload
-
Write 2 byte fixed length integer to byte buffers.
- writeInt3(int) - Method in class org.apache.shardingsphere.db.protocol.mysql.payload.MySQLPacketPayload
-
Write 3 byte fixed length integer to byte buffers.
- writeInt4(int) - Method in class org.apache.shardingsphere.db.protocol.mysql.payload.MySQLPacketPayload
-
Write 4 byte fixed length integer to byte buffers.
- writeInt6(long) - Method in class org.apache.shardingsphere.db.protocol.mysql.payload.MySQLPacketPayload
-
Write 6 byte fixed length integer to byte buffers.
- writeInt8(long) - Method in class org.apache.shardingsphere.db.protocol.mysql.payload.MySQLPacketPayload
-
Write 8 byte fixed length integer to byte buffers.
- writeIntLenenc(long) - Method in class org.apache.shardingsphere.db.protocol.mysql.payload.MySQLPacketPayload
-
Write lenenc integer to byte buffers.
- writeReserved(int) - Method in class org.apache.shardingsphere.db.protocol.mysql.payload.MySQLPacketPayload
-
Write null for reserved to byte buffers.
- writeStringEOF(String) - Method in class org.apache.shardingsphere.db.protocol.mysql.payload.MySQLPacketPayload
-
Write rest of packet string to byte buffers.
- writeStringFix(String) - Method in class org.apache.shardingsphere.db.protocol.mysql.payload.MySQLPacketPayload
-
Write variable length string to byte buffers.
- writeStringLenenc(String) - Method in class org.apache.shardingsphere.db.protocol.mysql.payload.MySQLPacketPayload
-
Write lenenc string to byte buffers.
- writeStringNul(String) - Method in class org.apache.shardingsphere.db.protocol.mysql.payload.MySQLPacketPayload
-
Write null terminated string to byte buffers.
- writeStringVar(String) - Method in class org.apache.shardingsphere.db.protocol.mysql.payload.MySQLPacketPayload
-
Write fixed length string to byte buffers.