Uses of Class
mondrian.spi.impl.JdbcDialectImpl
Packages that use JdbcDialectImpl
-
Uses of JdbcDialectImpl in mondrian.spi.impl
Subclasses of JdbcDialectImpl in mondrian.spi.implModifier and TypeClassDescriptionclassImplementation ofDialectfor the Microsoft Access database (also called the JET Engine).classImplementation ofDialectfor the IBM DB2 database.classImplementation ofDialectfor old versions of the IBM DB2/AS400 database.classImplementation ofDialectfor the Apache Derby database.classImplementation ofDialectfor the Firebird database.classThis is the Mondrian dialect for Google BigQuery.classImplementation ofDialectfor the GreenplumSQL database.classImplementation ofDialectfor the Hive database.classImplementation ofDialectfor the Hsqldb database.classDialect for Cloudera's Impala DB.classImplementation ofDialectfor the Infobright database.classImplementation ofDialectfor the Informix database.classImplementation ofDialectfor the Ingres database.classImplementation ofDialectfor the Interbase database.classImplementation ofDialectfor the LucidDB database.classclassImplementation ofDialectfor the Microsoft SQL Server database.classImplementation ofDialectfor the MonetDB database.classImplementation ofDialectfor the MySQL database.classImplementation ofDialectfor the Neoview database.classImplementation ofDialectfor the Netezza database.classImplementation ofDialectfor the NuoDB database.classImplementation ofDialectfor the Oracle database.classclassImplementation ofDialectfor the PostgreSQL database.classUser: cboyden Date: 2/8/13classclassImplementation ofDialectfor the SQLstream streaming SQL system.classImplementation ofDialectfor the Sybase database.classImplementation ofDialectfor the Teradata database.classImplementation ofDialectfor the Vertica database.classImplementation ofDialectfor the Vertica database.Constructor parameters in mondrian.spi.impl with type arguments of type JdbcDialectImplModifierConstructorDescriptionJdbcDialectFactory(Class<? extends JdbcDialectImpl> dialectClass, Dialect.DatabaseProduct databaseProduct) Creates a JdbcDialectFactory.