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