Represent a SQL identifier (table name, column name, alias, keyword-as-name, etc.).
The quoted flag indicates whether the identifier was originally delimited (double-quoted, backtick-quoted, or bracket-quoted depending on the dialect). The generator uses this flag to decide whether to emit quoting characters.
quoted
The raw text of the identifier, without any quoting characters.
Whether the identifier was quoted in the source SQL.
Represent a SQL identifier (table name, column name, alias, keyword-as-name, etc.).
The
quotedflag indicates whether the identifier was originally delimited (double-quoted, backtick-quoted, or bracket-quoted depending on the dialect). The generator uses this flag to decide whether to emit quoting characters.