public class OlapHelper extends Object
Olap4j Helper class ...| 构造器和说明 |
|---|
OlapHelper(String olap4jDriver,
String olap4jUrl,
String username,
String password,
String catalogName,
String mdx) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
close() |
void |
createRectangularOutput()
Outputs one row per tuple on the rows axis.
|
String[][] |
getCellValues() |
String[] |
getHeaderValues() |
String[][] |
getRows() |
void |
openQuery() |
public void close()
throws org.pentaho.di.core.exception.KettleDatabaseException
org.pentaho.di.core.exception.KettleDatabaseExceptionpublic void createRectangularOutput()
throws org.pentaho.di.core.exception.KettleDatabaseException
org.pentaho.di.core.exception.KettleDatabaseException - in case some or other error occurspublic String[][] getRows()
public String[] getHeaderValues()
public String[][] getCellValues()
Copyright © 2024 Hitachi Vantara. All rights reserved.