Class MySQLServerPreparedStatement
java.lang.Object
org.apache.shardingsphere.proxy.frontend.mysql.command.query.binary.MySQLServerPreparedStatement
- All Implemented Interfaces:
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 -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.shardingsphere.proxy.backend.session.ServerPreparedStatement
getSql, getSqlStatementContext
-
Constructor Details
-
MySQLServerPreparedStatement
public MySQLServerPreparedStatement()
-