Class MySQLComStmtPrepareChecker
- java.lang.Object
-
- org.apache.shardingsphere.proxy.frontend.mysql.command.query.binary.prepare.MySQLComStmtPrepareChecker
-
public final class MySQLComStmtPrepareChecker extends Object
COM_STMT_PREPARE command statement checker for MySQL.
-
-
Constructor Summary
Constructors Constructor Description MySQLComStmtPrepareChecker()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisAllowedStatement(org.apache.shardingsphere.sql.parser.sql.common.statement.SQLStatement sqlStatement)Judge if SQL statement is allowed.
-