static function comment($stmt)
 {
     $stmt_part = static::cap($stmt);
     self::debug("comment({$stmt_part})", self::DEBUG_LEVEL_COMMENTS);
     return parent::comment($stmt);
 }