Class SQLServerQuotedIDFactory

  • All Implemented Interfaces:
    QuotedIDFactory

    public class SQLServerQuotedIDFactory
    extends SQLStandardQuotedIDFactory
    Creates QuotedIdentifiers following the rules of MS SQL Server:
    - unquoted identifiers are preserved
    - quoted identifiers are preserved MS SQL Server ------------- https://docs.microsoft.com/en-us/sql/connect/jdbc/reference/getidentifierquotestring-method-sqlserverdatabasemetadata?redirectedfrom=MSDN&view=sql-server-ver15 When using the Microsoft JDBC Driver with a SQL Server database, getIdentifierQuoteString returns double quotation marks (""). https://docs.microsoft.com/en-us/sql/relational-databases/databases/database-identifiers?view=sql-server-ver15
    Author:
    Roman Kontchakov