Class MySQLComStmtPrepareChecker
java.lang.Object
org.apache.shardingsphere.proxy.frontend.mysql.command.query.binary.prepare.MySQLComStmtPrepareChecker
COM_STMT_PREPARE command statement checker for MySQL.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisStatementAllowed(org.apache.shardingsphere.sql.parser.sql.common.statement.SQLStatement sqlStatement) Judge if SQL statement is allowed.
-
Constructor Details
-
MySQLComStmtPrepareChecker
public MySQLComStmtPrepareChecker()
-
-
Method Details
-
isStatementAllowed
public static boolean isStatementAllowed(org.apache.shardingsphere.sql.parser.sql.common.statement.SQLStatement sqlStatement) Judge if SQL statement is allowed.- Parameters:
sqlStatement- SQL statement- Returns:
- SQL statement is allowed or not
-