| Constructor and Description | 
|---|
FactoryJdbc3Impl()  | 
| Modifier and Type | Method and Description | 
|---|---|
MondrianOlap4jCellSet | 
newCellSet(MondrianOlap4jStatement olap4jStatement)
Creates a cell set. 
 | 
Connection | 
newConnection(MondrianOlap4jDriver driver,
             String url,
             Properties info)
Creates a connection. 
 | 
MondrianOlap4jDatabaseMetaData | 
newDatabaseMetaData(MondrianOlap4jConnection olap4jConnection,
                   RolapConnection mondrianConnection)
Creates a metadata object. 
 | 
EmptyResultSet | 
newEmptyResultSet(MondrianOlap4jConnection olap4jConnection)
Creates an empty result set. 
 | 
ResultSet | 
newFixedResultSet(MondrianOlap4jConnection olap4jConnection,
                 List<String> headerList,
                 List<List<Object>> rowList)
Creates a result set with a fixed set of rows. 
 | 
MondrianOlap4jPreparedStatement | 
newPreparedStatement(String mdx,
                    MondrianOlap4jConnection olap4jConnection)
Creates a prepared statement. 
 | 
MondrianOlap4jStatement | 
newStatement(MondrianOlap4jConnection olap4jConnection)
Creates a statement. 
 | 
public Connection newConnection(MondrianOlap4jDriver driver, String url, Properties info) throws SQLException
FactorynewConnection in interface Factorydriver - Driverurl - URL of serverinfo - Properties defining the connectionSQLException - on errorpublic EmptyResultSet newEmptyResultSet(MondrianOlap4jConnection olap4jConnection)
FactorynewEmptyResultSet in interface Factoryolap4jConnection - Connectionpublic ResultSet newFixedResultSet(MondrianOlap4jConnection olap4jConnection, List<String> headerList, List<List<Object>> rowList)
FactorynewFixedResultSet in interface Factoryolap4jConnection - ConnectionheaderList - Column headersrowList - Row valuespublic MondrianOlap4jCellSet newCellSet(MondrianOlap4jStatement olap4jStatement)
FactorynewCellSet in interface Factoryolap4jStatement - Statementpublic MondrianOlap4jStatement newStatement(MondrianOlap4jConnection olap4jConnection)
FactorynewStatement in interface Factoryolap4jConnection - Connectionpublic MondrianOlap4jPreparedStatement newPreparedStatement(String mdx, MondrianOlap4jConnection olap4jConnection) throws OlapException
FactorynewPreparedStatement in interface Factorymdx - MDX query textolap4jConnection - ConnectionOlapException - on database errorpublic MondrianOlap4jDatabaseMetaData newDatabaseMetaData(MondrianOlap4jConnection olap4jConnection, RolapConnection mondrianConnection)
FactorynewDatabaseMetaData in interface Factoryolap4jConnection - ConnectionmondrianConnection - Mondrian connection