Class MicrosoftSqlServerDialect

java.lang.Object
mondrian.spi.impl.JdbcDialectImpl
mondrian.spi.impl.MicrosoftSqlServerDialect
All Implemented Interfaces:
Dialect

public class MicrosoftSqlServerDialect extends JdbcDialectImpl
Implementation of Dialect for the Microsoft SQL Server database.
Since:
Nov 23, 2008
Author:
jhyde
  • Field Details

  • Constructor Details

    • MicrosoftSqlServerDialect

      public MicrosoftSqlServerDialect(Connection connection) throws SQLException
      Creates a MicrosoftSqlServerDialect.
      Parameters:
      connection - Connection
      Throws:
      SQLException
  • Method Details