From ec1c68be39a20272f41febaee9305bb00836d8ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Mon, 17 Apr 2023 10:27:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Command.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/Command.php b/Command.php index ea49589..738ef48 100644 --- a/Command.php +++ b/Command.php @@ -27,8 +27,6 @@ class Command extends Component const ROW_COUNT = 'count'; const FETCH = 'fetch'; const FETCH_ALL = 'fetchAll'; - const EXECUTE = 'execute'; - const DB_ERROR_MESSAGE = 'The system is busy, please try again later.'; /** @var Connection */