From e47e3f8514f9889e5f1f415e9bacc80936eeca61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Mon, 17 Apr 2023 10:25:01 +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 | 1 - 1 file changed, 1 deletion(-) diff --git a/Command.php b/Command.php index 81a9034..ea49589 100644 --- a/Command.php +++ b/Command.php @@ -28,7 +28,6 @@ class Command extends Component const FETCH = 'fetch'; const FETCH_ALL = 'fetchAll'; const EXECUTE = 'execute'; - const FETCH_COLUMN = 'fetchColumn'; const DB_ERROR_MESSAGE = 'The system is busy, please try again later.';