变更
This commit is contained in:
+4
-3
@@ -24,9 +24,10 @@ use Throwable;
|
|||||||
*/
|
*/
|
||||||
class Command extends Component
|
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.';
|
const DB_ERROR_MESSAGE = 'The system is busy, please try again later.';
|
||||||
|
|
||||||
/** @var Connection */
|
/** @var Connection */
|
||||||
|
|||||||
Reference in New Issue
Block a user