Skip to content

Commit

Permalink
MONDRIAN: Allow access to DataSource for drill through like operations
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//open/mondrian/": change = 2737]
  • Loading branch information
Andreas Voss committed Sep 28, 2004
1 parent 8d02ac6 commit 29fd383
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/mondrian/rolap/RolapConnection.java
Expand Up @@ -328,6 +328,9 @@ public int getLoginTimeout() throws SQLException {
}


public DataSource getDataSource() {
return dataSource;
}
}

/**
Expand Down

0 comments on commit 29fd383

Please sign in to comment.