Class MsSqlDatabaseType

All Implemented Interfaces:
DatabaseType, ReservedKeywordsAware

public class MsSqlDatabaseType extends SimpleDatabaseType
  • Constructor Details

    • MsSqlDatabaseType

      public MsSqlDatabaseType()
  • Method Details

    • getChangeColumnTypeStructure

      protected String getChangeColumnTypeStructure()
      Overrides:
      getChangeColumnTypeStructure in class AbstractDatabaseType
      Returns:
      a format string to compose an SQL query to change a column in DB.
    • getSimpleSelectSqlSyntax

      public String getSimpleSelectSqlSyntax(boolean clusterMode)
      Description copied from interface: DatabaseType
      Based on the cluster mode parameter, and the capabilities of the database, return the appropriate SELECT statement for usage.
    • getStartEscapeCharacter

      public Character getStartEscapeCharacter()
    • getEndEscapeCharacter

      public Character getEndEscapeCharacter()