Skip to content

Commit

Permalink
add API Reference
Browse files Browse the repository at this point in the history
  • Loading branch information
knonomura committed Mar 28, 2019
1 parent aa7d1bf commit c92b4d1
Show file tree
Hide file tree
Showing 8 changed files with 1,860 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/RubyAPIReference.files/filelist.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<xml xmlns:o="urn:schemas-microsoft-com:office:office">
<o:MainFile HRef="../RubyAPIReference.htm"/>
<o:File HRef="stylesheet.css"/>
<o:File HRef="tabstrip.htm"/>
<o:File HRef="sheet001.htm"/>
<o:File HRef="sheet002.htm"/>
<o:File HRef="sheet003.htm"/>
<o:File HRef="sheet004.htm"/>
<o:File HRef="filelist.xml"/>
</xml>
128 changes: 128 additions & 0 deletions docs/RubyAPIReference.files/sheet001.htm
Original file line number Diff line number Diff line change
@@ -0,0 +1,128 @@
<html xmlns:v="urn:schemas-microsoft-com:vml"
xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:x="urn:schemas-microsoft-com:office:excel"
xmlns="http://www.w3.org/TR/REC-html40">

<head>
<meta http-equiv=Content-Type content="text/html; charset=utf-8">
<meta name=ProgId content=Excel.Sheet>
<meta name=Generator content="Microsoft Excel 15">
<link id=Main-File rel=Main-File href="../RubyAPIReference.htm">
<link rel=File-List href=filelist.xml>
<link rel=Stylesheet href=stylesheet.css>
<style>
<!--table
{mso-displayed-decimal-separator:"\.";
mso-displayed-thousand-separator:"\,";}
@page
{margin:.75in .7in .75in .7in;
mso-header-margin:.3in;
mso-footer-margin:.3in;}
ruby
{ruby-align:left;}
rt
{color:windowtext;
font-size:6.0pt;
font-weight:400;
font-style:normal;
text-decoration:none;
font-family:"MS Pゴシック", monospace;
mso-font-charset:128;
mso-char-type:katakana;
display:none;}
-->
</style>
<![if !supportTabStrip]><script language="JavaScript">
<!--
function fnUpdateTabs()
{
if (parent.window.g_iIEVer>=4) {
if (parent.document.readyState=="complete"
&& parent.frames['frTabs'].document.readyState=="complete")
parent.fnSetActiveSheet(0);
else
window.setTimeout("fnUpdateTabs();",150);
}
}

if (window.name!="frSheet")
window.location.replace("../RubyAPIReference.htm");
else
fnUpdateTabs();
//-->
</script>
<![endif]>
</head>

<body link="#0563C1" vlink="#954F72">

<table border=0 cellpadding=0 cellspacing=0 width=783 style='border-collapse:
collapse;table-layout:fixed;width:588pt'>
<col width=229 style='mso-width-source:userset;mso-width-alt:7328;width:172pt'>
<col width=554 style='mso-width-source:userset;mso-width-alt:17728;width:416pt'>
<tr height=18 style='height:13.5pt'>
<td height=18 class=xl66 width=229 style='height:13.5pt;width:172pt'>class</td>
<td class=xl71 width=554 style='border-left:none;width:416pt'>description</td>
</tr>
<tr height=18 style='height:13.5pt'>
<td height=18 class=xl68 style='height:13.5pt;border-top:none'>AggregationResult</td>
<td class=xl70 width=554 style='border-top:none;border-left:none;width:416pt'>Stores
the result of an aggregation operation</td>
</tr>
<tr height=18 style='height:13.5pt'>
<td height=18 class=xl68 style='height:13.5pt;border-top:none'>Container</td>
<td class=xl70 width=554 style='border-top:none;border-left:none;width:416pt'>Provides
management functions for sets of row having same type</td>
</tr>
<tr height=18 style='height:13.5pt'>
<td height=18 class=xl68 style='height:13.5pt;border-top:none'>GSException</td>
<td class=xl70 width=554 style='border-top:none;border-left:none;width:416pt'>Represents
the exception for GridDB</td>
</tr>
<tr height=36 style='height:27.0pt'>
<td height=36 class=xl68 style='height:27.0pt;border-top:none'>Query</td>
<td class=xl70 width=554 style='border-top:none;border-left:none;width:416pt'>Provides
the functions of holding the information about a query related to a specific
Container, specifying the options for fetching and retrieving the result</td>
</tr>
<tr height=18 style='height:13.5pt'>
<td height=18 class=xl68 style='height:13.5pt;border-top:none'>RowSet</td>
<td class=xl70 width=554 style='border-top:none;border-left:none;width:416pt'>Manages
a set of Rows obtained by a query</td>
</tr>
<tr height=18 style='height:13.5pt'>
<td height=18 class=xl68 style='height:13.5pt;border-top:none'>Store</td>
<td class=xl70 width=554 style='border-top:none;border-left:none;width:416pt'>Provides
functions to manipulate the entire data managed in one GridDB system</td>
</tr>
<tr height=18 style='height:13.5pt'>
<td height=18 class=xl68 style='height:13.5pt;border-top:none'>StoreFactory</td>
<td class=xl70 width=554 style='border-top:none;border-left:none;width:416pt'>Manages
a Store instance</td>
</tr>
<tr height=18 style='height:13.5pt'>
<td height=18 class=xl68 style='height:13.5pt;border-top:none'>ContainerInfo</td>
<td class=xl70 width=554 style='border-top:none;border-left:none;width:416pt'>Represents
the information about a Container</td>
</tr>
<tr height=18 style='height:13.5pt'>
<td height=18 class=xl68 style='height:13.5pt;border-top:none'>ExpirationInfo</td>
<td class=xl70 width=554 style='border-top:none;border-left:none;width:416pt'>Represents
the information about a expiration</td>
</tr>
<tr height=18 style='height:13.5pt'>
<td height=18 class=xl68 style='height:13.5pt;border-top:none'>TimestampUtils</td>
<td class=xl70 width=554 style='border-top:none;border-left:none;width:416pt'>Provides
the utilities for manipulating time data</td>
</tr>
<![if supportMisalignedColumns]>
<tr height=0 style='display:none'>
<td width=229 style='width:172pt'></td>
<td width=554 style='width:416pt'></td>
</tr>
<![endif]>
</table>

</body>

</html>
Loading

0 comments on commit c92b4d1

Please sign in to comment.