|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmondrian.spi.impl.JdbcDialectImpl
mondrian.spi.impl.LucidDbDialect
mondrian.spi.impl.SqlStreamDialect
public class SqlStreamDialect
Implementation of Dialect
for the SQLstream streaming
SQL system.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface mondrian.spi.Dialect |
---|
Dialect.DatabaseProduct, Dialect.Datatype, Dialect.NullCollation |
Field Summary | |
---|---|
static JdbcDialectFactory |
FACTORY
|
Fields inherited from class mondrian.spi.impl.JdbcDialectImpl |
---|
databaseProduct, permitsSelectNotInGroupBy, productVersion |
Constructor Summary | |
---|---|
SqlStreamDialect(java.sql.Connection connection)
Creates a SqlStreamDialect. |
Method Summary |
---|
Methods inherited from class mondrian.spi.impl.LucidDbDialect |
---|
allowsMultipleDistinctSqlMeasures, needsExponent, supportsMultiValueInExpr, supportsUnlimitedValueList |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final JdbcDialectFactory FACTORY
Constructor Detail |
---|
public SqlStreamDialect(java.sql.Connection connection) throws java.sql.SQLException
connection
- Connection
java.sql.SQLException
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |