This commit is contained in:
2023-04-17 10:34:23 +08:00
parent ec1c68be39
commit 5057135590
+4 -3
View File
@@ -24,9 +24,10 @@ use Throwable;
*/
class Command extends Component
{
const ROW_COUNT = 'count';
const FETCH = 'fetch';
const FETCH_ALL = 'fetchAll';
/**
*
*/
const DB_ERROR_MESSAGE = 'The system is busy, please try again later.';
/** @var Connection */