|
| 1 | +<html xmlns:v="urn:schemas-microsoft-com:vml" |
| 2 | +xmlns:o="urn:schemas-microsoft-com:office:office" |
| 3 | +xmlns:x="urn:schemas-microsoft-com:office:excel" |
| 4 | +xmlns="http://www.w3.org/TR/REC-html40"> |
| 5 | + |
| 6 | +<head> |
| 7 | +<meta http-equiv=Content-Type content="text/html; charset=utf-8"> |
| 8 | +<meta name=ProgId content=Excel.Sheet> |
| 9 | +<meta name=Generator content="Microsoft Excel 15"> |
| 10 | +<link id=Main-File rel=Main-File href="../RubyAPIReference.htm"> |
| 11 | +<link rel=File-List href=filelist.xml> |
| 12 | +<link rel=Stylesheet href=stylesheet.css> |
| 13 | +<style> |
| 14 | +<!--table |
| 15 | + {mso-displayed-decimal-separator:"\."; |
| 16 | + mso-displayed-thousand-separator:"\,";} |
| 17 | +@page |
| 18 | + {margin:.75in .7in .75in .7in; |
| 19 | + mso-header-margin:.3in; |
| 20 | + mso-footer-margin:.3in;} |
| 21 | +ruby |
| 22 | + {ruby-align:left;} |
| 23 | +rt |
| 24 | + {color:windowtext; |
| 25 | + font-size:6.0pt; |
| 26 | + font-weight:400; |
| 27 | + font-style:normal; |
| 28 | + text-decoration:none; |
| 29 | + font-family:"MS Pゴシック", monospace; |
| 30 | + mso-font-charset:128; |
| 31 | + mso-char-type:katakana; |
| 32 | + display:none;} |
| 33 | +--> |
| 34 | +</style> |
| 35 | +<![if !supportTabStrip]><script language="JavaScript"> |
| 36 | +<!-- |
| 37 | +function fnUpdateTabs() |
| 38 | + { |
| 39 | + if (parent.window.g_iIEVer>=4) { |
| 40 | + if (parent.document.readyState=="complete" |
| 41 | + && parent.frames['frTabs'].document.readyState=="complete") |
| 42 | + parent.fnSetActiveSheet(0); |
| 43 | + else |
| 44 | + window.setTimeout("fnUpdateTabs();",150); |
| 45 | + } |
| 46 | +} |
| 47 | + |
| 48 | +if (window.name!="frSheet") |
| 49 | + window.location.replace("../RubyAPIReference.htm"); |
| 50 | +else |
| 51 | + fnUpdateTabs(); |
| 52 | +//--> |
| 53 | +</script> |
| 54 | +<![endif]> |
| 55 | +</head> |
| 56 | + |
| 57 | +<body link="#0563C1" vlink="#954F72"> |
| 58 | + |
| 59 | +<table border=0 cellpadding=0 cellspacing=0 width=783 style='border-collapse: |
| 60 | + collapse;table-layout:fixed;width:588pt'> |
| 61 | + <col width=229 style='mso-width-source:userset;mso-width-alt:7328;width:172pt'> |
| 62 | + <col width=554 style='mso-width-source:userset;mso-width-alt:17728;width:416pt'> |
| 63 | + <tr height=18 style='height:13.5pt'> |
| 64 | + <td height=18 class=xl66 width=229 style='height:13.5pt;width:172pt'>class</td> |
| 65 | + <td class=xl71 width=554 style='border-left:none;width:416pt'>description</td> |
| 66 | + </tr> |
| 67 | + <tr height=18 style='height:13.5pt'> |
| 68 | + <td height=18 class=xl68 style='height:13.5pt;border-top:none'>AggregationResult</td> |
| 69 | + <td class=xl70 width=554 style='border-top:none;border-left:none;width:416pt'>Stores |
| 70 | + the result of an aggregation operation</td> |
| 71 | + </tr> |
| 72 | + <tr height=18 style='height:13.5pt'> |
| 73 | + <td height=18 class=xl68 style='height:13.5pt;border-top:none'>Container</td> |
| 74 | + <td class=xl70 width=554 style='border-top:none;border-left:none;width:416pt'>Provides |
| 75 | + management functions for sets of row having same type</td> |
| 76 | + </tr> |
| 77 | + <tr height=18 style='height:13.5pt'> |
| 78 | + <td height=18 class=xl68 style='height:13.5pt;border-top:none'>GSException</td> |
| 79 | + <td class=xl70 width=554 style='border-top:none;border-left:none;width:416pt'>Represents |
| 80 | + the exception for GridDB</td> |
| 81 | + </tr> |
| 82 | + <tr height=36 style='height:27.0pt'> |
| 83 | + <td height=36 class=xl68 style='height:27.0pt;border-top:none'>Query</td> |
| 84 | + <td class=xl70 width=554 style='border-top:none;border-left:none;width:416pt'>Provides |
| 85 | + the functions of holding the information about a query related to a specific |
| 86 | + Container, specifying the options for fetching and retrieving the result</td> |
| 87 | + </tr> |
| 88 | + <tr height=18 style='height:13.5pt'> |
| 89 | + <td height=18 class=xl68 style='height:13.5pt;border-top:none'>RowSet</td> |
| 90 | + <td class=xl70 width=554 style='border-top:none;border-left:none;width:416pt'>Manages |
| 91 | + a set of Rows obtained by a query</td> |
| 92 | + </tr> |
| 93 | + <tr height=18 style='height:13.5pt'> |
| 94 | + <td height=18 class=xl68 style='height:13.5pt;border-top:none'>Store</td> |
| 95 | + <td class=xl70 width=554 style='border-top:none;border-left:none;width:416pt'>Provides |
| 96 | + functions to manipulate the entire data managed in one GridDB system</td> |
| 97 | + </tr> |
| 98 | + <tr height=18 style='height:13.5pt'> |
| 99 | + <td height=18 class=xl68 style='height:13.5pt;border-top:none'>StoreFactory</td> |
| 100 | + <td class=xl70 width=554 style='border-top:none;border-left:none;width:416pt'>Manages |
| 101 | + a Store instance</td> |
| 102 | + </tr> |
| 103 | + <tr height=18 style='height:13.5pt'> |
| 104 | + <td height=18 class=xl68 style='height:13.5pt;border-top:none'>ContainerInfo</td> |
| 105 | + <td class=xl70 width=554 style='border-top:none;border-left:none;width:416pt'>Represents |
| 106 | + the information about a Container</td> |
| 107 | + </tr> |
| 108 | + <tr height=18 style='height:13.5pt'> |
| 109 | + <td height=18 class=xl68 style='height:13.5pt;border-top:none'>ExpirationInfo</td> |
| 110 | + <td class=xl70 width=554 style='border-top:none;border-left:none;width:416pt'>Represents |
| 111 | + the information about a expiration</td> |
| 112 | + </tr> |
| 113 | + <tr height=18 style='height:13.5pt'> |
| 114 | + <td height=18 class=xl68 style='height:13.5pt;border-top:none'>TimestampUtils</td> |
| 115 | + <td class=xl70 width=554 style='border-top:none;border-left:none;width:416pt'>Provides |
| 116 | + the utilities for manipulating time data</td> |
| 117 | + </tr> |
| 118 | + <![if supportMisalignedColumns]> |
| 119 | + <tr height=0 style='display:none'> |
| 120 | + <td width=229 style='width:172pt'></td> |
| 121 | + <td width=554 style='width:416pt'></td> |
| 122 | + </tr> |
| 123 | + <![endif]> |
| 124 | +</table> |
| 125 | + |
| 126 | +</body> |
| 127 | + |
| 128 | +</html> |
0 commit comments