コード例 #1
0
 static function command($stmt)
 {
     $stmt_part = static::cap($stmt);
     self::debug("command({$stmt_part})", self::DEBUG_LEVEL_OPERATIONS);
     return parent::command($stmt);
 }