Class MySQLComStmtPrepareChecker

    • Constructor Detail

      • MySQLComStmtPrepareChecker

        public MySQLComStmtPrepareChecker()
    • Method Detail

      • isAllowedStatement

        public static boolean isAllowedStatement​(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