mondrian.rolap.sql
Class SqlQuery.CodeSet
java.lang.Object
mondrian.rolap.sql.SqlQuery.CodeSet
- Enclosing class:
- SqlQuery
public static class SqlQuery.CodeSet
- extends Object
Collection of alternative code for alternative dialects.
-
-
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SqlQuery.CodeSet
public SqlQuery.CodeSet()
put
public String put(String dialect,
String code)
chooseQuery
public String chooseQuery(SqlQuery.Dialect dialect)
- Chooses the code variant which best matches the given Dialect.