Package | Description |
---|---|
mondrian.spi |
Contains the server-provider interfaces (SPIs) which user-defined
extensions to Mondrian should implement.
|
mondrian.spi.impl |
Provides implementations of SPIs defined in the
mondrian.spi package. |
Modifier and Type | Method and Description |
---|---|
static void |
DialectManager.register(DialectFactory factory)
Registers a DialectFactory.
|
Modifier and Type | Class and Description |
---|---|
class |
JdbcDialectFactory
Implementation of
DialectFactory for subclasses
of JdbcDialectImpl . |
Modifier and Type | Method and Description |
---|---|
static Dialect |
JdbcDialectFactory.createDialectHelper(DialectFactory factory,
DataSource dataSource)
Creates a temporary connection and calls
createDialect(javax.sql.DataSource, java.sql.Connection) . |
Copyright © 2020 Hitachi Vantara. All rights reserved.