| java.lang.Object org.pentaho.data.connection.mdx.MDXConnection
MDXConnection | public class MDXConnection implements IPentahoConnection(Code) | | author: wseyler author: TODO To change the template for this generated type comment go to Window - author: Preferences - Java - Code Style - Code Templates |
CONNECTION_STRING_KEY | final public static String CONNECTION_STRING_KEY(Code) | | Defines the XML element in the component-definition that holds the
mondrian-specific MDX Connection string.
|
nativeConnection | Connection nativeConnection(Code) | | |
resultSet | IPentahoResultSet resultSet(Code) | | |
MDXConnection | public MDXConnection(String driver, String provider, String userName, String password)(Code) | | Parameters: driver - - The name of the driver or the connection string Parameters: provider - - the provider for MDX usally "mondrian" Parameters: userName - - User to connect to the datasource with Parameters: password - - Password for the user See Also: MDXConnection(Properties props, ILogger logger) |
clearWarnings | public void clearWarnings()(Code) | | |
close | public void close()(Code) | | |
executeQuery | public IPentahoResultSet executeQuery(String query)(Code) | | |
getConnection | public Connection getConnection()(Code) | | |
getDatasourceType | public int getDatasourceType()(Code) | | return datasource type MDX
datasource type |
getResultSet | public IPentahoResultSet getResultSet()(Code) | | |
initialized | public boolean initialized()(Code) | | |
isClosed | public boolean isClosed()(Code) | | |
isReadOnly | public boolean isReadOnly()(Code) | | |
preparedQueriesSupported | public boolean preparedQueriesSupported()(Code) | | |
setFetchSize | public void setFetchSize(int fetchSize)(Code) | | |
setMaxRows | public void setMaxRows(int maxRows)(Code) | | |
|
|