IdentifierManagerApi
Base class responsible for the parsing and processing of identifier tokens in SQL command syntax.
Properties
All keywords for the database, including ANSI_SQL_2003_KEYWORDS and database-specific keywords.
The string used to quote SQL identifiers for the database.
Functions
Returns an identity wrapped in quotations and containing no more than the maximum identifierLengthLimit.
Returns an identity in a casing appropriate for its identifier status and the database, then caches the returned value.
Returns whether an SQL token should be wrapped in quotations and caches the returned value.
Returns an identity wrapped in quotations, if validated as necessary.
Returns an SQL token wrapped in quotations, if validated as necessary.
Returns whether an identity should be wrapped in quotations and caches the returned value.