forked from olap4j/olap4j
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes to org.olap4j package regarding result sets, and org.olap4j.m…
…etadata package regarding Database, Catalog, Schema git-svn-id: https://olap4j.svn.sourceforge.net/svnroot/olap4j/trunk@15 c6a108a4-781c-0410-a6c6-c2d559e19af0
- Loading branch information
1 parent
a6a9c85
commit 6c87da1
Showing
20 changed files
with
1,123 additions
and
299 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,141 +1,136 @@ | ||
<html> | ||
|
||
<head> | ||
<meta http-equiv="Content-Language" content="en-us"> | ||
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> | ||
<title>olap4j</title> | ||
<style type="text/css"> | ||
body { color: white; font-family: Arial, sans-serif; } | ||
p.green { color: #9DFF5B; } | ||
p.orange { color: #FF8000; } | ||
h4 { color: #9DFF5B; } | ||
</style> | ||
<html> | ||
|
||
<head> | ||
<meta http-equiv="Content-Language" content="en-us"> | ||
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> | ||
<title>olap4j</title> | ||
<style type="text/css"> | ||
body { color: white; font-family: Arial, sans-serif; } | ||
p.green { color: #9DFF5B; } | ||
p.orange { color: #FF8000; } | ||
h4 { color: #9DFF5B; } | ||
</style> | ||
<style fprolloverstyle>A:hover {color: #FF8000; text-decoration: none} | ||
</style> | ||
</head> | ||
|
||
<body link="#9DFF5B" text="#FFFFFF" vlink="#9DFF5B" alink="#FF8000" topmargin="20" leftmargin="20" rightmargin="20" bottommargin="20"> | ||
|
||
<table border="1" width="700" bgcolor="#004263" id="table1" style="border-collapse: collapse" bordercolor="#9DFF5B" cellpadding="15"> | ||
<tr> | ||
<td> | ||
<table border="0" width="100%" style="border-collapse: collapse" id="table2" cellpadding="0"> | ||
<tr> | ||
<td bgcolor="#FF8000" colspan="2"> | ||
<table border="0" width="100%" cellpadding="6" id="table3" cellspacing="0"> | ||
<tr> | ||
<td> | ||
<font size="7">olap4j</font><font size="4"> | ||
open java api for </font> | ||
<span style="font-variant: small-caps; font-weight:700"> | ||
<font size="4">OLAP</font></span></td> | ||
</tr> | ||
</table> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td colspan="2"> </td> | ||
</tr> | ||
<tr> | ||
<td bgcolor="#004263" valign="top"> | ||
<img border="0" src="images/spacer.png" width="222" height="1"></td> | ||
<td> | ||
<table border="1" width="100%" cellspacing="0" cellpadding="6" id="table4" bordercolor="#FF8000" style="border-collapse: collapse"> | ||
<tr> | ||
<td bordercolor="#000000" bgcolor="#004263"> | ||
<p class="green"> | ||
<font size="5">olap4j is an open Java | ||
<span style="font-variant: small-caps">API</span> for | ||
<span style="font-variant: small-caps">OLAP</span>.</font></p> | ||
|
||
<p class="green"> | ||
<font size="5">Think of it as like | ||
<span style="font-variant: small-caps">JDBC</span>, | ||
except for accessing multi-dimensional data.</font></p> | ||
|
||
<p class="green"> | ||
<font size="4">olap4j is designed to be | ||
a common API for any OLAP server, so you can write an | ||
application on one OLAP server and easily switch it to | ||
another. And built on that API, there will be a growing | ||
collection of tools and components.</font></p> | ||
</td> | ||
</tr> | ||
</table> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td valign="top" colspan="2"> | ||
<table border="0" width="100%" id="table6"> | ||
<tr> | ||
<td> | ||
<h4>Status</h4> | ||
<p>The draft olap4j | ||
specification, version 0.5, was released on September 2nd, | ||
2006.</p> | ||
<h4>Participation</h4> | ||
<p>olap4j is an open specification, being developed by a | ||
consortium of companies and open source projects.</p> | ||
<blockquote> | ||
<table border="0" id="table7"> | ||
<tr> | ||
<td width="150">Projects</td> | ||
<td width="150">Companies</td> | ||
</tr> | ||
<tr> | ||
<td width="150" valign="top"><ul> | ||
<li><a href="http://jpivot.sourceforge.net">JPivot</a></li> | ||
<li><a href="http://rubik.sourceforge.net"> | ||
JRubik</a></li> | ||
<li> | ||
<a href="http://mondrian.sourceforge.net"> | ||
Mondrian</a></li> | ||
<li><a href="http://openi.sourceforge.net"> | ||
OpenI</a></li> | ||
</ul> | ||
</td> | ||
<td width="150" valign="top"><ul> | ||
<li><a href="http://www.jaspersoft.com"> | ||
JasperSoft</a></li> | ||
<li><a href="http://www.loyaltymatrix.com"> | ||
Loyalty Matrix</a></li> | ||
<li><a href="http://www.lucidera.com"> | ||
LucidEra</a></li> | ||
<li><a href="http://www.pentaho.org">Pentaho</a></li> | ||
<li><a href="http://www.tonbeller.com/"> | ||
Tonbeller AG</a></li> | ||
</ul> | ||
</td> | ||
</tr> | ||
</table> | ||
|
||
</blockquote> | ||
<p><b>Get involved!</b> Join the | ||
<a href="http://sourceforge.net/forum/forum.php?forum_id=577988">forum</a>, download the specification, and give us | ||
your feedback. If you are developing an OLAP server, component or | ||
application, let's work together to make your project olap4j-compliant.</p> | ||
<h4>Resources</h4> | ||
<ul> | ||
<li><font face="Arial" color="#FFFFFF"> | ||
<a href="http://sourceforge.net/projects/olap4j"> | ||
olap4j project at SourceForge</a></font></li> | ||
<li> | ||
<a href="http://sourceforge.net/project/showfiles.php?group_id=168953">Download specification</a></li> | ||
<li> | ||
<a href="api/index.html">API javadoc</a></li> | ||
</ul> | ||
</td> | ||
<td> | ||
<img border="0" src="images/spacer.png" width="100" height="1"></td> | ||
</tr> | ||
</table> | ||
</td> | ||
</tr> | ||
</table> | ||
</td> | ||
</tr> | ||
</table> | ||
|
||
</body> | ||
|
||
</style> | ||
</head> | ||
|
||
<body link="#9DFF5B" text="#FFFFFF" vlink="#9DFF5B" alink="#FF8000" topmargin="20" leftmargin="20" rightmargin="20" bottommargin="20"> | ||
|
||
<table border="1" width="700" bgcolor="#004263" id="table1" style="border-collapse: collapse" bordercolor="#9DFF5B" cellpadding="15"> | ||
<tr> | ||
<td> | ||
<table border="0" width="100%" style="border-collapse: collapse" id="table2" cellpadding="0"> | ||
<tr> | ||
<td bgcolor="#FF8000" colspan="2"> | ||
<table border="0" width="100%" cellpadding="6" id="table3" cellspacing="0"> | ||
<tr> | ||
<td> | ||
<font size="7">olap4j</font><font size="4"> | ||
open java api for </font> | ||
<span style="font-variant: small-caps; font-weight:700"> | ||
<font size="4">OLAP</font></span></td> | ||
</tr> | ||
</table> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td colspan="2"> </td> | ||
</tr> | ||
<tr> | ||
<td bgcolor="#004263" valign="top"> | ||
<img border="0" src="images/spacer.png" width="222" height="1"></td> | ||
<td> | ||
<table border="1" width="100%" cellspacing="0" cellpadding="6" id="table4" bordercolor="#FF8000" style="border-collapse: collapse"> | ||
<tr> | ||
<td bordercolor="#000000" bgcolor="#004263"> | ||
<p class="green"> | ||
<font size="5">olap4j is an open Java | ||
<span style="font-variant: small-caps">API</span> for | ||
<span style="font-variant: small-caps">OLAP</span>.</font></p> | ||
|
||
<p class="green"> | ||
<font size="5">Think of it as like | ||
<span style="font-variant: small-caps">JDBC</span>, | ||
except for accessing multi-dimensional data.</font></p> | ||
|
||
<p class="green"> | ||
<font size="4">olap4j is designed to be | ||
a common API for any OLAP server, so you can write an | ||
application on one OLAP server and easily switch it to | ||
another. And built on that API, there will be a growing | ||
collection of tools and components.</font></p> | ||
</td> | ||
</tr> | ||
</table> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td valign="top" colspan="2"> | ||
<table border="0" width="100%" id="table6"> | ||
<tr> | ||
<td> | ||
<h4>Status</h4> | ||
<p>The draft olap4j | ||
specification, version 0.5, was released on September 2nd, | ||
2006.</p> | ||
<h4>Participation</h4> | ||
<p>olap4j is an open specification, being developed by a | ||
consortium of companies and open source projects.</p> | ||
<blockquote> | ||
<table border="0" id="table7"> | ||
<tr> | ||
<td width="150">Projects</td> | ||
<td width="150">Companies</td> | ||
</tr> | ||
<tr> | ||
<td width="150" valign="top"><ul> | ||
<li><a href="http://jpivot.sourceforge.net">JPivot</a></li> | ||
<li><a href="http://rubik.sourceforge.net">JRubik</a></li> | ||
<li><a href="http://mondrian.pentaho.org">Mondrian</a></li> | ||
<li><a href="http://openi.sourceforge.net">OpenI</a></li> | ||
<li><a href="http://www.palo.net">PALO</a></li> | ||
</ul> | ||
</td> | ||
<td width="150" valign="top"><ul> | ||
<li><a href="http://www.jedox.com">Jedox</a></li> | ||
<li><a href="http://www.jaspersoft.com">JasperSoft</a></li> | ||
<li><a href="http://www.loyaltymatrix.com">Loyalty Matrix</a></li> | ||
<li><a href="http://www.lucidera.com">LucidEra</a></li> | ||
<li><a href="http://www.pentaho.org">Pentaho</a></li> | ||
<li><a href="http://www.tensegrity-software.de">Tensegrity</a></li> | ||
<li><a href="http://www.tonbeller.com/">Tonbeller AG</a></li> | ||
</ul> | ||
</td> | ||
</tr> | ||
</table> | ||
|
||
</blockquote> | ||
<p><b>Get involved!</b> Join the | ||
<a href="http://sourceforge.net/forum/forum.php?forum_id=577988">forum</a>, download the specification, and give us | ||
your feedback. If you are developing an OLAP server, component or | ||
application, let's work together to make your project olap4j-compliant.</p> | ||
<h4>Resources</h4> | ||
<ul> | ||
<li><font face="Arial" color="#FFFFFF"> | ||
<a href="http://sourceforge.net/projects/olap4j"> | ||
olap4j project at SourceForge</a></font></li> | ||
<li> | ||
<a href="http://sourceforge.net/project/showfiles.php?group_id=168953">Download specification</a></li> | ||
<li> | ||
<a href="api/index.html">API javadoc</a></li> | ||
</ul> | ||
</td> | ||
<td> | ||
<img border="0" src="images/spacer.png" width="100" height="1"></td> | ||
</tr> | ||
</table> | ||
</td> | ||
</tr> | ||
</table> | ||
</td> | ||
</tr> | ||
</table> | ||
|
||
</body> | ||
|
||
</html> |
Oops, something went wrong.