Class MySQLBinaryProtocolValueFactory
java.lang.Object
org.apache.shardingsphere.db.protocol.mysql.packet.command.query.binary.execute.protocol.MySQLBinaryProtocolValueFactory
Binary protocol value factory for MySQL.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic MySQLBinaryProtocolValuegetBinaryProtocolValue(BinaryColumnType binaryColumnType) Get binary protocol value.
-
Constructor Details
-
MySQLBinaryProtocolValueFactory
public MySQLBinaryProtocolValueFactory()
-
-
Method Details
-
getBinaryProtocolValue
Get binary protocol value.- Parameters:
binaryColumnType- binary column type- Returns:
- binary protocol value
-