Class MySQLServerPreparedStatement
- java.lang.Object
-
- org.apache.shardingsphere.proxy.frontend.mysql.command.query.binary.MySQLServerPreparedStatement
-
- All Implemented Interfaces:
ServerPreparedStatement
public final class MySQLServerPreparedStatement extends Object implements ServerPreparedStatement
Binary prepared statement for MySQL. This class may be accessed serially in different threads due to MySQL Proxy using a shared unbounded thread pool.
-
-
Constructor Summary
Constructors Constructor Description MySQLServerPreparedStatement()
-