mondrian.olap4j
Class FactoryJdbc3Impl
java.lang.Object
mondrian.olap4j.FactoryJdbc3Impl
- All Implemented Interfaces:
- Factory
class FactoryJdbc3Impl
- extends Object
- implements Factory
Implementation of Factory
for JDBC 3.0.
- Since:
- Jun 14, 2007
- Author:
- jhyde
-
-
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FactoryJdbc3Impl
FactoryJdbc3Impl()
newConnection
public Connection newConnection(String url,
Properties info)
throws SQLException
- Specified by:
newConnection
in interface Factory
- Throws:
SQLException
newEmptyResultSet
public EmptyResultSet newEmptyResultSet(MondrianOlap4jConnection olap4jConnection)
- Specified by:
newEmptyResultSet
in interface Factory
newFixedResultSet
public ResultSet newFixedResultSet(MondrianOlap4jConnection olap4jConnection,
List<String> headerList,
List<List<Object>> rowList)
- Specified by:
newFixedResultSet
in interface Factory
newCellSet
public MondrianOlap4jCellSet newCellSet(MondrianOlap4jStatement olap4jStatement,
Query query)
- Specified by:
newCellSet
in interface Factory
newPreparedStatement
public MondrianOlap4jPreparedStatement newPreparedStatement(String mdx,
MondrianOlap4jConnection olap4jConnection)
- Specified by:
newPreparedStatement
in interface Factory
newDatabaseMetaData
public MondrianOlap4jDatabaseMetaData newDatabaseMetaData(MondrianOlap4jConnection olap4jConnection)
- Specified by:
newDatabaseMetaData
in interface Factory